MCP server for Taskdog - enables Claude Desktop integration
Project description
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]
host = "127.0.0.1"
port = 8000
api_key = "" # Optional, for authenticated servers
[server]
name = "taskdog"
log_level = "INFO"
Environment variables override config file:
TASKDOG_API_HOSTTASKDOG_API_PORTTASKDOG_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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file taskdog_mcp-0.19.0.tar.gz.
File metadata
- Download URL: taskdog_mcp-0.19.0.tar.gz
- Upload date:
- Size: 25.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb35362b911af47d5f1c93ce2540004e1a822057a3bb0fb9e0cf0af5c3effda1
|
|
| MD5 |
d1666524c1f0952ad9866a3ad96b3aef
|
|
| BLAKE2b-256 |
97e32d82818a2b9f49aa781cecca48ce497492e44c0865a61a27682c4b3cee7a
|
Provenance
The following attestation bundles were made for taskdog_mcp-0.19.0.tar.gz:
Publisher:
release.yml on Kohei-Wada/taskdog
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
taskdog_mcp-0.19.0.tar.gz -
Subject digest:
cb35362b911af47d5f1c93ce2540004e1a822057a3bb0fb9e0cf0af5c3effda1 - Sigstore transparency entry: 1436733534
- Sigstore integration time:
-
Permalink:
Kohei-Wada/taskdog@4ed1c1f6592b04ffb8e886829019e2a4651119bb -
Branch / Tag:
refs/tags/v0.19.0 - Owner: https://github.com/Kohei-Wada
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4ed1c1f6592b04ffb8e886829019e2a4651119bb -
Trigger Event:
push
-
Statement type:
File details
Details for the file taskdog_mcp-0.19.0-py3-none-any.whl.
File metadata
- Download URL: taskdog_mcp-0.19.0-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d19f6127884049cde95bb6e38ece27678339cdc677adfc38daa4ce94de386261
|
|
| MD5 |
808ad468c858f7670972e82eea3a90c9
|
|
| BLAKE2b-256 |
d6dabe3dd5c3ee157d1d1f027da5ff5fb8040a3cab9801882e43f964f2697797
|
Provenance
The following attestation bundles were made for taskdog_mcp-0.19.0-py3-none-any.whl:
Publisher:
release.yml on Kohei-Wada/taskdog
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
taskdog_mcp-0.19.0-py3-none-any.whl -
Subject digest:
d19f6127884049cde95bb6e38ece27678339cdc677adfc38daa4ce94de386261 - Sigstore transparency entry: 1436733849
- Sigstore integration time:
-
Permalink:
Kohei-Wada/taskdog@4ed1c1f6592b04ffb8e886829019e2a4651119bb -
Branch / Tag:
refs/tags/v0.19.0 - Owner: https://github.com/Kohei-Wada
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4ed1c1f6592b04ffb8e886829019e2a4651119bb -
Trigger Event:
push
-
Statement type: