Ani MCP for Cursor
io.github.gavxm/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
{
"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