Connect with Claude Desktop
In Claude Desktop, go to Settings -> Developer, and add/edit your config as shown below. Save your updated claude_desktop_config.json
and restart Claude Desktop for the change to become effective. Since Claude Desktop currently only supports stdio transports, we recommend an adapter such as mcp-remote to connect it to MCPX.
{
"mcpServers": {
"mcpx": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:9000/sse",
"--header",
"x-lunar-consumer-tag: Claude"
]
}
}
}
You should now have the time
target MCP servers tools available via Claude Desktop.