soycanopa/SupaThings-MCP
Things 3 MCP server for macOS with SQLite reads, official things:/// URL writes, and semantic planning tools for AI agents.
Platform-specific configuration:
{
"mcpServers": {
"SupaThings-MCP": {
"command": "npx",
"args": [
"-y",
"SupaThings-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/supathings-mcp) [](LICENSE) [](https://nodejs.org)
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.
npx -y supathings-mcpnpm install -g supathings-mcpAlias also available:
things-mcpnpm install
npm run build
node dist/index.js{
"mcpServers": {
"supathings": {
"command": "npx",
"args": ["-y", "supathings-mcp"]
}
}
}Codex:
codex mcp add supathings -- npx -y supathings-mcpClaude Code:
claude mcp add --transport stdio supathings -- npx -y supathings-mcpGe
Loading reviews...