- Explore MCP Servers
- godspeed-mcp
Godspeed Mcp
What is Godspeed Mcp
Godspeed MCP is a connector for the Godspeed Task Management API, designed to facilitate easy management of task lists.
Use cases
Use cases for Godspeed MCP include managing tasks in software development projects, organizing personal to-do lists, and facilitating team task assignments in collaborative environments.
How to use
You can use Godspeed MCP without installation via npx by running ‘npx godspeed-mcp’. Alternatively, you can install it globally using ‘npm install -g godspeed-mcp’. Configuration requires providing an authentication token and optionally an empty list ID.
Key features
Key features include listing all tasks, retrieving task details, creating new tasks (single or bulk up to 60), updating existing tasks, deleting tasks, marking tasks as complete or incomplete, managing task lists, and duplicating existing lists.
Where to use
Godspeed MCP can be used in various fields that require task management, such as project management, team collaboration, and personal productivity tools.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Godspeed Mcp
Godspeed MCP is a connector for the Godspeed Task Management API, designed to facilitate easy management of task lists.
Use cases
Use cases for Godspeed MCP include managing tasks in software development projects, organizing personal to-do lists, and facilitating team task assignments in collaborative environments.
How to use
You can use Godspeed MCP without installation via npx by running ‘npx godspeed-mcp’. Alternatively, you can install it globally using ‘npm install -g godspeed-mcp’. Configuration requires providing an authentication token and optionally an empty list ID.
Key features
Key features include listing all tasks, retrieving task details, creating new tasks (single or bulk up to 60), updating existing tasks, deleting tasks, marking tasks as complete or incomplete, managing task lists, and duplicating existing lists.
Where to use
Godspeed MCP can be used in various fields that require task management, such as project management, team collaboration, and personal productivity tools.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Godspeed MCP
A Model Context Protocol connector for the Godspeed Task Management API.
Installation
You can use this tool without installation via npx:
npx godspeed-mcp
Or install it globally:
npm install -g godspeed-mcp
Configuration
Authentication Token
The Godspeed API token can be provided in two ways:
- Environment variable:
GODSPEED_TOKEN - Command line argument:
--token=YOUR_TOKENor-t YOUR_TOKEN
Empty List ID (Optional)
For creating new task lists, you can configure an empty list ID to use as a template:
- Environment variable:
GODSPEED_EMPTY_LIST_ID - Command line argument:
--empty-list-id=YOUR_LIST_IDor-e YOUR_LIST_ID
If not provided, you’ll need to specify the empty list ID when creating new lists.
Cursor MCP Configuration
For Windows, create a file at %USERPROFILE%\.cursor\mcp.json with the following structure:
For Mac/Linux, create a file at ~/.cursor/mcp.json with this structure:
Features
This MCP connector provides the following task management tools:
- List all tasks
- Get task details
- Create new tasks (single or bulk up to 60 tasks)
- Update existing tasks
- Delete tasks
- Complete/uncomplete tasks
- Get task lists
- Create new task lists (by duplicating a template)
- Duplicate existing lists
License
MIT
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.











