Godspeed MCP
Manage tasks and projects with the Godspeed Task Management API.
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:
{
"mcpServers": {
"godspeed-mcp": {
"command": "cmd /c",
"args": [
"godspeed-mcp",
"--token=your-godspeed-api-token",
"--empty-list-id=your-empty-list-id" // Optional
]
}
}
}
For Mac/Linux, create a file at ~/.cursor/mcp.json with this structure:
{
"mcpServers": {
"godspeed-mcp": {
"command": "npx",
"args": ["godspeed-mcp"],
"env": {
"GODSPEED_TOKEN": "your-godspeed-api-token",
"GODSPEED_EMPTY_LIST_ID": "your-empty-list-id" // Optional
}
}
}
}
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
Related Servers
Spire.XLS MCP Server
Create, read, edit, and convert Excel files without requiring Microsoft Office.
Notion
Search, read, create, and update pages and databases in your Notion workspace.
UpTier
Desktop task manager with clean To Do-style UI and 25+ MCP tools for prioritization, goal tracking, and multi-profile workflows.
Trello MCP Server
Uses a Trello board as a knowledge base to store and retrieve code snippets, notes, and other information.
MCP Journaling Server
An interactive journaling server with emotional analysis and automatic conversation saving.
Remote macOS Use
An open-source MCP server that allows AI to fully control a remote macOS system.
MindmupGoogleDriveMcp
This server enables you to search, retrieve, and parse MindMup files stored in your Google Drive directly through the MCP interface.
Puzld MCP
Expose your local AI agent CLIs through one MCP endpoint
stakeholder-mcp
Let your AI agent have conversations with different personas on features and implementation details
Omnispindle
A todo management system designed for coordinating tasks across multiple projects, utilizing MongoDB and MQTT.
