
Godspeed MCP
A Model Context Protocol connector for the Godspeed Task Management API.
Installation
You can use this tool without installation via npx:
Or install it globally:
Configuration
Authentication Token
The Godspeed API token can be provided in two ways:
Environment variable:
GODSPEED_TOKENCommand 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_IDCommand 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
Related MCP Servers
- Asecurity-licenseAqualityA server for task orchestration and coordination, facilitating task management with dependencies, multi-instance collaboration, and persistent task tracking.Last updated -724MIT License
- AsecurityFlicenseAqualityThis server allows users to perform web searches using Perplexity AI, providing a tool for retrieving search results through a simple API interface.Last updated -12512
- -securityAlicense-qualityThis server facilitates scalable discovery and execution of OpenAPI endpoints using semantic search and high-performance processing, overcoming limitations of large spec handling for streamlined API interactions.Last updated -74MIT License
- AsecurityAlicenseAqualityA TypeScript Model Context Protocol server that integrates with Google Tasks API, allowing users to create, list, update, delete, and toggle completion status of tasks.Last updated -46MIT License