MCP Server
Active
MIT
io.github.gambadio/apple-productivity-mcp MCP Server
io.github.gambadio/apple-productivity-mcp
What is the io.github.gambadio/apple-productivity-mcp MCP server?
On-demand local Apple Mail, Calendar, and Reminders MCP server for macOS.
How to install io.github.gambadio/apple-productivity-mcp
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": {
"apple-productivity-mcp": {
"command": "npx",
"args": [
"-y",
"@gambadio/apple-productivity-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"apple-productivity-mcp": {
"command": "npx",
"args": [
"-y",
"@gambadio/apple-productivity-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"apple-productivity-mcp": {
"command": "npx",
"args": [
"-y",
"@gambadio/apple-productivity-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"apple-productivity-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gambadio/apple-productivity-mcp"
]
}
}
}Claude Code
claude mcp add apple-productivity-mcp -- npx -y @gambadio/apple-productivity-mcpRelated MCP servers
Local MCP access to approved 1Password fields without exposing plaintext secrets to AI agents.
0
View repository →TypeScript
MIT