yad agent mcp for Grok
io.github.holistis/yad-agent-mcp
MCP wrapper for Yad, a local browser-automation companion, for coding agents.
client:Grok
transport:stdio
runtime:npm
Install yad agent mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"yad-agent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yad-agent-mcp"
],
"env": {
"YAD_COMPANION_URL": "<YAD_COMPANION_URL>"
}
}
}
}
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