Bing Search (Free) for Cursor
io.github.iridite/bing-search-free
Free Bing search MCP server - No API key required
client:Cursor
transport:stdio
runtime:pypi
Install Bing Search (Free) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bing-search-free": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-bing-scraper"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs