Yahoo! Shopping MCP for Cursor
io.github.ymuichiro/yahoo-shopping-mcp
Read-only Yahoo! Shopping product search via the Yahoo! Shopping Item Search API v3.
client:Cursor
transport:stdio
runtime:oci
Install Yahoo! Shopping MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yahoo-shopping-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ymuichiro/yahoo-shopping-mcp:v0.9.0-preview.2"
],
"env": {
"YAHOO_SHOPPING_APP_ID": "<YAHOO_SHOPPING_APP_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs