yad agent mcp for Cursor
io.github.holistis/yad-agent-mcp
MCP wrapper for Yad, a local browser-automation companion, for coding agents.
client:Cursor
transport:stdio
runtime:npm
Install yad agent mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yad-agent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yad-agent-mcp"
],
"env": {
"YAD_COMPANION_URL": "<YAD_COMPANION_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs