console mcp server for Claude Desktop
io.github.mia-platform/console-mcp-server
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
client:Claude Desktop
transport:streamable-http
runtime:npm
Install console mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"console-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://console.cloud.mia-platform.eu/console-mcp-server/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs