Claude Desktop
Claude Desktop is a great way to experience MCP servers from the people who created the protocol! It provides a chat interface to Anthropic's latest models and runs on macos and windows.
Video
Quick Install / Remote
For a quick, automated setup, run this command in your terminal:
npx --yes -p @dylibso/mcpx@latest install --client claude-desktop --url "https://www.mcp.run/api/mcp/sse?profile=<scope-name>/<profilename>"
Replace the profile query paramter with any profile you have access to. For example, if your user name is benjamin
, you could use benjamin/default
.
If you belong to the org dylibso
which has a engineering
profile, you could set it to dylibso/engineering
.
See a list of your profiles here.
Manual Steps / Local
- Install Claude Desktop from Anthropic
- Open it up and authenticate to Claude
- Edit your config file at:
- Mac:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/config.json
Open Claude Desktop, open the Settings menu, go to the Developer section and click Edit Config inside the servers section. Open and edit this file using the instructions below.
- Add the following to your config file under the
"mcpServers"
key:
{
"mcpServers": {
"mcpx": {
"command": "npx",
"args": [
"--yes",
"@dylibso/mcpx"
]
}
}
}
If you have existing mcpServers, add "mcpx" alongside them while maintaining valid JSON.
- Restart Claude Desktop (quit & re-open the app)
- You should see the little hammer tool appear in the bottom right section of your prompt input.
- Log in to mcp.run by prompting "log me in to mcp.run" and follow the instructions.
If you get stuck, please refer to Claude Desktop's guide as it should remain up to date.