MCP Hub
Back to servers

jikan

Jikan MCP — wraps the Jikan v4 API (anime/manga data, free, no auth)

Registry
Updated
Apr 2, 2026

mcp-jikan

MCP server for anime and manga data via the Jikan API (MyAnimeList). No authentication required.

Tools

ToolDescription
search_animeSearch anime by title
get_animeGet full details for a specific anime by MAL ID
top_animeGet top-ranked anime, optionally filtered by type
search_charactersSearch anime/manga characters by name

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "jikan_search_anime",
      "arguments": { "query": "Fullmetal Alchemist" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review