ragdollKB/taskNote-bridge-mcp
If you are the rightful owner of taskNote-bridge-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
TaskNote Bridge is a native macOS Swift application that implements a complete Model Context Protocol (MCP) server for integration with Things 3 and Apple Notes.
TaskNote Bridge is a robust MCP server application designed for macOS, providing seamless integration with Things 3 and Apple Notes. It allows users to manage tasks and notes through AI assistants and other MCP-compatible tools. The application offers both a graphical user interface for real-time monitoring and a command-line interface for lightweight operations. With its comprehensive feature set, TaskNote Bridge supports task creation, project management, and note handling, making it an essential tool for productivity enthusiasts. The server is production-ready, ensuring reliable performance and compatibility with various MCP clients, including Claude Desktop and VS Code.
Features
- Complete MCP Server: Full Swift implementation of MCP protocol with Things 3 and Apple Notes tools.
- Real-time Monitoring: Server status dashboard with live activity tracking.
- TCP Transport: Network-based transport protocol for universal MCP client compatibility.
- Log Streaming: Live server logs with filtering and search capabilities.
- SwiftUI Interface: Modern macOS interface for server monitoring and control.
Usages
usage with Claude Desktop
{ "mcpServers": { "tasknote-bridge": { "command": "/path/to/tasknote-bridge/launch_swift_mcp_stdio.sh" } } }
usage with VS Code
{ "mcp": { "inputs": [], "servers": { "things-swift": { "command": "/path/to/tasknote-bridge/launch_swift_mcp_stdio.sh", "args": [] } } } }
usage with Cursor IDE
{ "command": "/Applications/TaskNote Bridge.app/Contents/Resources/launch_mcp_server.sh", "args": [] }
usage with Continue VS Code Extension
{ "mcpServers": [ { "name": "tasknote-bridge", "command": "/Applications/TaskNote Bridge.app/Contents/Resources/launch_mcp_server.sh", "args": [] } ] }
usage with Zed Editor
{ "assistant": { "mcp_servers": { "tasknote-bridge": { "command": "/Applications/TaskNote Bridge.app/Contents/Resources/launch_mcp_server.sh" } } } }
Tools
bb7_add-todo
Creates a new todo in Things 3.
bb7_add-project
Creates a new project in Things 3.
bb7_get-today
Retrieves today's tasks from Things 3.
bb7_notes-create
Creates a new note in Apple Notes.