veddata for Cline
io.github.sanzineo/veddata
MCP server for AI agents: discover a web page's data sources and drive the page to reach them.
client:Cline
transport:stdio
runtime:pypi
Install veddata in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"veddata": {
"command": "uvx",
"args": [
"veddata"
],
"env": {
"HEADLESS": "<HEADLESS>",
"BROWSER_PATH": "<BROWSER_PATH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs