Awesome MCP Tools
A curated list of Model Context Protocol (MCP) servers, clients, and resources.
Ask AI about Awesome MCP Tools
Powered by Claude Β· Grounded in docs
I know everything about Awesome MCP Tools. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Awesome MCP Tools
A curated list of Model Context Protocol (MCP) servers, clients, SDKs, and resources for building with AI agents.
Maintained by Godberry Studios. Contributions welcome β see the end of this file.
The Model Context Protocol is an open standard, introduced by Anthropic in late 2024, for connecting AI models to tools, data, and actions in a uniform, agent-callable way. This list catalogs the pieces of that ecosystem that are worth knowing.
Contents
- The Spec
- Official SDKs
- Clients (run MCP servers)
- Servers β Pay-per-use & hosted
- Servers β Self-hosted & open-source
- Dev tools & boilerplates
- Related protocols (WebMCP, x402, A2A)
- Articles & learning
- How to contribute
The Spec
- Model Context Protocol β official site β spec, quickstart, examples.
- MCP spec on GitHub β source of truth, RFCs, changelog.
Official SDKs
- TypeScript SDK β most mature, production-used.
- Python SDK β reference implementation, good for prototyping.
- Kotlin SDK β maintained by Anthropic + JetBrains.
- C# SDK β maintained by Microsoft.
- Java SDK β maintained by Spring AI team.
- Swift SDK β newer, useful for on-device agents.
Clients (run MCP servers)
Apps and runtimes that can load MCP servers and expose them to an LLM:
- Claude Desktop β the original reference client.
- Claude Code β Anthropic's terminal CLI, loads MCP servers via config.
- Cursor β the editor; MCP server support in settings.
- VS Code (Copilot Chat) β first-party MCP support added in 2025.
- Zed β MCP-first editor integration.
- Continue.dev β open-source IDE agent with MCP support.
- mcp-cli β command-line tester for any MCP server.
Servers β Pay-per-use & hosted
Production servers you can call today without self-hosting. Priced per call, no seats.
Godberry Studios
- Content-to-Social MCP Server β turn any URL, article, or text into ready-to-post social content (X, LinkedIn, Facebook). Callable from Claude, ChatGPT, any MCP client. $0.07 / transformation.
- Google Reviews Scraper β Google Maps reviews for any business, under 60s, validated across 9 countries. From $0.10 / place.
Others
(Add well-known commercial MCP servers here. Suggested entries to verify and include: Apify MCP, Zapier MCP, Composio MCP, Pipedream MCP, Brave Search MCP.)
Servers β Self-hosted & open-source
- MCP reference servers β official collection (filesystem, git, github, postgres, slack, memory, fetch, and more). Start here.
- Awesome MCP Servers β community list, larger and broader than this file; cross-referenced where useful.
(Pick out the highest-quality self-hosted servers and list them with one-line descriptions. Keep signal-to-noise high.)
Dev tools & boilerplates
- MCP Inspector β the debugger / test harness. Essential.
- create-mcp-server β scaffold a new TypeScript MCP server.
- mcp-server-apify-starter β production-ready starter for a pay-per-use MCP server on Apify. Streamable HTTP + pay-per-event billing wired up.
- MCP-Vercel templates β search the Vercel templates for "MCP" to deploy in one click.
Related protocols
The MCP era is being built on a small stack of complementary protocols. Know these:
- WebMCP β exposing MCP tools through browser/web-standard APIs so agents can discover them like they discover APIs.
- x402 β the HTTP 402 "Payment Required" revival for agent-native, per-call billing. Pay AI agents inline with calls.
- A2A (Agent-to-Agent) β Google's proposed protocol for agents discovering and calling each other. Often paired with MCP.
Articles & learning
- Godberry Studios Blog β deep-dives on MCP security, x402, WebMCP, and shipping MCP servers for pay.
- Anthropic's MCP launch post β the original announcement and rationale.
- (Add high-quality third-party posts as the ecosystem publishes them.)
How to contribute
This list is curated, not exhaustive. Contributions welcome:
- Open a PR adding your tool / server / article under the right section.
- One line per entry: Name β what it does + why it matters (no marketing fluff).
- Open-source repos, paid services, and hosted endpoints are all eligible, as long as they are production-quality and actively maintained.
Issues and discussions also open at github.com/godberrystudios/awesome-mcp-tools.
License
CC0-1.0 β public domain. Copy freely.
