loading…
Search for a command to run...
loading…
Project Management AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Project Management AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Project Management AI MCP Server - PM Intelligence
Project Management AI MCP Server - PM Intelligence Built by MEOK AI Labs | https://meok.ai
Task decomposition, sprint planning, risk assessment, timeline estimation, and standup report generation.
| Tool | Description |
|---|---|
decompose_task |
Break down a task into actionable subtasks with effort estimates. |
plan_sprint |
Plan a sprint by allocating tasks to capacity. |
assess_risks |
Assess project risks and generate mitigation strategies. |
estimate_timeline |
Estimate project timeline from task list with dependency awareness. |
generate_standup |
Generate a formatted standup report from team updates. |
pip install meok-project-management-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"project-management-ai": {
"command": "python",
"args": ["-m", "meok_project_management_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"project-management-ai-mcp": {
"command": "npx",
"args": []
}
}
}