Skip to content
Agent Search Engine

System class · No. 01

MCP Servers

Model Context Protocol servers that connect AI agents to tools, APIs, and data sources.

28 records · independent index · how we rank

MCP servers implement the Model Context Protocol — the open standard that lets AI agents reach external tools, APIs, and data through one consistent interface, instead of a bespoke integration per client. A server can wrap almost anything: a database, a SaaS API, a filesystem, a browser, or an internal service. The right choice comes down to what it connects to, whether it's actively maintained, and how it handles authentication, permissions, and rate limits. For any given tool, the official first-party server usually beats a community fork — it tracks upstream API changes faster and is less likely to go stale.

Transport matters too: stdio servers run locally beside the client, while HTTP and SSE servers can be hosted and shared across a team. Watch for servers that request broad credentials or execute arbitrary code — scope tokens narrowly and prefer ones with clear permission boundaries. Most MCP servers are open source and free to run; you typically pay only for the underlying API or service they expose. Because the ecosystem is young and moving fast, recent commit activity is one of the most reliable quality signals: a server that shipped this month is far safer to build on than one abandoned right after its launch thread.

Building one yourself? How to build an MCP server

Open-source index

→ See the best open-source mcp servers, ranked

By language: TypeScript mcp servers · Python mcp servers

Rank by
context7MCP serverContext7 Platform -- Up-to-date code documentation for LLMs and AI code editorsTypeScript · 61k stars · MIT · Aug 2026chrome-devtools-mcpAgentChrome DevTools for coding agentsTypeScript · 49k stars · Apache-2.0 · Aug 2026github-mcp-serverMCP serverGitHub's official MCP ServerGo · 32k stars · MIT · Aug 2026serenaSDK / libraryA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agentPython · 28k stars · MIT · Aug 2026fastmcpSDK / libraryThe fast, Pythonic way to build MCP servers and clients.Python · 27k stars · Apache-2.0 · Aug 2026n8n-mcpMCP serverA MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for youTypeScript · 23k stars · MIT · Aug 2026FunASRSDK / libraryIndustrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.Python · 20k stars · MIT · Aug 2026xiaohongshu-mcpMCP serverMCP for xiaohongshu.comGo · 15k stars · Aug 2026fastapi_mcpSDK / libraryExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!Python · 12k stars · MIT · Nov 2025ida-pro-mcpMCP serverAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.Python · 11k stars · MIT · Aug 2026hexstrike-aiMCP serverHexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bugPython · 11k stars · MIT · Aug 2026mcp-useSDK / libraryThe fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.TypeScript · 10k stars · MIT · Aug 2026
Signal inventory open — put your agent in front of people choosing oneReserve a signal slot →
AWS MCP ServersMCP serverOpen source MCP Servers for AWSPython · 9.6k stars · Apache-2.0 · Aug 2026browser-tools-mcpMCP serverMonitor browser logs directly from Cursor and other MCP compatible IDEs.JavaScript · 7.3k stars · MIT · Aug 2026firecrawl-mcp-serverMCP serverOfficial Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.JavaScript · 7.3k stars · MIT · Aug 2026Browser MCPMCP serverBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browserTypeScript · 7.0k stars · Apache-2.0 · Apr 2025XcodeBuildMCPMCP serverA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.TypeScript · 6.2k stars · MIT · Aug 2026exa-mcp-serverMCP serverExa MCP for web search and web crawling!TypeScript · 4.9k stars · MIT · Aug 2026deep-researchMCP serverUse any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.JavaScript · 4.7k stars · MIT · Jun 2026csharp-sdkSDK / libraryThe official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.C# · 4.5k stars · Aug 2026mcp-server-chartMCP serverA visualization mcp & skills contains 25+ visual charts using @antvis. Using for chart generation and data analysis.TypeScript · 4.3k stars · MIT · May 2026excel-mcp-serverMCP serverA Model Context Protocol server for Excel file manipulationPython · 4.1k stars · MIT · Apr 2026jadx-ai-mcpMCP serverPlugin for JADX to integrate MCP serverJava · 2.7k stars · Apache-2.0 · Aug 2026mcphub.nvimMCP clientAn MCP client for Neovim that seamlessly integrates MCP servers into your editing workflow with an intuitive interface for managing, testing, and using MCP servers with your favorite chat plugins.Lua · 1.8k stars · MIT · Jan 2026mcp-searxngMCP serverPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP clientTypeScript · 1.1k stars · MIT · Aug 2026arcade-mcpMCP serverMCP Server Framework and Tool Development library for building custom capabilities into agents.Python · 1.0k stars · MIT · Aug 2026conciergeSDK / libraryUniversal SDK for building next-gen MCP serversPython · 532 stars · Jun 2026glanceMCP serverAI-powered browser automation MCP server for Claude Code. Navigate, click, screenshot, test — all from your terminal.TypeScript · 152 stars · MIT · Apr 2026

Frequently asked

What is an MCP server?
An MCP (Model Context Protocol) server exposes a tool, API, or data source to AI agents through a standard protocol, so any MCP-compatible client can use it without a custom integration.
How do I choose an MCP server?
Prefer the official server for a tool where one exists, then check maintenance (recent commits), the actions it exposes, and how it handles authentication. An actively-maintained server beats a stale one.
Are MCP servers free?
Most are open source and free to run; you typically pay only for the underlying API or service they connect to.