A Model Context Protocol (MCP) server for interacting with Things 3, allowing you to manage todos and projects.
- Search across todos, projects and areas
- Create todos and projects
- Update existing todos and projects
- Ensure you have Python 3.8+ installed
- Install UV if you haven't already:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Install the required dependencies:
uv pip install -e .
- Set up your Things 3 token as an environment variable:
export THINGS_TOKEN='your-token-here'
MIT
Contributions are welcome! Please feel free to submit a Pull Request.