Skip to content
Cursor

KokoCallMCP for Cursor

io.github.sugukurukabe/koko-call

Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.

client:Cursor transport:stdio runtime:npm

Install KokoCallMCP in Cursor

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

{
  "mcpServers": {
    "koko-call": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "koko-call-mcp"
      ]
    }
  }
}

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

KokoCallMCP in other clients