# Dovetail Mcp

> Official Dovetail MCP Server

- **Type:** MCP server
- **Install:** `agentstack add mcp-dovetail-dovetail-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [dovetail](https://agentstack.voostack.com/s/dovetail)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [dovetail](https://github.com/dovetail)
- **Source:** https://github.com/dovetail/dovetail-mcp

## Install

```sh
agentstack add mcp-dovetail-dovetail-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Dovetail MCP Server

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

## Prerequisites

- Node.js 22 or higher (download Node from [nodejs.org](https://nodejs.org/))
- A Dovetail API token (see [Dovetail API Documentation](https://developers.dovetail.com/docs/introduction) for details on obtaining one)

## Installation

### Option 1: Download Pre-built Script

1. Download the latest `index.js` [here](https://github.com/dovetail/dovetail-mcp/releases/latest/download/index.js)
2. Head over to [configuration](#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](https://modelcontextprotocol.io/quickstart/user) for step by step instructions

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

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

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [dovetail](https://github.com/dovetail)
- **Source:** [dovetail/dovetail-mcp](https://github.com/dovetail/dovetail-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-dovetail-dovetail-mcp
- Seller: https://agentstack.voostack.com/s/dovetail
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
