project-tracker-mcp

CrashBytes/project-tracker-mcp
★ 0 stars JavaScript Browser/Web Updated today
MCP server for project task tracking. Companion repo for the CrashBytes tutorial on building MCP servers in TypeScript.
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": {
    "project-tracker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "CrashBytes/project-tracker-mcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server for project task tracking, built with TypeScript. This is the companion repository for the [CrashBytes tutorial on building MCP servers](https://crashbytes.com/articles/building-mcp-server-typescript-complete-tutorial-2026). - **4 Tools**: Create, list, update tasks, and get project statistics