Skip to content
Grok

MAL MCP Server for Grok

io.github.grinv/mal-mcp

MyAnimeList MCP server: Tenrai-powered reads plus official MAL personal-list management.

client:Grok transport:stdio runtime:npm

Install MAL MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mal-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mal-mcp"
      ],
      "env": {
        "MAL_CLIENT_ID": "<MAL_CLIENT_ID>",
        "MAL_REFRESH_TOKEN": "<MAL_REFRESH_TOKEN>",
        "MAL_ACCESS_TOKEN": "<MAL_ACCESS_TOKEN>"
      }
    }
  }
}

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

MAL MCP Server in other clients