MCP server for the Rakuten Web Service API. Covers Rakuten Ichiba, Rakuten Books, and Rakuten Travel.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rakuten-mcp": {
"command": "npx",
"args": [
"-y",
"mrslbt/rakuten-mcp"
]
}
}
}
Run in terminal:
claude mcp add rakuten-mcp npx -y mrslbt/rakuten-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"rakuten-mcp": {
"command": "npx",
"args": [
"-y",
"mrslbt/rakuten-mcp"
]
}
}
}