PluginBench
MCP Server
Active
MIT

io.github.aernouddekker/numbersmcp MCP Server

io.github.aernouddekker/numbersmcp

What is the io.github.aernouddekker/numbersmcp MCP server?

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

How to install io.github.aernouddekker/numbersmcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "numbersmcp": {
      "command": "npx",
      "args": [
        "-y",
        "numbersmcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "numbersmcp": {
      "command": "npx",
      "args": [
        "-y",
        "numbersmcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "numbersmcp": {
      "command": "npx",
      "args": [
        "-y",
        "numbersmcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "numbersmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "numbersmcp"
      ]
    }
  }
}
Claude Code
claude mcp add numbersmcp -- npx -y numbersmcp

Related MCP servers

MCP server for macOS Calendar.app — calendar and event management via AppleScript

3
TypeScript
MIT
View repository →

MCP server for macOS Contacts.app — contact management via AppleScript

3
TypeScript
MIT
View repository →

MCP server for macOS FaceTime — initiate phone, FaceTime audio, and FaceTime video calls

3
TypeScript
MIT
View repository →

MCP server for macOS Mail.app — gives Claude native email access via AppleScript

3
TypeScript
MIT
View repository →

MCP server for macOS printing — wraps CUPS (lp/lpstat/lpoptions) for printer discovery and printing

3
TypeScript
MIT
View repository →

MCP server for macOS Reminders.app — list and reminder management via AppleScript

3
TypeScript
MIT
View repository →