originselect mcp server for Cursor
io.github.chhavimishra/originselect-mcp-server
Search ethical, origin-verified products and brands by country of origin
client:Cursor
transport:stdio
runtime:npm
Install originselect mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"originselect-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"originselect-mcp-server"
],
"env": {
"API_BASE_URL": "<API_BASE_URL>",
"INTELLIGENCE_API_KEY": "<INTELLIGENCE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs