Claude Desktop is Anthropic's native chat app for macOS and Windows. MCP config lives at `~/Library/Application Support/Claude/claude_desktop_config.json` (Mac) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows). Uses the same `mcpServers` JSON shape as Claude Code. Best choice for non-developers and anyone who wants MCP power without a terminal.
Anthropic's native desktop app — chat interface to Claude with local MCP support
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json — Windows: %APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": {
"OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer secret_...\", \"Notion-Version\": \"2022-06-28\"}"
}
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_..."
}
}
}
}Real secrets should never be committed — use environment variables or your editor's secrets manager.
Open PRs, review issues, read code — all from the desktop Claude chat. Common for non-developers too (PMs reviewing issues).
Read and write Notion pages. Most popular MCP for Claude Desktop — turns it into a personal Notion agent.
Post messages, summarise channels, triage DMs from the desktop chat. Great for exec use cases.
Natural-language DB queries from the desktop — popular with non-technical analysts and PMs.
Founders and non-devs querying their own app data without writing SQL. Huge quality-of-life gain.
Billing questions and refunds from the desktop — ideal for finance/ops teams without terminal access.
Triage tickets, answer project status questions, close tickets. PMs and team leads love this.
Web research with citations inside Claude Desktop — your personal research assistant.
Fast web search for casual questions. Cheaper than Perplexity for light use.
Paste a URL, get a clean markdown summary. Useful for 'read this article for me and give me the key points'.
Notion MCP is #1 among desktop users — turns Claude into a Notion agent. After that: GitHub, Slack, Linear for work; Perplexity and Firecrawl for research. Stripe is popular with founders for quick billing answers.
macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`. Windows: `%APPDATA%\Claude\claude_desktop_config.json`. Easiest path: Claude menu → Settings → Developer → 'Edit Config' — opens it in your default editor.
MCP works on both the free and Pro tiers. Pro gives you higher usage limits and access to the latest models, which matters more for heavy MCP use. Free is fine for getting started.
No — different apps. Claude Desktop is a chat GUI for conversations. Claude Code is a terminal-based coding agent. They share the MCP config format but serve different use cases. Non-devs use Desktop; devs use Code. Many people use both.
Not officially. Community builds exist but aren't supported. If you're on Linux, use Claude Code (terminal) or Claude on the web (claude.ai) with the remote MCP connector.
Pick from the top 10 curated above, or browse the full marketplace of 100+ MCPs.