Skip to content
VS Code

rakuten mcp for VS Code

io.github.mrslbt/rakuten-mcp

Rakuten Web Service for AI: Ichiba, Books, Travel, Recipe, Kobo, GORA — bilingual, read-only.

client:VS Code transport:stdio runtime:npm

Install rakuten mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "rakuten-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rakuten-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

rakuten mcp in other clients