Godspeed Task Management
About
Integrates with Godspeed Task Management API to enable listing, creating, updating, and deleting tasks directly from development environments without context switching.
Details
- Author
- alinagy
- Repository
- AliNagy/godspeed-mcp
- GitHub stars
- 1
- Downloads
- 1,400
- License
- MIT License
- Categories
- Productivity, Project Management, Design, Developer Tools, AI, Infrastructure
- Tags
- #integration
Jump to
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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Godspeed Task ManagementCommand (node, npx, python, etc.)npxArguments-
Argument 1
godspeed-mcp
Environment-
GODSPEED_TOKEN
your-godspeed-api-token -
GODSPEED_EMPTY_LIST_ID
your-empty-list-id
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The Godspeed API token can be provided in two ways:
1. Environment variable: GODSPEED_TOKEN
2. Command line argument: --token=YOUR_TOKEN or -t YOUR_TOKEN
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
}
}
}
}
list_tasks
List all tasks in the task management system.
get_task_details
Retrieve details of a specific task.
create_tasks
Create new tasks, either single or in bulk (up to 60 tasks).
update_task
Update the details of an existing task.
delete_task
Remove a task from the task management system.
complete_task
Mark a task as complete.
uncomplete_task
Mark a task as uncompleted.
get_task_lists
Retrieve all task lists available in the system.
create_task_list
Create a new task list by duplicating a template.
duplicate_task_list
Duplicate an existing task list.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"godspeed task management": {
"env": {
"GODSPEED_TOKEN": "your-godspeed-api-token",
"GODSPEED_EMPTY_LIST_ID": "your-empty-list-id"
},
"args": [
"godspeed-mcp"
],
"command": "npx"
}
}
}
Linux
{
"env": {
"GODSPEED_TOKEN": "your-godspeed-api-token",
"GODSPEED_EMPTY_LIST_ID": "your-empty-list-id"
},
"args": [
"godspeed-mcp"
],
"command": "npx"
}
Macos
{
"env": {
"GODSPEED_TOKEN": "your-godspeed-api-token",
"GODSPEED_EMPTY_LIST_ID": "your-empty-list-id"
},
"args": [
"godspeed-mcp"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"godspeed-mcp",
"--token=your-godspeed-api-token",
"--empty-list-id=your-empty-list-id"
],
"command": "cmd"
}
A Model Context Protocol connector for the Godspeed Task Management API.
You can use this tool without installation via npx:
The Godspeed API token can be provided in two ways:
- Environment variable:GODSPEED_TOKEN
- Command line argument:--token=YOUR_TOKENor-t YOUR_TOKEN
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.
For Windows, create a file at%USERPROFILE%\.cursor\mcp.jsonwith 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.jsonwith 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 } } } }
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
Interact with task, doc, and project data in Dart, an AI-native project management tool
Remote MCP server for MeisterTask. Create and manage projects, tasks, and notes from your AI assistant. Hosted (streamable-HTTP) — connect at https://mcp.meistertask.com/mcp
The official Plane MCP server provides integration with Plane APIs, enabling full AI automation of Plane projects, work items, cycles and more.
Keep teams & agents coordinated automatically
From the creators of Wunderlist — the all-in-one task management app for to-do lists, notes, and projects. AI-powered productivity that replaces 5 apps.
Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
Official Taskeract MCP Server for integrating your Taskeract project tasks and load the context of your tasks into your MCP enabled app.
Manage your Todoist tasks and projects directly from your LLM.
Interact with Asana tasks, projects, workspaces, and comments using the Asana API.
Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search. Read-only mode, image attachment auto-download. Active fork of kocakli/Trello-Desktop-MCP integrating contributions from across the Trello MCP fork ecosystem
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



