SupaThings MCP by soycanopa
37 score
SupaThings MCP is a macOS server that enables AI agents to read and manage Things 3 data by combining SQLite-based queries with official URL-scheme commands. It provides over 30 tools for project structural analysis and task placement, allowing agents to understand and interact with tasks while maintaining safe interoperability.
Ranked #729 out of 1625 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness today
Issue Health 50%
Stars 5
Platform Breadth 1 platform
Contributors 3
Description Detailed
How to Improve
Stars low impact
Platforms medium impact
Supported Platforms
From the README
# SupaThings MCP SupaThings MCP is a Things 3 MCP server for macOS. It was built to solve a practical gap: AI agents can write to Things via `things:///`, but they cannot reliably understand your real project structure from URL commands alone. SupaThings combines SQLite-based reads with official URL-scheme writes, so agents can both understand and act safely. ## Table of Contents - [Quick Start](#quick-start) - [What This MCP Server Does (and Why It Exists)](#what-this-mcp-server-does-and-why-it-exists) - [Current Scope (v0.4.0)](#current-scope-v040) - [How It Works](#how-it-works) - [Things-Native Philosophy](#things-native-philosophy) - [Recommended Workflows](#recommended-workflows) - [Available Tools](#available-tools) - [Token and Context Efficiency](#token-and-context-efficiency) - [Requirements](#requirements) - [Build and Smoke Tests](#build-and-smoke-tests) - [Packaging and Release](#packaging-and-release) - [Project Structure](#project-structure) - [Attribution](#attribuRead full README on GitHub →