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