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