MCP Server
Active
Taskwarrior MCP MCP Server
io.github.KaiErikNiermann/task-warrior-mcp
What is the Taskwarrior MCP MCP server?
MCP server wrapping the Taskwarrior CLI for structured, project-scoped task management.
How to install Taskwarrior MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"task-warrior-mcp": {
"command": "https://github.com/KaiErikNiermann/taskwarrior-mcp/releases/download/v0.1.2/task-warrior-mcp.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"task-warrior-mcp": {
"command": "https://github.com/KaiErikNiermann/taskwarrior-mcp/releases/download/v0.1.2/task-warrior-mcp.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"task-warrior-mcp": {
"command": "https://github.com/KaiErikNiermann/taskwarrior-mcp/releases/download/v0.1.2/task-warrior-mcp.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"task-warrior-mcp": {
"type": "stdio",
"command": "https://github.com/KaiErikNiermann/taskwarrior-mcp/releases/download/v0.1.2/task-warrior-mcp.mcpb",
"args": []
}
}
}Claude Code
claude mcp add task-warrior-mcp -- https://github.com/KaiErikNiermann/taskwarrior-mcp/releases/download/v0.1.2/task-warrior-mcp.mcpbRelated MCP servers
pypreset
Active
Scaffold Python projects from YAML presets, augment existing projects with CI/tests.
0
View repository →Python