veddata for Claude Desktop
io.github.sanzineo/veddata
MCP server for AI agents: discover a web page's data sources and drive the page to reach them.
client:Claude Desktop
transport:stdio
runtime:pypi
Install veddata in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"veddata": {
"command": "uvx",
"args": [
"veddata"
],
"env": {
"HEADLESS": "<HEADLESS>",
"BROWSER_PATH": "<BROWSER_PATH>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs