AgentBridge
Rank #17,370io.github.SeanFDZ/agentbridge
Control Classic Mac OS (System 7-9) from AI agents via shared folder protocol.
AgentBridge is a Model Context Protocol (MCP) server published by seanfdz. It ranks #17,370 of 132,046 servers tracked on MCP Toplist, and its repository has 24 GitHub stars. AgentBridge is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Mar 9, 2026 and most recently updated on Apr 12, 2026.
Ranks ahead of 114,676 of 132,046 servers on MCP Toplist.
Use AgentBridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentbridge -- npx -y classic-mac-mcp[mcp_servers.agentbridge]
command = "npx"
args = ["-y", "classic-mac-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentbridge": {
"command": "npx",
"args": [
"-y",
"classic-mac-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentbridge": {
"command": "npx",
"args": [
"-y",
"classic-mac-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentbridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"classic-mac-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentbridge": {
"command": "npx",
"args": [
"-y",
"classic-mac-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentbridge": {
"command": "npx",
"args": [
"-y",
"classic-mac-mcp"
]
}
}
}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.SeanFDZ%2Fagentbridge)<a href="https://mcptoplist.com/server/io.github.SeanFDZ%2Fagentbridge"><img src="https://mcptoplist.com/badge/io.github.SeanFDZ%2Fagentbridge.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
seanfdz
Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Apr 12, 2026 |
Frequently asked questions
- Who maintains AgentBridge?
- AgentBridge is maintained by seanfdz, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is AgentBridge listed on the Official MCP Registry?
- Yes — AgentBridge is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does AgentBridge have?
- MCP Toplist tracks 1 version of AgentBridge, most recently published on Apr 12, 2026.
- Where can I find the source code for AgentBridge?
- The source code for AgentBridge is hosted at github.com/seanfdz/agentbridge.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.