Skip to content
Cursor

CLIO Web for Cursor

io.github.iowarp/web-mcp

Provider-fixed web search plus transparent URL, DOI, and document fetching

client:Cursor transport:stdio runtime:pypi

Install CLIO Web in Cursor

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

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

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

CLIO Web in other clients