mcp animenewsnetwork for Zed
io.github.smeet666/mcp-animenewsnetwork
Search the Anime News Network encyclopedia and read its news wire. No API key.
client:Zed
transport:stdio
runtime:npm
Install mcp animenewsnetwork in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-animenewsnetwork": {
"command": "npx",
"args": [
"-y",
"mcp-animenewsnetwork"
],
"env": {
"ANN_USER_AGENT": "<ANN_USER_AGENT>",
"ANN_MIN_INTERVAL_MS": "<ANN_MIN_INTERVAL_MS>",
"ANN_LOG_LEVEL": "<ANN_LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs