Goodday MCP Server
JSON →Integrate with the Goodday project management platform to manage projects, tasks, and users via its API.
Install
pip install goodday-mcp Tools · 21
- get_projects Retrieve list of projects with options for archived and root-only filtering
- get_project Get detailed information about a specific project
- create_project Create new projects with customizable templates and settings
- get_project_users Get users associated with a specific project
- get_project_tasks Retrieve tasks from specific projects with options for closed tasks and subfolders
- get_user_assigned_tasks Get tasks assigned to a specific user
- get_user_action_required_tasks Get action-required tasks for a user
- get_task Get detailed information about a specific task
- get_task_details Get comprehensive task details including subtasks, custom fields, and full metadata
- get_task_messages Retrieve all messages/comments for a specific task
- create_task Create new tasks with full customization (subtasks, assignments, dates, priorities)
- update_task_status Update task status with optional comments
- add_task_comment Add comments to tasks
- get_goodday_sprint_tasks Get tasks from specific sprints by project name and sprint name/number
- get_goodday_sprint_summary Generate comprehensive sprint summaries with task details, status distribution, and key metrics
- get_users Retrieve list of organization users
- get_user Get detailed information about a specific user
- get_goodday_smart_query Natural language interface for common project management queries
- search_goodday_tasks Semantic search across tasks using VectorDB backend
- search_project_documents Search for documents within specific projects
- get_document_content Retrieve full content of specific documents
Environment variables
GOODDAY_API_TOKEN
Links
★ 1 GitHub stars