Claude Desktop
There are two ways to connect the Olympus MCP server to the Claude desktop app.
Option 1 — Custom connector
- Open Settings → Connectors.
- Click Add custom connector.
- Paste the endpoint URL:
https://mcp.olympusdao.finance/mcp - Save, then enable the connector.
Option 2 — Config file
Available on any plan. Add an mcp-remote bridge to claude_desktop_config.json, then restart the app:
{
"mcpServers": {
"olympus": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.olympusdao.finance/mcp"]
}
}
}
mcp-remote bridges the remote Streamable HTTP endpoint into Claude Desktop and requires Node.js (which provides npx).