AniList MCP Server for Cursor
io.github.grinv/anilist-mcp-server
MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.
client:Cursor
transport:stdio
runtime:npm
Install AniList MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"anilist-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"anilist-mcp-server"
],
"env": {
"ANILIST_CLIENT_ID": "<ANILIST_CLIENT_ID>",
"ANILIST_CLIENT_SECRET": "<ANILIST_CLIENT_SECRET>",
"ANILIST_ACCESS_TOKEN": "<ANILIST_ACCESS_TOKEN>",
"ANILIST_OAUTH_PORT": "<ANILIST_OAUTH_PORT>",
"ANILIST_TOKEN_STORE": "<ANILIST_TOKEN_STORE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs