Skip to content
Cursor

web research mcp for Cursor

io.github.csoai-org/web-research-mcp

AI-powered web research MCP server for agents. Supports web search, browse page, extract...

client:Cursor transport:stdio runtime:pypi

Install web research mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "web-research-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "web-research-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

web research mcp in other clients