Skip to content
Zed

Ani MCP for Zed

io.github.gavxm/ani-mcp

A smart MCP server for AniList that gets your anime/manga taste - not just API calls.

client:Zed transport:stdio runtime:npm

Install Ani MCP 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": {
    "ani-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ani-mcp"
      ],
      "env": {
        "ANILIST_USERNAME": "<ANILIST_USERNAME>",
        "ANILIST_TOKEN": "<ANILIST_TOKEN>"
      }
    }
  }
}

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

Ani MCP in other clients