Search the Anime News Network encyclopedia and read its news wire. No API key.
MCPpedia last refreshed this data
io.github.smeet666/mcp-animenewsnetwork is an MCP server that search the Anime News Network encyclopedia and read its news wire. No API key. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 61/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"animenewsnetwork": {
"args": [
"-y",
"mcp-animenewsnetwork"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server for Anime News Network. Search the anime and manga encyclopedia, read cast, staff and episode lists, and follow the news wire. No API key, no account, no configuration.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-animenewsnetwork' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-animenewsnetwork against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
MCP server for Geargrafx PC Engine / TurboGrafx-16 emulator
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
MCP Server for Text to Speech
The official MCP Server for the Mux API
MCP Security Weekly
Get CVE alerts and security updates for io.github.smeet666/mcp-animenewsnetwork and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server for Anime News Network. Search the anime and manga encyclopedia, read cast, staff and episode lists, and follow the news wire. No API key, no account, no configuration.
(Version française plus bas / French version below)
One-click install
Claude Code
claude mcp add animenewsnetwork -- npx -y mcp-animenewsnetwork
Claude Desktop, Cursor, and any client using the standard config format
{
"mcpServers": {
"animenewsnetwork": {
"command": "npx",
"args": ["-y", "mcp-animenewsnetwork"]
}
}
}
Bundle, without npm
Download mcp-animenewsnetwork-<version>.mcpb from
the latest release and open
it. A client that supports MCP bundles installs it on its own, with no npm and
no configuration file to edit. The bundle carries its dependencies, so nothing
is fetched at install time.
| Tool | What it does | Key parameters |
|---|---|---|
search_titles | Finds anime and manga by title. Compact rows only. | query, kind, limit |
get_title | Reads one entry, section by section. | id, kind, sections, max_chars, offset |
list_recent | Lists recent additions, or browses titles alphabetically. | kind, starts_with, limit, offset |
get_news | Reads the news, reviews and combined feeds. | feed, edition, category, limit |
Search returns an encyclopedia id and a kind for every result; get_title
takes both. That is the intended chain: search, then read.
T