Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mcp/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# @evoio/apple-bridge-mcp

MCP server for managing Apple Reminders and Calendars. Wraps the [apple-bridge](https://github.com/tpettit/apple-bridge) HTTP API as Model Context Protocol tools for AI agents.
MCP server for managing Apple Reminders and Calendars. Wraps the [apple-bridge](https://github.com/tobydoescode/apple-bridge) HTTP API as Model Context Protocol tools for AI agents.

## Prerequisites

- [apple-bridge](https://github.com/tpettit/apple-bridge) running on the target macOS machine
- [apple-bridge](https://github.com/tobydoescode/apple-bridge) running on the target macOS machine
- An API key created via `apple-bridge keys create`

## Usage with Claude Code
Expand Down
2 changes: 1 addition & 1 deletion mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/tpettit/apple-bridge"
"url": "git+https://github.com/tobydoescode/apple-bridge.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
Expand Down