What is the jikan MCP server?
Jikan MCP — wraps the Jikan v4 API (anime/manga data, free, no auth)
How to install jikan
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"jikan": {
"url": "https://gateway.pipeworx.io/jikan/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jikan": {
"serverUrl": "https://gateway.pipeworx.io/jikan/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"jikan": {
"type": "http",
"url": "https://gateway.pipeworx.io/jikan/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"jikan": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/jikan/mcp"
]
}
}
}Claude Code
claude mcp add --transport http jikan https://gateway.pipeworx.io/jikan/mcp