🤖

Claude Desktop

Anthropic's official desktop app for Claude AI with native MCP support

Native MCP supportDesktop integrationFile access
Get Claude Desktop

Quick Setup

Configure MCP servers in Claude Desktop by editing your config file

macOS
~/Library/Application Support/Claude/claude_desktop_config.json
Windows
%APPDATA%\Claude\claude_desktop_config.json
Linux
~/.config/Claude/claude_desktop_config.json

Example Configuration

config.json
{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/files"
      ]
    },
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_TOKEN": "your-token-here"
      }
    }
  }
}

1. Open or create the config file at the path shown above

2. Add servers from the list below to your config

3. Restart Claude Desktop to load the new servers

Compatible Servers

181 servers work with Claude Desktop

View all →