MCP server for Apple Numbers - read, write, search, and format .numbers spreadsheets via Claude and other AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"apple-numbers-mcp": {
"command": "npx",
"args": [
"-y",
"sweetrb/apple-numbers-mcp"
]
}
}
}
Run in terminal:
claude mcp add apple-numbers-mcp npx -y sweetrb/apple-numbers-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"apple-numbers-mcp": {
"command": "npx",
"args": [
"-y",
"sweetrb/apple-numbers-mcp"
]
}
}
}