taskdog-mcp
MCP (Model Context Protocol) server for Taskdog, enabling Claude Desktop and other MCP-compatible AI clients to interact with your task management system.
Features
- Task Management: Create, read, update, delete tasks via natural language
- Task Lifecycle: Start, complete, pause, cancel, reopen tasks
- Task Decomposition: AI-assisted breakdown of large tasks into subtasks
- Queries: Get statistics, executable tasks, tag statistics
Installation
# From the taskdog workspace root
make install-mcp
# Or install globally
uv tool install taskdog-mcp
Configuration
Create ~/.config/taskdog/mcp.toml:
[api]
base_url = "http://127.0.0.1:8000" # Any HTTP(S) URL, incl. a reverse-proxy path prefix
api_key = "" # Optional, for authenticated servers
[server]
name = "taskdog"
log_level = "INFO"
Environment variables override config file:
TASKDOG_API_BASE_URLTASKDOG_API_KEYTASKDOG_MCP_NAMETASKDOG_MCP_LOG_LEVEL
Claude Desktop Setup
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"taskdog": {
"command": "taskdog-mcp"
}
}
}
Or with uv (for development):
{
"mcpServers": {
"taskdog": {
"command": "uv",
"args": [
"--directory",
"/path/to/taskdog/packages/taskdog-mcp",
"run",
"taskdog-mcp"
]
}
}
}
Available Tools
Task CRUD
list_tasks- List tasks with filteringget_task- Get task detailscreate_task- Create a new taskupdate_task- Update task fieldsdelete_task- Delete/archive a taskrestore_task- Restore an archived task
Lifecycle
start_task- Start working on a taskcomplete_task- Mark task as completedpause_task- Pause a taskcancel_task- Cancel a taskreopen_task- Reopen a completed/canceled task
Queries
get_statistics- Get task statisticsget_tag_statistics- Get tag statisticsget_executable_tasks- Get tasks AI can work on
Decomposition & Organization
decompose_task- Break down a task into subtasksadd_dependency- Add dependency between tasksremove_dependency- Remove a dependencyset_task_tags- Set task tagsupdate_task_notes- Update task notesget_task_notes- Get task notes
Usage Examples
Ask Claude Desktop:
- "Create a task to write unit tests for the API"
- "Start task 42"
- "Complete task 42"
- "Decompose task 123 into smaller subtasks for implementing the login feature"
- "What tasks can you execute for me?"
Requirements
taskdog-servermust be running (default:http://127.0.0.1:8000)- Python 3.13+
Development
# Install in development mode
cd packages/taskdog-mcp
uv pip install -e .
# Run tests
PYTHONPATH=src uv run python -m pytest tests/ -v
Troubleshooting
"Cannot connect to API server"
Problem: MCP server can't reach taskdog-server
Solutions:
-
Check if taskdog-server is running:
curl http://127.0.0.1:8000/health -
Verify
~/.config/taskdog/mcp.tomlhas correct host/port -
Check if authentication is required:
curl -H "X-Api-Key: your-key" http://127.0.0.1:8000/health
"Authentication failed"
Problem: API key is invalid or missing
Solutions:
- Ensure
api_keyinmcp.tomlmatches a key inserver.toml - Check that auth is enabled on server (
[auth] enabled = true)
Claude Desktop doesn't see taskdog tools
Problem: MCP server not properly configured
Solutions:
- Verify
claude_desktop_config.jsonhas correct path - Restart Claude Desktop after config changes
- Check logs:
~/Library/Logs/Claude/mcp*.log(macOS)
Related Packages
- taskdog-server: Required API server
- taskdog-core: Core business logic
- taskdog-client: HTTP client used internally
License
MIT
Release files for taskdog-mcp 0.28.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| taskdog_mcp-0.28.0.tar.gz | 27.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| taskdog_mcp-0.28.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 46.4 kB
Release files / taskdog_mcp-0.28.0.tar.gz
| Download URL | taskdog_mcp-0.28.0.tar.gz |
|---|---|
| Size | 27.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bbd7e8060700e202620edefe0c5985e2b3ca224f788fa807c60dd7e8e2231894
|
|
BLAKE2b-256 checksum How to use checksums |
b10757f789b14d5f4ff25cb13db0251250ed0267a9ae86d7402b933ce81a9d25
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 13, 2026.
Transparency logRelease files / taskdog_mcp-0.28.0-py3-none-any.whl
| Download URL | taskdog_mcp-0.28.0-py3-none-any.whl |
|---|---|
| Size | 19.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b24d06e604f98f178d8918e9932a88091766cbf5920b6964a79d59ddc564565b
|
|
BLAKE2b-256 checksum How to use checksums |
526c3c5e00f68905a2aed0c13a6aa1cd6bacded2c385d667fa834b5d9f6faa80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 13, 2026.
Transparency log