Skip to content
Cursor

onepiece oracle for Cursor

io.github.gregario/onepiece-oracle

One Piece TCG MCP server with card search, deck analysis, and set browsing

client:Cursor transport:stdio runtime:npm

Install onepiece oracle in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "onepiece-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "onepiece-oracle"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

onepiece oracle in other clients