Just Claude Things (thefactremains/just-claude-things) is an MCP server listed on the M8ven Trust Index. It scores 62 out of 100, grade C. It declares 10 tools. No publisher has claimed this listing.

C
Caution
62/100

Just Claude Things

An MCP server that lets Claude read and write your Things 3 tasks on macOS via AppleScript.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

thefactremains

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
10 tools verified — handlers match their declared behaviour
5 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// tools this server exposes10 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

things3_get_todos

List todos from Things 3 with optional filters and pagination. Returns todos matching the specified criteria. Use "status" to filter by list (inbox, today, upcoming, anytime, someday, logbook). Combine with projectId, areaId, tag, or search filters to narrow results. Args: - status: Filter by Th

things3_get_todo

Get a single todo by its ID from Things 3. Returns full details including title, notes, checklist items, due date, tags, project, and area. Args: - id: The unique Things 3 todo ID Returns: Todo object with all fields

things3_get_projects

List all projects in Things 3 with pagination. Returns projects with their status, area, tags, and dates. Use the returned project IDs to filter todos or assign new todos to a project. Args: - limit: Max results to return (default 50, max 200) - offset: Number of results to skip for pagination

things3_get_areas

List all areas of responsibility in Things 3. Returns area IDs, names, and tags. Use area IDs to filter todos or assign projects to an area. Returns: Array of { id, name, tags }

things3_get_tags

List all tags defined in Things 3. Returns tag IDs and names. Use tag names to filter todos or apply tags when creating/updating todos. Returns: Array of { id, name }

things3_create_todo

Create a new todo in Things 3. Supports title, notes, scheduling, deadline, tags, project assignment, heading placement, and checklist items. Args: - title: Title of the todo (required) - notes: Markdown notes/description - when: Schedule — "today", "evening", "tomorrow", "someday", or a dat

things3_create_project

Create a new project in Things 3. Args: - title: Title of the project (required) - notes: Markdown notes/description - areaId: ID of the area to assign this project to (get IDs from things3_get_areas) - tags: Array of tag names to apply (tags must already exist in Things 3) - when: Schedu

things3_update_todo

Update an existing todo in Things 3 by ID. Only provided fields are updated; omitted fields are left unchanged. Note: tags specified in addTags are added to existing tags, not replaced. Args: - id: The unique ID of the todo to update (required) - title: New title - notes: New notes (replaces

things3_complete_todo

Mark a todo as complete in Things 3. Args: - id: The unique ID of the todo to complete (required) Returns: { success, id, name }

things3_delete_todo

Move a todo to the Trash in Things 3. This does NOT permanently delete it — the todo can be recovered from Trash inside Things 3. Args: - id: The unique ID of the todo to trash (required) Returns: { success, id, name }

// known CVEs in dependencies3 high1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.12.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.12.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.12.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

lowesbuild@0.27.4GHSA-g7r4-m6w7-qqqr

esbuild allows arbitrary file read when running the development server on Windows

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// quality suggestions

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.1 (high), @modelcontextprotocol/sdk@1.12.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/thefactremains/just-claude-things?variant=verified)](https://m8ven.ai/mcp/thefactremains/just-claude-things)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 089fa2e10ba6db29f9bb178eb029fc6b4bd9d174
code hash: 1afb097e04045793440085995f7baaa414f18cf5b7d33ab6563d004775867812
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client