Connect with Claude Desktop
In Claude Desktop, go to Settings -> Developer. Open your claude_desktop_config.json
and edit your config file using the configuration below. Save your updated claude_desktop_config.json
and restart Claude Desktop for the change to become effective.
claude_desktop_config.json
{
"mcpServers": {
"mcpx": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:9000/mcp",
"--header",
"x-lunar-consumer-tag: Claude"
]
}
}
}
tip
MCPX will expose the available tools which are set up in /config/mcp.json
, however they are not yet accessible for use. Please close and restart Claude to ensure all tools and integrations are properly loaded and available