jikan mcp for Zed
io.github.mrfentmen/jikan-mcp
Search anime and manga from MyAnimeList through the Jikan API. No key required.
client:Zed
transport:stdio
runtime:npm
Install jikan mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"jikan-mcp": {
"command": "npx",
"args": [
"-y",
"jikan-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs