MCP Composer for Claude Desktop
io.github.oaslananka/composer
Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.
client:Claude Desktop
transport:stdio
runtime:npm
Install MCP Composer in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"composer": {
"command": "npx",
"args": [
"-y",
"@oaslananka/composer"
],
"env": {
"COMPOSER_CONFIG": "<COMPOSER_CONFIG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs