JP Bids for Claude Desktop
io.github.sugukurukabe/jp-bids
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install JP Bids in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"jp-bids": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.bid-jp.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs