Skip to content
Zed

MAL MCP Server for Zed

io.github.grinv/mal-mcp

MyAnimeList MCP server: Tenrai-powered reads plus official MAL personal-list management.

client:Zed transport:stdio runtime:npm

Install MAL MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MAL MCP Server in other clients