AniList MCP Server for Windsurf
io.github.grinv/anilist-mcp-server
MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.
client:Windsurf
transport:stdio
runtime:npm
Install AniList MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"anilist-mcp-server": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs