
Goodday MCP
by cdmx-in
Integrate AI with Goodday project management for task, project, and sprint tracking.
What it does
Provides a direct connection between AI assistants and the Goodday project management platform. It enables the AI to manage projects, track tasks, generate sprint summaries, and perform semantic searches across project documentation using the Goodday API v2.
Tools
get_projects: Retrieve list of projects.create_task: Create new tasks with full customization.get_goodday_sprint_summary: Generate comprehensive sprint summaries with key metrics.search_goodday_tasks: Semantic search across tasks using VectorDB backend.update_task_status: Update task status with optional comments.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"goodday": {
"command": "goodday-mcp",
"env": {
"GOODDAY_API_TOKEN": "your_goodday_api_token_here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install goodday-mcpInformation
- Pricing
- free
- Published
- 5/31/2026
- stars






