A fast, private, and transparent MCP server for your Apple apps.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"honeycrisp": {
"command": "npx",
"args": [
"-y",
"christianpatrick/honeycrisp"
]
}
}
}
Run in terminal:
claude mcp add honeycrisp npx -y christianpatrick/honeycrisp
Add to .cursor/mcp.json:
{
"mcpServers": {
"honeycrisp": {
"command": "npx",
"args": [
"-y",
"christianpatrick/honeycrisp"
]
}
}
}