Skip to content
Cursor

ani mcp for Cursor

io.github.gavmason/ani-mcp

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

client:Cursor transport:stdio runtime:npm

Install ani mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ani mcp in other clients