Back to Home
kiki830621 icon

che-things-mcp

Verified Safe

by kiki830621

Overview

Provides comprehensive task and project management for Things 3 on macOS via the Model Context Protocol (MCP).

Installation

Run Command
${__dirname}/server/CheThingsMCP

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-19

Tags

Things 3macOSProductivityTask ManagementAppleScript