Client guide

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.

5332个结果
PA
punkpeye/awesome-mcp-servers
开发工具

punkpeye/awesome-mcp-servers MCP server.

9.2万 040
ST
sansan0/trendradar
开发工具

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

6万 099
HA
headroomlabs-ai/headroom
开发工具

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.

5.8万 050
ZA
zylon-ai/private-gpt
开发工具

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.

5.7万 050
HN
hkuds/nanobot
开发工具

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

4.7万 040
CC
chromedevtools/chrome-devtools-mcp
开发工具

Chrome DevTools for coding agents

4.5万 099
SA
sickn33/agentic-awesome-skills
开发工具

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

4.4万 085
TT
tooljet/tooljet
开发工具

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

4.1万 085
DA
danny-avila/librechat
开发工具

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,...

4万 075
MP
microsoft/playwright-mcp
开发工具

Playwright MCP server

3.5万 099
FC
feder-cr/aihawk
开发工具

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.

3万 040
OS
oraios/serena
开发工具

A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent

2.6万 085
查看全部匹配条目 · 5332

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.

相关指南