rakuten mcp for Cursor
io.github.mrslbt/rakuten-mcp
Rakuten Web Service for AI: Ichiba, Books, Travel, Recipe, Kobo, GORA — bilingual, read-only.
client:Cursor
transport:stdio
runtime:npm
Install rakuten mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rakuten-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rakuten-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs