Skip to main content
Glama

Things MCP

Read-only MCP server for Things 3 — reads completed tasks from the local SQLite database for analysis and reflection.

Tools

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

Related MCP server: Things MCP

Build

npm install
npm run build

Claude Desktop config

Add 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.

Data source

Reads from the Things 3 SQLite database at:

~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/ThingsData-*/Things Database.thingsdatabase/main.sqlite

The database is opened in read-only mode — Things data is never modified.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kseniailinyh/things-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server