dovetail-mcp

dovetail/dovetail-mcp

3.3

If you are the rightful owner of dovetail-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Dovetail MCP Server is designed to connect AI tools to the Dovetail API using the Model Context Protocol.

The Dovetail MCP Server is a specialized server that facilitates the integration of AI tools with the Dovetail API through the Model Context Protocol (MCP). This server acts as a bridge, enabling seamless communication and data exchange between AI models and the Dovetail platform. It requires Node.js 22 or higher and a valid Dovetail API token for operation. Users can either download a pre-built script or set up the server from the source code. The server is designed to be configured easily within MCP clients like Claude or Cursor, allowing users to leverage the full potential of the Dovetail API in their AI applications. The server is open-source and licensed under the MIT License, encouraging community contributions and modifications.

Features

  • Seamless integration with Dovetail API
  • Supports Node.js 22 or higher
  • Easy configuration with MCP clients
  • Open-source with MIT License
  • Pre-built script available for quick setup

Usages

usage with Claude

{
  "mcpServers": {
    "dovetail-mcp": {
      "command": "node",
      "args": ["<path-to-your-index-js-file>"],
      "env": {
        "DOVETAIL_API_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

usage with Cursor

{
  "mcpServers": {
    "dovetail-mcp": {
      "command": "node",
      "args": ["<path-to-your-index-js-file>"],
      "env": {
        "DOVETAIL_API_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}