MCP Directory
Back

AiTasker

by OhhhThatVarun · Go · ★ 0

A lightweight task and project management server built in Go, designed for AI agent integration via the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/).

Install

go install github.com/OhhhThatVarun/AiTasker@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "aitasker": {
      "command": "npx",
      "args": [
        "-y",
        "github:OhhhThatVarun/AiTasker"
      ]
    }
  }
}

From the README

A lightweight task and project management server built in Go, designed for AI agent integration via the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/). AiTasker exposes project and task management capabilities as MCP tools, allowing AI agents (like Claude) to programmatically create projects, manage tasks, and track work through a standard HTTP/JSON-RPC interface. - **Project Management** — Create, list, retrieve, and delete projects - **Task Management** — Full CRUD for tasks within projects, with status tracking - **Task Workflow** — Four-state lifecycle: → → → - **Co…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers