Skip to content
Grok

console mcp server for Grok

io.github.mia-platform/console-mcp-server

The official MCP Server from Mia-Platform to interact with Mia-Platform Console

client:Grok transport:streamable-http runtime:npm

Install console mcp server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "console-mcp-server": {
      "type": "http",
      "url": "https://console.cloud.mia-platform.eu/console-mcp-server/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

console mcp server in other clients