Things Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Things Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Read-only MCP server for Things 3 — reads completed tasks from the local SQLite database for analysis and reflection.
| Tool | Description |
|---|---|
get_completed_by_date | Tasks completed on a specific date |
get_weekly_summary | Weekly summary (Mon–Sun) grouped by day |
get_project_report | Tasks by project within a date range |
npm install
npm run buildAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"things": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/things-mcp/dist/index.js"]
}
}
}Replace /ABSOLUTE/PATH/TO with the actual path to this project.
Reads from the Things 3 SQLite database at:
~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/ThingsData-*/Things Database.thingsdatabase/main.sqliteThe database is opened in read-only mode — Things data is never modified.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.