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
{
"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