mcp-server-tasktracker

itlostandfound/mcp-server-tasktracker
★ 0 stars Unknown language AI/LLM Updated 9d ago
An MCP Server for AI Integration into Task-Tracker
View on GitHub → 🔍 Audit Wallet Slippage →

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-server-tasktrack": {
      "command": "npx",
      "args": [
        "-y",
        "itlostandfound/mcp-server-tasktracker"
      ]
    }
  }
}