Skip to content
Grok

mymlh mcp server for Grok

ci.git/mymlh-mcp-server

OAuth-enabled MyMLH MCP server for accessing MyMLH data.

client:Grok transport:streamable-http

Install mymlh mcp server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mymlh-mcp-server": {
      "type": "http",
      "url": "https://mymlh-mcp.git.ci/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

mymlh mcp server in other clients