mcp animenewsnetwork for Cursor
io.github.smeet666/mcp-animenewsnetwork
Search the Anime News Network encyclopedia and read its news wire. No API key.
client:Cursor
transport:stdio
runtime:npm
Install mcp animenewsnetwork in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-animenewsnetwork": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs