https://github.com/vimtor/things-3-mcp
https://github.com/vimtor/things-3-mcp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vimtor/things-3-mcp
- Owner: vimtor
- Created: 2025-05-12T09:28:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-12T12:22:37.000Z (9 months ago)
- Last Synced: 2025-06-12T06:24:52.844Z (8 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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.