MCP Servers / productivity / Godspeed MCP

Godspeed MCP

JSON →
none4productivity

Manage tasks and projects with the Godspeed Task Management API.

Install
How to run this server
[ { "cmd": "npx godspeed-mcp", "imports": [] } ]
server path: godspeed-mcp
Tools
What this server exposes
List all tasks
Retrieve all tasks from the task management system
Get task details
Retrieve detailed information about a specific task
Create new tasks
Create single or bulk tasks (up to 60 tasks at once)
Update existing tasks
Modify attributes of existing tasks
Delete tasks
Remove tasks from the system
Complete/uncomplete tasks
Toggle task completion status between completed and uncompleted
Get task lists
Retrieve all task lists available in the system
Create new task lists
Create new task lists by duplicating a template list
Duplicate existing lists
Create a copy of an existing task list
Configuration
Environment & auth
authnone
envGODSPEED_TOKEN
envYOUR_TOKEN
envGODSPEED_EMPTY_LIST_ID
envYOUR_LIST_ID
Resources