macos-vision-mcp
Rank #4,171io.github.woladi/macos-vision-mcp
Local OCR & screen understanding for agents: read any window, find what to click. No uploads.
macos-vision-mcp is a Model Context Protocol (MCP) server published by woladi. It ranks #4,171 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. macos-vision-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Apr 9, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 111,289 of 115,460 servers on MCP Toplist.
Use macos-vision-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add macos-vision-mcp -- npx -y macos-vision-mcp[mcp_servers.macos-vision-mcp]
command = "npx"
args = ["-y", "macos-vision-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"macos-vision-mcp": {
"command": "npx",
"args": [
"-y",
"macos-vision-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"macos-vision-mcp": {
"command": "npx",
"args": [
"-y",
"macos-vision-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"macos-vision-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"macos-vision-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"macos-vision-mcp": {
"command": "npx",
"args": [
"-y",
"macos-vision-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"macos-vision-mcp": {
"command": "npx",
"args": [
"-y",
"macos-vision-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.woladi%2Fmacos-vision-mcp)<a href="https://mcptoplist.com/server/io.github.woladi%2Fmacos-vision-mcp"><img src="https://mcptoplist.com/badge/io.github.woladi%2Fmacos-vision-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
woladi
Other servers by woladi
View all woladi servers →Available versions (4)
| Version | Published |
|---|---|
| 0.7.0 | Aug 25, 2026 |
| 0.5.1 | Aug 24, 2026 |
| 0.5.0 | Aug 23, 2026 |
| 0.2.3 | Apr 10, 2026 |
Frequently asked questions
- Who maintains macos-vision-mcp?
- macos-vision-mcp is maintained by woladi, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is macos-vision-mcp listed on the Official MCP Registry?
- Yes — macos-vision-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does macos-vision-mcp have?
- MCP Toplist tracks 4 versions of macos-vision-mcp, most recently published on Aug 25, 2026.
- Where can I find the source code for macos-vision-mcp?
- The source code for macos-vision-mcp is hosted at github.com/woladi/macos-vision-mcp.