godspeed-mcp

Integrations

  • Allows installation and usage of the Godspeed MCP connector via npm install or npx commands.

  • Provides comprehensive task management capabilities including listing, creating, updating, and deleting tasks, managing task completion status, and working with task lists.

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:

  1. Environment variable: GODSPEED_TOKEN
  2. Command line argument: --token=YOUR_TOKEN or -t YOUR_TOKEN

Empty List ID (Optional)

For creating new task lists, you can configure an empty list ID to use as a template:

  1. Environment variable: GODSPEED_EMPTY_LIST_ID
  2. Command line argument: --empty-list-id=YOUR_LIST_ID or -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

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Server that allows interaction with Godspeed task application using API.

  1. Installation
    1. Configuration
      1. Authentication Token
      2. Empty List ID (Optional)
    2. Cursor MCP Configuration
      1. Features
        1. License

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A server allowing interaction with Reddit via the public API, enabling browsing frontpage posts, retrieving subreddit details, and reading post comments through a Model Context Protocol.
            Last updated -
            8
            30
            Python
            MIT License
            • Apple
            • Linux
          • A
            security
            A
            license
            A
            quality
            Provides API access to a locally-hosted task management system with features for creating, updating, and organizing tasks, including support for urgency levels, effort estimates, subtasks, and bi-directional sync with Obsidian markdown files.
            Last updated -
            12
            3
            Python
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.
            Last updated -
            TypeScript
            MIT License
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            A server that enables accessing and managing ApiFox API information through the Model Context Protocol, supporting both HTTP services and CLI commands.
            Last updated -
            TypeScript

          View all related MCP servers

          ID: a5nf5wr6wf