← Index

io.github.aernouddekker/numbersmcp

io.github.aernouddekker/numbersmcp·v0.3.2·Documents & Spreadsheets
Quality Score
80
/100

MCP server for macOS Numbers.app — spreadsheet access via AppleScript

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "numbersmcp": {
      "command": "npx",
      "args": [
        "-y",
        "numbersmcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "numbersmcp": {
      "command": "npx",
      "args": [
        "-y",
        "numbersmcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y numbersmcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets