AniList MCP Server for Grok
io.github.grinv/anilist-mcp-server
MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.
client:Grok
transport:stdio
runtime:npm
Install AniList MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"anilist-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs