Skip to content
Grok

ani mcp for Grok

io.github.gavmason/ani-mcp

A smart MCP server for AniList that gets your anime/manga taste - not just API calls.

client:Grok transport:stdio runtime:npm

Install ani mcp 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": {
    "ani-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ani-mcp"
      ],
      "env": {
        "ANILIST_USERNAME": "<ANILIST_USERNAME>",
        "ANILIST_TOKEN": "<ANILIST_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

ani mcp in other clients