MAL MCP Server for Windsurf
io.github.grinv/mal-mcp
MyAnimeList MCP server: Tenrai-powered reads plus official MAL personal-list management.
client:Windsurf
transport:stdio
runtime:npm
Install MAL MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mal-mcp": {
"command": "npx",
"args": [
"-y",
"mal-mcp"
],
"env": {
"MAL_CLIENT_ID": "<MAL_CLIENT_ID>",
"MAL_REFRESH_TOKEN": "<MAL_REFRESH_TOKEN>",
"MAL_ACCESS_TOKEN": "<MAL_ACCESS_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs