https://github.com/vimtor/things-3-mcp
https://github.com/vimtor/things-3-mcp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vimtor/things-3-mcp
- Owner: vimtor
- Created: 2025-05-12T09:28:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T09:23:24.000Z (8 months ago)
- Last Synced: 2025-10-13T20:53:47.247Z (6 months ago)
- Language: Python
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Things 3 MCP Server
[](https://smithery.ai/server/@vimtor/things-3)
A Model Context Protocol (MCP) server for interacting with Things 3, allowing you to manage todos and projects.
## Features
- Search across todos, projects and areas
- Create todos and projects
- Update existing todos and projects
## Installation
1. Ensure you have Python 3.8+ installed
2. Install UV if you haven't already:
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```
3. Install the required dependencies:
```bash
uv pip install -e .
```
4. Set up your Things 3 token as an environment variable:
```bash
export THINGS_TOKEN='your-token-here'
```
## License
MIT
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.