aniyomi (MCP Server)

GitHub

An app for manga and anime

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "aniyomi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-aniyomi"
      ]
    }
  }
}