# Suwayomi/Suwayomi-Server | Model Context Protocol (MCP) Server > A rewrite of Tachiyomi for the Desktop - **Stars**: ⭐ 7,383 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Suwayomi-Server": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Suwayomi-Server" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Suwayomi-Server": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Suwayomi-Server" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Suwayomi-Server` - **Docker**: `docker run -i --rm mcp/Suwayomi-Server`