veddata for Grok
io.github.sanzineo/veddata
MCP server for AI agents: discover a web page's data sources and drive the page to reach them.
client:Grok
transport:stdio
runtime:pypi
Install veddata in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"veddata": {
"type": "stdio",
"command": "uvx",
"args": [
"veddata"
],
"env": {
"HEADLESS": "<HEADLESS>",
"BROWSER_PATH": "<BROWSER_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs