A comprehensive and efficient MCP server for task management with multi-format support (Markdown, JSON, YAML)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-tasks": {
"command": "npx",
"args": [
"-y",
"flesler/mcp-tasks"
]
}
}
}
Run in terminal:
claude mcp add mcp-tasks npx -y flesler/mcp-tasks
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-tasks": {
"command": "npx",
"args": [
"-y",
"flesler/mcp-tasks"
]
}
}
}