Al Yad
Rank #7,312io.github.holistis/yad-agent-mcp
MCP wrapper for Yad, a local browser-automation companion, for coding agents.
Al Yad is a Model Context Protocol (MCP) server published by holistis. It ranks #7,312 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Al Yad is listed on Official MCP, with 1 tracked version. It was first listed on Aug 29, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 108,148 of 115,460 servers on MCP Toplist.
Use Al Yad
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add yad-agent-mcp -e "YAD_COMPANION_URL=<your YAD_COMPANION_URL>" -- npx -y yad-agent-mcpReplace each placeholder with your own value before saving.
[mcp_servers.yad-agent-mcp]
command = "npx"
args = ["-y", "yad-agent-mcp"]
[mcp_servers.yad-agent-mcp.env]
YAD_COMPANION_URL = "<your YAD_COMPANION_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yad-agent-mcp": {
"command": "npx",
"args": [
"-y",
"yad-agent-mcp"
],
"env": {
"YAD_COMPANION_URL": "<your YAD_COMPANION_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yad-agent-mcp": {
"command": "npx",
"args": [
"-y",
"yad-agent-mcp"
],
"env": {
"YAD_COMPANION_URL": "<your YAD_COMPANION_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"yad-agent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yad-agent-mcp"
],
"env": {
"YAD_COMPANION_URL": "<your YAD_COMPANION_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yad-agent-mcp": {
"command": "npx",
"args": [
"-y",
"yad-agent-mcp"
],
"env": {
"YAD_COMPANION_URL": "<your YAD_COMPANION_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yad-agent-mcp": {
"command": "npx",
"args": [
"-y",
"yad-agent-mcp"
],
"env": {
"YAD_COMPANION_URL": "<your YAD_COMPANION_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.holistis%2Fyad-agent-mcp)<a href="https://mcptoplist.com/server/io.github.holistis%2Fyad-agent-mcp"><img src="https://mcptoplist.com/badge/io.github.holistis%2Fyad-agent-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
holistis
Other servers by holistis
View all holistis servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 29, 2026 |
Frequently asked questions
- Who maintains Al Yad?
- Al Yad is maintained by holistis, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Al Yad listed on the Official MCP Registry?
- Yes — Al Yad is listed on the Official MCP Registry.
- How many versions does Al Yad have?
- MCP Toplist tracks 1 version of Al Yad, most recently published on Aug 29, 2026.
- Where can I find the source code for Al Yad?
- The source code for Al Yad is hosted at github.com/holistis/al-yad.