Skip to main content
Version: Next

Connect with Claude Desktop

Since Claude Desktop currently only supports stdio transports, we recommend an adapter such as mcp-remote to connect it to MCPX. An example claude_desktop_config.json could look like this:

{
"mcpServers": {
"mcpx": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:9000/sse",
"--header",
"x-lunar-consumer-tag: developers",
"--header",
"x-lunar-api-key: abc123"
]
}
}
}