Wraps the Jikan v4 API, which pulls anime and manga metadata from MyAnimeList. No authentication required, which makes it dead simple to drop into any MCP client. The server is hosted by Pipeworx as a gateway service, so you point your config at their URL and you're done. You can call tools directly or use their ask_pipeworx function to query in plain English and let the gateway figure out which endpoint to hit. Useful when you're building something that needs anime series info, episode counts, release dates, or manga chapters without dealing with API keys or rate limit headaches.
Jikan MCP — wraps the Jikan v4 API (anime/manga data, free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"jikan": {
"url": "https://gateway.pipeworx.io/jikan/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 Jikan 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