Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

MAL MCP Server in other clients