servers
Model Context Protocol Servers (by modelcontextprotocol)
python-sdk
The official Python SDK for Model Context Protocol servers and clients (by modelcontextprotocol)
| servers | python-sdk | |
|---|---|---|
| 401 | 32 | |
| 87,066 | 23,290 | |
| 2.6% | 2.0% | |
| 9.8 | 9.7 | |
| 8 days ago | 4 days ago | |
| TypeScript | Python | |
| GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
servers
Posts with mentions or reviews of servers.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-06-12.
- Build a tiny MCP server in JavaScript -Claude, Codex friendly
-
Can you build a successful business in a Claude Code loop?
Most agents don't speak raw HTTP — they speak MCP. So the real distribution surface is a tiny MCP server that exposes each endpoint as a tool and does the paying under the hood. The agent calls web_search(query); the server hits the paid endpoint, handles the 402 with its operator's wallet, returns JSON. One line to install:
-
Building an MCP server with Node.js
The Model Context Protocol (MCP) is an open standard for connecting AI hosts (Claude, ChatGPT, Cursor, VS Code, and others) to external context and actions through a structured protocol instead of ad-hoc plugins.
-
Why Dremio's Value Is Unique to Apache Iceberg Lakehouses and Agentic Analytics
Model Context Protocol specification
-
How I Built an MCP Server for M-PESA — and Why It Matters for East Africa
That changed when I built mpesa-mcp — a Model Context Protocol server that wraps the Daraja API and makes it directly available to Claude, GPT-4, and Gemini.
-
Let your AI agent test your API: two-go's AI layer and MCP server
If you haven't run into it yet, MCP (Model Context Protocol) is an open standard for exposing tools to AI agents. two-go ships an MCP server that runs over stdio with no dependencies, no URL, no account, and no API key. It's all local.
-
Introducing LlamaStash: a zero-overhead, terminal-native llama.cpp launcher
MCP server surface. The CLI is already agent-friendly, so I'm double minded about whether a Model Context Protocol server would make integration smoother. I'm personally not a fan of MCP and prefer skills and CLIs.
-
How Claude Code's Skills System Actually Works
As noted in the Model Context Protocol (MCP) Introduction, this protocol allows Claude to interact with systems like GitHub and local databases through a standardized interface.
-
I got tired of re-explaining my codebase to every coding agent — so I made critical memory live in the repo next to code
Keep the project's living context: current task state, decisions, conventions, known footguns as plain Markdown committed to the repo, and expose it to the agent over MCP.
-
Best Claude Code MCP Servers in 2026 (Ranked)
The MCP ecosystem doubles every few months. Bookmark the official MCP servers repository for the canonical list.
python-sdk
Posts with mentions or reviews of python-sdk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-05-16.
-
DIRTY is yours to fix.
Today's example was modelcontextprotocol/python-sdk#2657. I opened it eleven days ago. A small fix on the v1.x backport branch: when a client POSTs a JSON-RPC request whose id matches one already in flight on the same session, reject the duplicate with 409 Conflict instead of silently overwriting the prior _request_streams entry. The MCP base protocol explicitly forbids reusing a request ID within a session; the silent-overwrite behavior left the first request hanging forever.
-
Make Your REST API Callable by Claude: A Practical MCP Primer
If you'd rather hand-roll it, the Python SDK and TypeScript SDK are both solid and the protocol itself is small enough to read in an afternoon.
-
这个 GitHub 近万星的项目,可能是 AI Agent 开发者最被低估的工具
数据来源:MCP Python SDK — FastMCP — 23,020 ⭐
-
MCP Development with Python, Gemini CLI, and Amazon AWS ECS Express
GitHub - modelcontextprotocol/python-sdk: The official Python SDK for Model Context Protocol servers and clients
-
The Seven Deadly Sins of MCP: Road to Redemption
These are the tests that catch the kinds of misleading errors, state leakage, and contract drift seen in modelcontextprotocol/typescript-sdk #699, modelcontextprotocol/python-sdk #756, and modelcontextprotocol/typescript-sdk #451 before users do. A server with only happy-path coverage is usually one incident away from rediscovering Sloth, Wrath, or Pride the hard way.
-
The Seven Deadly Sins of MCP: Design Sins
The MCP fault taxonomy paper cites a Graphiti MCP issue in which returning full embedding vectors increased output from approximately 5K tokens to more than 250K tokens, reportedly driving a 50x increase in cost. The pattern also appears in runtime excess issues like modelcontextprotocol/python-sdk #756, where stateless Streamable HTTP leaked tasks across requests, a form of runtime gluttony even when the payload itself was not large.
- The Complete Guide to Model Context Protocol (MCP): Building AI-Native Applications in 2026
-
Welcome to FastMCP – FastMCP
https://github.com/modelcontextprotocol/python-sdk/commits?a...
Many contributors to the python sdk continued to iterate on the mcp server implementation using the name fastmcp ( since it had been donated to the project ) resulting in growing interest:
-
Build Your First MCP Server in Python — 3 Patterns You Need
The official Python SDK documentation is at modelcontextprotocol.io/docs/develop/build-server. The source code is at github.com/modelcontextprotocol/python-sdk.
-
I Built an MCP Server for KubeCon EU 2026: Here's How AI Agents Can Plan Your Conference
Python with FastMCP (the official MCP Python SDK)
What are some alternatives?
When comparing servers and python-sdk you can also consider the following projects:
claudebox - The Ultimate Claude Code Docker Development Environment - Run Claude AI's coding assistant in a fully containerized, reproducible environment with pre-configured development profiles.
wcgw - Shell and coding agent on mcp clients
typescript-sdk - The official TypeScript SDK for Model Context Protocol servers and clients
awesome-mcp-servers - A collection of MCP servers. [GET https://api.github.com/repos/punkpeye/awesome-mcp-servers: 404 - Not Found // See: https://docs.github.com/rest]
inspector - Visual testing tool for MCP servers