numbersmcp for Cursor
io.github.aernouddekker/numbersmcp
MCP server for macOS Numbers.app — spreadsheet access via AppleScript
client:Cursor
transport:stdio
runtime:npm
Install numbersmcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"numbersmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"numbersmcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs