← all skills+ Submit a skill
MCPs
Agent-callable tools, not pasted docs.
MCP skills give agents real tool surfaces for browsers, APIs, SaaS apps, research, and custom workflows. Start here when the agent needs to act outside the prompt.
9 shown
Curated MCPs and MCP-adjacent skills that unlock practical agent workflows right now.
#namesourceproof
1
mcp-builderaitool
Use when building a Model Context Protocol server that exposes a real external service to an LLM, so the agent designs the right tools and ships in Python (FastMCP) or Node/TypeScript with the official SDK.
github.com
anthropics/skillsinspect★ 140k
2
firecrawl-mcpaitool
Use when an agent needs Firecrawl through MCP: scrape pages, crawl sites, map URLs, search the web, or extract structured data from public web content.
github.com
firecrawl/firecrawl-mcp-serverinspect★ 6.4k
3
playwright-skillengineerstool
Use when a Claude Code agent needs to autonomously write and run custom Playwright code — visible browser by default, screenshots and console output returned.
github.com
lackeyjb/playwright-skillinspect★ 2.6k
4
linear-claude-skillengineersplatform
Use when driving Linear from Claude Code — MCP tools plus GraphQL automation, sub-issue hierarchies, subagent worktrees, and an esbuild-compiled CLI for 18x faster startup.
github.com
wrsmith108/linear-claude-skillinspect★ 102
6
printingpressengineerstool
Use when you want to auto-generate an agent-native Go CLI and MCP server from an API spec, HAR file, or website — with local SQLite mirror, FTS5 search, and compound commands the underlying API can't answer natively.
github.com
mvanhorn/cli-printing-press7
browser-useengineerstool
Use when working with chrome DevTools MCP automation: existing Chrome tabs, no AppleScript from steipete/agent-scripts.
github.com
steipete/agent-scriptsinspect★ 3.8k
How they compose
mcp-builder designs the server, firecrawl-mcp brings in web content, playwright-skill verifies browser flows, linear-claude-skill and resend-email-skill connect SaaS work, printingpress turns an API into a reusable CLI plus MCP server, and higgsfield-mcp and runway-mcp add production-grade image and video generation to any agent pipeline.