che-things-mcp
Verified Safeby kiki830621
Overview
Provides comprehensive task and project management for Things 3 on macOS via the Model Context Protocol (MCP).
Installation
${__dirname}/server/CheThingsMCPEnvironment Variables
- THINGS3_AUTH_TOKEN
Security Notes
The server operates entirely locally, interacting with Things 3 using native AppleScript and URL schemes. Input strings for AppleScript are sanitized using `escapeForAppleScript` to prevent injection. URL scheme parameters are percent-encoded. The `THINGS3_AUTH_TOKEN` is loaded from an environment variable, not hardcoded. No external network connections or hardcoded secrets were detected. The primary attack surface would involve vulnerabilities in macOS's AppleScript interpreter or Things 3's API, which are external to this server's code. UI operations are correctly marked with `openWorldHint` as they cause visible side-effects on the user's system.
Similar Servers
claude-todo-emulator
Provides persistent task management for AI coding assistants within IDEs like Cursor and Windsurf by emulating Claude Code's todo system.
trello-mcp-server
Provides an AI-agent-friendly interface (MCP server) to interact with the Trello API for managing boards, lists, cards, and other Trello resources.
mcp-server-apple-events
Integrate Apple Reminders and Calendar with MCP clients for comprehensive management and automation on macOS.
omnifocus-mcp
Interact with and manage OmniFocus tasks, projects, folders, and tags on macOS, including UI navigation and comprehensive filtering.