Best MCP Servers for Claude Desktop in 2026
Claude Desktop is where most people meet MCP for the first time, and its claude_desktop_config.json is the canonical way to wire servers up. The servers below are the most-adopted options verified to work with Claude Desktop.
Each detail page includes a ready-to-paste configuration block — copy it into your config file, restart Claude Desktop, and the new tools appear in the hammer menu.

punkpeye/awesome-mcp-servers MCP server.

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。

Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.

Complete API layer for private AI applications on local models: RAG, skills, tools, MCP, text-to-sql, and more. Works with any OpenAI-compatible inference server.

English | 简体中文 | 繁體中文 | Español | Français | Bahasa Indonesia | 日本語 | 한국어 | Русский | Tiếng Việt Discord · X · WeChat / Feishu

Chrome DevTools for coding agents

This release includes AAS Core under the claim for local search, inspection, recommendation, manifest validation, planning, and diagnosis.

Open-source foundation of ToolJet AI - the enterprise app generation platform for internal tools, dashboards, business applications, workflows and AI agents.

Enhanced ChatGPT Clone: Features Agents, MCP, Skills, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching,...

Playwright MCP server

Open-source AI browser agent for web automation: a web browsing agent and computer-use agent in plain English. Browser MCP for Claude Code and Gemini CLI.

A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
FAQ
How do I add an MCP server to Claude Desktop?
Open your claude_desktop_config.json (via Settings → Developer → Edit Config), paste the mcpServers block from the server's detail page, and restart the app. The server's tools then show up in the chat interface.
Why does a server not appear after I add it?
The most common causes are a JSON syntax error in the config file, a missing runtime (npx requires Node.js, uvx requires Python's uv), or an unset environment variable such as an API key. Restart Claude Desktop after every config change.
Are remote (HTTP) MCP servers supported?
Claude Desktop added support for remote MCP servers in addition to local stdio servers. Where a project offers a hosted endpoint, the detail page notes it — otherwise the default local stdio configuration always works.