Native macOS menu-bar app that turns your Mac into an MCP server for Notion AI agents and local coding clients.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"the-bridge": {
"command": "npx",
"args": [
"-y",
"KUP-IP/the-bridge"
]
}
}
}
Run in terminal:
claude mcp add the-bridge npx -y KUP-IP/the-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"the-bridge": {
"command": "npx",
"args": [
"-y",
"KUP-IP/the-bridge"
]
}
}
}