servers
Model Context Protocol Servers (by modelcontextprotocol)
inspector
Visual testing tool for MCP servers (by modelcontextprotocol)
| servers | inspector | |
|---|---|---|
| 401 | 17 | |
| 87,066 | 10,052 | |
| 2.6% | 4.3% | |
| 9.8 | 9.7 | |
| 8 days ago | 5 days ago | |
| TypeScript | TypeScript | |
| GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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.
inspector
Posts with mentions or reviews of inspector.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-05-31.
-
Secure GitHub or any MCP Server with Okta via AgentCore Gateway
To test the Gateway, you'll need to use a client that supports CIMD. That rules out the MCP Inspector. Fortunately, both VS Code and Claude Code do, hosting their CIMDs here and here respectively. Let's use VS Code.
-
这个 GitHub 近万星的项目,可能是 AI Agent 开发者最被低估的工具
GitHub:modelcontextprotocol/inspector — 9,774 Stars,1,308 Forks
-
Playbook de Teste de Servidor MCP: Manual + Automatizado com Apidog
Sim. O inspector MCP oficial se comunica diretamente via stdio e oferece uma UI para testes manuais.
-
Adding OAuth 2.1 to your MCP server in TypeScript
# 1. Discover the auth server curl http://localhost:3000/.well-known/oauth-protected-resource # 2. Register a client curl -X POST http://localhost:3000/register \ -H "Content-Type: application/json" \ -d '{"redirect_uris":["http://localhost:3334/callback"]}' # 3. Walk the auth code flow # The MCP Inspector from Anthropic does this end to end: # https://github.com/modelcontextprotocol/inspector
-
The Seven Deadly Sins of MCP: Operational Sins
This behavior appears in modelcontextprotocol/inspector #293, where connecting caused repeated server starts, and modelcontextprotocol/inspector #723, where reconnect logic did not preserve enough state to resume safely. The lesson is simple: retries are part of system design, not a bandage you slap on at the edge. If your retry policy is not explicit, you do not really have one.
-
Create your first MCP server using the MCP Framework. Guide to testing/debugging with MCP Inspector.
Since I’m currently learning it too, I want to share how to build your first MCP server using MCP Framework. After that, we’ll test it with MCP Inspector, then finally add it to an MCP host — in this case, Copilot.
-
Deploy Your MCP Server to Google Cloud Run (For Free)
MCP Inspector (GitHub): testing and debugging tool for MCP servers
-
Beyond the API: Integrating ComfyUI and Flowise via MCP
Before connecting Flowise, we must verify our server. Since we are using SSE, we can use the MCP Inspector web interface to connect to our running server.
- なぜMCPのデバッグに汎用APIツールが最強なのか:徹底比較
-
MCP Server Architecture: A Developer's Guide
First, there's the specification that defines how clients and servers should talk to each other. Then you've got SDKs in different languages that handle the protocol details for you. The MCP Inspector helps you test and debug your servers during development. And finally, there are reference server implementations you can learn from or use directly.
What are some alternatives?
When comparing servers and inspector 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.
python-sdk - The official Python SDK for Model Context Protocol servers and 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]
specification - Specification and documentation for the Model Context Protocol [Moved to: https://github.com/modelcontextprotocol/modelcontextprotocol]