Connects Claude to the Kitsu anime and manga database through a JSON:API interface. You get seven tools: search anime or manga by name, fetch individual entries by ID, pull top anime/manga lists, and browse categories (genres and themes). Runs as a hosted service through Pipeworx's gateway, so no local setup required. Useful when you need Claude to look up show details, compare series, or answer questions about anime and manga metadata. The gateway also supports an ask_pipeworx function that lets you query in plain English instead of calling individual tools. Part of a larger 250+ data source collection if you need broader API access.
Kitsu MCP — anime + manga catalogue (JSON:API).
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
search_anime | Search anime by name. |
search_manga | Search manga by name. |
anime | Anime entry by id. |
manga | Manga entry by id. |
top_anime | Top anime list. |
top_manga | Top manga list. |
categories | List categories (genres / themes). |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"kitsu": {
"url": "https://gateway.pipeworx.io/kitsu/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Kitsu data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json