fetch-price for Cursor
io.github.fusionx212/fetch-price
Live UK marketplace product search with real prices and buy links.
client:Cursor
transport:stdio
runtime:npm
Install fetch-price in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fetch-price": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fetch-price"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs