servers
fastmcp
| servers | fastmcp | |
|---|---|---|
| 401 | 19 | |
| 87,066 | 25,579 | |
| 2.6% | 2.6% | |
| 9.8 | 9.9 | |
| 8 days ago | 10 days ago | |
| TypeScript | Python | |
| GNU General Public License v3.0 or later | Apache License 2.0 |
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
- 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.
fastmcp
- Revisiting Benchmarking- Building a Rust A2A Agent
-
Vibecoding Our First MCP Server
The first version was deliberately simple. As I described in this post my team and I had very limited knowledge of MCP servers and add to discover the topic, and learn it while (vibe)coding the Proof of Concept. It turned out that creating an MCP server with STDIO transport is really trivial. Especially thanks to FastMCP: in the end it's about wrapping the desired endpoints of our API with the @mcp.tool() annotation.
-
Build Your First MCP Server in Python in 10 Minutes
The official MCP specification and FastMCP docs cover advanced patterns: resources, prompts, progress reporting, and OAuth authentication — all worth exploring once your first server is running.
- Supabase Auth and FastMCP Example
-
MCP Development with Python, Gemini CLI, and Amazon AWS ECS Express
╭──────────────────────────────────────────────────────────────────────────────╮ │ │ │ │ │ ▄▀▀ ▄▀█ █▀▀ ▀█▀ █▀▄▀█ █▀▀ █▀█ │ │ █▀ █▀█ ▄▄█ █ █ ▀ █ █▄▄ █▀▀ │ │ │ │ │ │ FastMCP 3.2.0 │ │ https://gofastmcp.com │ │ │ │ 🖥 Server: hello-world-server, 3.2.0 │ │ 🚀 Deploy free: https://horizon.prefect.io │ │ │ ╰──────────────────────────────────────────────────────────────────────────────╯ [04/04/26 19:10:50] INFO Starting MCP server 'hello-world-server' with transport 'http' on transport.py:299 http://0.0.0.0:8080/mcp INFO: Started server process [27502] INFO: Waiting for application startup. {"message": "StreamableHTTP session manager started"} INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
-
Welcome to FastMCP – FastMCP
https://github.com/PrefectHQ/fastmcp/pull/54
It was incorporated on Dec 21 2024, and hardened through the efforts of one of the python-sdk maintainers.
The author seemingly abandoned the github project for several months and marked it as unmaintained:
-
How to Build an MCP Server with Python in 5 Min
The full FastMCP docs are at gofastmcp.com. The Tools guide covers advanced patterns like async tools, Pydantic validation, and custom error handling.
-
How to Build Your Own MCP Server with Python
We’ll use a library called FastMCP that simplifies the process of building MCP servers. You can install it using pip:
-
Show HN: Assemble Labs – Hardware Brain for LLMs/IDEs
- FastMCP backend (https://github.com/jlowin/fastmcp) with manual upload to AWS S3. On-prem/air-gapped/local/your-cloud options coming. Zero training on uploaded docs, even in beta.
-
My 2025 Roundup of Must-Know MCP Servers
GitHub
What are some alternatives?
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.
fastapi_mcp - Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
typescript-sdk - The official TypeScript SDK for Model Context Protocol servers and clients
repo2vec - Chat with any codebase in under two minutes | Fully local or via third-party APIs [Moved to: https://github.com/Storia-AI/sage]
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]
codebase-digest - 🗜️ Codebase-digest is your AI-friendly codebase packer and analyzer. Features 60+ coding prompts and generates structured overviews with metrics. Ideal for feeding projects to LLMs like GPT-4, Claude, PaLM, and Gemini for code analysis and understanding.