AniList MCP Server for Zed
io.github.grinv/anilist-mcp-server
MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.
client:Zed
transport:stdio
runtime:npm
Install AniList MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"anilist-mcp-server": {
"command": "npx",
"args": [
"-y",
"anilist-mcp-server"
],
"env": {
"ANILIST_CLIENT_ID": "<ANILIST_CLIENT_ID>",
"ANILIST_CLIENT_SECRET": "<ANILIST_CLIENT_SECRET>",
"ANILIST_ACCESS_TOKEN": "<ANILIST_ACCESS_TOKEN>",
"ANILIST_OAUTH_PORT": "<ANILIST_OAUTH_PORT>",
"ANILIST_TOKEN_STORE": "<ANILIST_TOKEN_STORE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs