Best MCP Servers for Claude Desktop
Updated June 2026 · 15 servers across 11 categories
MCP (Model Context Protocol) servers give Claude real tools — file access, web search, database queries, API integrations. Here are the most useful ones, with copy-paste install commands.
claude_desktop_config.json, add servers under mcpServers, restart Claude. On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows: %APPDATA%\Claude\claude_desktop_config.json.
Files & Local Data
Filesystem
OfficialRead, write, search, and move files on your local machine. The most universally useful MCP server — enables Claude to actually edit your projects.
Install
npm install -g @modelcontextprotocol/server-filesystem Config (add to mcpServers)
{srv.config} Development
GitHub
OfficialBrowse repos, read files, search issues, create PRs, manage branches — full GitHub API access in natural language.
Install
npm install -g @modelcontextprotocol/server-github Config (add to mcpServers)
{srv.config} Sentry
OfficialPull Sentry issues and stack traces into the conversation for AI-assisted debugging.
Install
uvx mcp-server-sentry Config (add to mcpServers)
{srv.config} Web & Research
Fetch
OfficialHTTP fetch for any URL — returns clean markdown. Lets Claude read documentation pages, news articles, or any web content.
Install
uvx mcp-server-fetch Config (add to mcpServers)
{srv.config} Brave Search
OfficialWeb search and local-business lookup via Brave Search API. Privacy-first alternative to Google.
Install
npm install -g @modelcontextprotocol/server-brave-search Config (add to mcpServers)
{srv.config} Web & Automation
Puppeteer (Browser)
OfficialHeadless Chrome — navigate pages, click buttons, fill forms, take screenshots, run JavaScript.
Install
npm install -g @modelcontextprotocol/server-puppeteer Config (add to mcpServers)
{srv.config} AI Infrastructure
Memory
OfficialPersistent knowledge graph — store entities, relations, and observations that survive across conversations.
Install
npm install -g @modelcontextprotocol/server-memory Config (add to mcpServers)
{srv.config} Databases
Postgres
OfficialRead-only Postgres access — list tables, run SELECTs, inspect schemas. Safe by design.
Install
npm install -g @modelcontextprotocol/server-postgres Config (add to mcpServers)
{srv.config} Supabase
Full Supabase project management — database, auth, edge functions, storage.
Install
npx -y @supabase/mcp-server-supabase Config (add to mcpServers)
{srv.config} Communication
Slack
OfficialPost messages, read channels, search message history, manage workspace users.
Install
npm install -g @modelcontextprotocol/server-slack Config (add to mcpServers)
{srv.config} Productivity
Linear
Browse and create Linear issues, projects, cycles — full CRUD with filter support.
Install
npm install -g @jerhadf/linear-mcp-server Config (add to mcpServers)
{srv.config} Notion
Read and write Notion pages, databases, and blocks via the official API.
Install
npm install -g mcp-notion-server Config (add to mcpServers)
{srv.config} Finance
Stripe
Query Stripe data — customers, subscriptions, charges, refunds, payment intents.
Install
npm install -g @stripe/mcp Config (add to mcpServers)
{srv.config} Infrastructure
Cloudflare Workers
Deploy and manage Cloudflare Workers, Pages, KV, R2 — all from inside Claude.
Install
npx @cloudflare/mcp-server-cloudflare init Config (add to mcpServers)
{srv.config} Monitoring
Prismix (AI Status)
Remote · FreeReal-time status for 75+ AI providers — ask Claude if OpenAI, Anthropic, Cursor, or any AI service is currently down.
claude_desktop_config.json entry
{srv.config} Install a whole stack at once
Prismix bundles group MCP servers into shareable stacks with a single merged claude_desktop_config.json. One paste installs all of them.
Browse 500+ more MCP servers
The Prismix MCP directory indexes official, vendor, and community servers — each with install commands, config snippets, GitHub stats, and community ratings.