Skip to content
Cursor

veddata for Cursor

io.github.sanzineo/veddata

MCP server for AI agents: discover a web page's data sources and drive the page to reach them.

client:Cursor transport:stdio runtime:pypi

Install veddata in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "veddata": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "veddata"
      ],
      "env": {
        "HEADLESS": "<HEADLESS>",
        "BROWSER_PATH": "<BROWSER_PATH>"
      }
    }
  }
}

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

veddata in other clients