Skip to content
Cursor

anilist mcp for Cursor

io.github.mrfentmen/anilist-mcp

AniList anime and manga search over GraphQL. No key required.

client:Cursor transport:stdio runtime:npm

Install anilist mcp in Cursor

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

{
  "mcpServers": {
    "anilist-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/anilist-mcp"
      ]
    }
  }
}

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

anilist mcp in other clients