trackmcp
Back to directory
dovetail

dovetail-mcp

View on GitHub

Official Dovetail MCP Server

8 stars TypeScriptOthers Updated Apr 20, 2026
mcpmcp-server

Documentation

Dovetail MCP Server

A Model Context Protocol (MCP) server for connecting AI tools to the Dovetail API.

Prerequisites

Installation

Option 1: Download Pre-built Script

1. Download the latest `index.js` here

2. Head over to configuration to continue

Option 2: Setup from Source

1. Clone the repository:

bash
git clone https://github.com/dovetail/dovetail-mcp.git
   cd dovetail-mcp

2. Install dependencies:

bash
yarn install

3. Build the project:

bash
yarn build

4. Locate and copy the `dist/index.js` filepath (this will copy the path to your clipboard for the configuration step):

bash
realpath dist/index.js | pbcopy

Configuration

We recommend setting this up in an MCP client like Claude or Cursor by entering the following:

>Claude: Please see the MCP website for step by step instructions

>Cursor: Navigate to Settings → Tools & Integrations → Add Custom MCP

code
{
  "mcpServers": {
    "dovetail-mcp": {
      "command": "node",
      "args": [""],
      "env": {
        "DOVETAIL_API_TOKEN": ""
      }
    }
  }
}

License

MIT

Frequently asked questions

What is dovetail-mcp?

dovetail-mcp is Official Dovetail MCP Server

How do I install dovetail-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is dovetail-mcp open source?

Yes — it is hosted on GitHub at https://github.com/dovetail/dovetail-mcp and has 8 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP