Todoist MCP Server (Python)
@mikemc
Todoist MCP Server (Python) について
Todoist MCP server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"todoist": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/mikemc/todoist-mcp-server",
"todoist-mcp"
],
"env": {
"TODOIST_API_TOKEN": "your_todoist_api_token"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Todoist MCP Server (Python)?
A Todoist MCP server written in Python that uses the Todoist Python API to allow AI assistants (like Claude and Goose) to manage Todoist tasks, projects, sections, and comments. It was initially created by translating a TypeScript Todoist MCP server to Python.
How to use Todoist MCP Server (Python)?
Install Python 3.10+, the UV package manager, and obtain a Todoist API token. Configure the server in claude_desktop_config.json using the uvx command with your token. Alternatively, configure it with Goose via goose configure and setting environment variables. Then invoke tools like todoist_get_tasks, todoist_add_task, etc.
Key features of Todoist MCP Server (Python)
- Full CRUD for projects, sections, tasks, and comments
- Filter and search tasks by criteria
- Complete and uncomplete tasks
- Move tasks between sections or projects
- Integrates with Claude Desktop and Goose (local LLM)
Use cases of Todoist MCP Server (Python)
- Query completed tasks from the last 7 days
- Add new tasks to Todoist via AI chat
- Update project or section names through natural language
- Retrieve and filter tasks by label, priority, or date
- Delete or move tasks without opening the Todoist app
FAQ from Todoist MCP Server (Python)
What tools are available?
The server provides tools for projects, sections, tasks, and comments, including todoist_get_projects, todoist_add_task, todoist_complete_task, todoist_get_comments, and more.
How do I get a Todoist API token?
Log in to your Todoist account, go to Settings → Integrations, and find your API token under "Developer".
Can I use this server with a local LLM?
Yes, you can configure it with Goose using a local model provider like LM Studio or Ollama.
What are the runtime dependencies?
The server requires Python 3.10+, the UV package manager, and a Todoist API token. No separate database or runtime is needed beyond these.
Where does the code come from?
This project is a Python translation of the TypeScript todoist-mcp-server by abhiz123, and is licensed under the MIT License.
「生産性」の他のコンテンツ
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
コメント