things3-mcp-tools
Verified Safeby Avery2
Overview
Automating personal productivity workflows in Things3 and Notion, leveraging Claude Code skills for contextual guidance and task management.
Installation
cd tooling/mcp-server && npm startEnvironment Variables
- NOTION_TOKEN
Security Notes
The MCP server uses Node.js, running locally and communicating via standard I/O, thus not exposing any network ports directly. It executes Python scripts which, in turn, interact with Things3 via AppleScript (osascript) and Notion API (notion_client). API tokens (e.g., NOTION_TOKEN) are properly managed through environment variables. No 'eval' or obfuscation was found. The primary security consideration is the implicit trust in the AppleScript files, which are part of the repository, for controlling Things3 on the user's macOS system.
Similar Servers
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
better-notion-mcp
Provides a Markdown-first MCP server for Notion, optimizing Notion API interactions for AI agents by consolidating endpoints into composite actions and reducing LLM token overhead for tool descriptions.
advanced-memory-mcp
An MCP server that integrates personal knowledge management through zettelkasten, knowledge graphs, and experimental Claude Skills with AI clients like Claude Desktop and Cursor IDE.