Godspeed MCP provides a connector for AI assistants to interact with the Godspeed Task Management API through the Model Context Protocol. It enables task management operations including listing, creating, updating, and deleting tasks, as well as managing task lists. Built with TypeScript and using the MCP SDK, this implementation authenticates via API token and exposes a set of tools that allow AI assistants to help users organize their productivity workflow directly from within their development environment. The server is designed to work with Cursor and other MCP-compatible clients, making it useful for developers who want to manage their tasks without context switching.
List all tasks managed by the Godspeed Task Management API.
Retrieve detailed information about a specific task.
Create new tasks, allowing for single or bulk creation of up to 60 tasks.
Update the details of existing tasks.
Delete specified tasks from the task management system.
Mark tasks as complete or uncomplete.
Retrieve all task lists available in the system.
Create new task lists by duplicating a specified template.
Duplicate an existing task list.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!