Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Full autonomous project management MCP server enabling AI assistants to manage projects, sprints, tasks, bugs, proposals, and team collaboration via natural language.

README.md

planning-task-mcp

MCP Server for full autonomous project management. Manage projects, sprints, tasks, bugs, proposals, and more — all from your AI coding assistant.

Works with Claude Code, Claude Desktop, Codex (OpenAI), Gemini CLI, Cursor, Windsurf, and VS Code Copilot.

Features

  • Projects, sprints, and task management with User Stories
  • Bug tracking and proposals
  • Team collaboration (members, invitations, comments, notifications)
  • Sprint planning from natural language documents
  • Analytics dashboards and burndown charts
  • Achievements and gamification
  • Workflow automation rules
  • Time tracking and retrospectives

Prerequisites

  • Node.js >= 18
  • A Firebase project with Realtime Database enabled
  • A Firebase Service Account Key (JSON file)

Install

npm install -g planning-task-mcp

Setup

After installing, run the interactive setup:

planning-task-mcp-setup

This will:

  1. Ask for your Firebase Service Account Key path
  2. Configure your Firebase Database URL
  3. Set your default user ID and name
  4. Auto-register the MCP in all detected AI clients (Claude Code, Codex, Gemini, Cursor, etc.)
  5. Configure auto-approve permissions where supported

CLI mode (non-interactive)

planning-task-mcp-setup \
  --sa-key /path/to/serviceAccountKey.json \
  --db-url https://your-project-default-rtdb.firebaseio.com \
  --user-id your-firebase-uid \
  --user-name "Your Name"

Manual configuration

If you prefer to configure manually, add this to your MCP client config:

Claude Code (~/.mcp.json): ``json { "mcpServers": { "planning-task-mcp": { "command": "planning-task-mcp", "args": [], "env": { "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/serviceAccountKey.json", "FIREBASE_DATABASE_URL": "https://your-project-default-rtdb.firebaseio.com", "DEFAULT_USER_ID": "your-uid", "DEFAULT_USER_NAME": "Your Name" } } } } ``

Codex (~/.codex/config.toml): ```toml [mcp_servers.planning-task-mcp] command = "planning-task-mcp" args = []

[mcp_servers.planning-task-mcp.env] GOOGLE_APPLICATION_CREDENTIALS = "/path/to/serviceAccountKey.json" FIREBASE_DATABASE_URL = "https://your-project-default-rtdb.firebaseio.com" DEFAULT_USER_ID = "your-uid" DEFAULT_USER_NAME = "Your Name" ```

Gemini CLI (~/.gemini/settings.json): ``json { "mcpServers": { "planning-task-mcp": { "command": "planning-task-mcp", "args": [], "env": { "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/serviceAccountKey.json", "FIREBASE_DATABASE_URL": "https://your-project-default-rtdb.firebaseio.com", "DEFAULT_USER_ID": "your-uid", "DEFAULT_USER_NAME": "Your Name" } } } } ``

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | GOOGLE_APPLICATION_CREDENTIALS | Yes | Path to Firebase Service Account Key JSON | | FIREBASE_DATABASE_URL | Yes | Firebase Realtime Database URL | | DEFAULT_USER_ID | No | Default Firebase Auth UID for operations | | DEFAULT_USER_NAME | No | Default user display name |

Available Tools (70+)

| Category | Tools | |----------|-------| | Projects | create, list, get, update, delete, dashboard, summary | | Sprints | create, list, get, update, delete, burndown, retrospective | | Tasks | create, list, get, update, delete, search, assign, change status | | Bugs | create, list, get, update, delete | | Epics | create, list, get, update, delete, add/remove tasks | | Proposals | create, list, get, update, delete, approve/reject | | Comments | create, list, delete | | Notifications | list, send, mark read, clear | | Members | add, list, remove, change role | | Invitations | send, list, accept, reject | | Users | list, get, search | | Analytics | project dashboard, developer workload, leaderboard | | Planning | create full plan from document, create sprint plan | | Templates | create, list, delete task templates | | Workflows | create, list, update, delete, toggle automation rules | | Time Tracking | create, list, delete time entries | | Saved Views | create, list, delete custom views | | Achievements | list, evaluate user achievements | | Standup | get daily standup data |

Usage

Once configured, just talk to your AI assistant:

  • "Create a new project called MyApp"
  • "Plan a sprint from this requirements document"
  • "Show me the burndown chart for the current sprint"
  • "Assign task T-123 to user X"
  • "What's the developer workload for this sprint?"

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Productivity servers.