Dovetail
Connect AI tools to the Dovetail API for user research and customer feedback analysis.
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)
- A Dovetail API token (see Dovetail API Documentation for details on obtaining one)
Installation
Option 1: Download Pre-built Script
- Download the latest
index.jshere - Head over to configuration to continue
Option 2: Setup from Source
-
Clone the repository:
git clone https://github.com/dovetail/dovetail-mcp.git cd dovetail-mcp -
Install dependencies:
yarn install -
Build the project:
yarn build -
Locate and copy the
dist/index.jsfilepath (this will copy the path to your clipboard for the configuration step):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
{
"mcpServers": {
"dovetail-mcp": {
"command": "node",
"args": ["<path-to-your-index-js-file>"],
"env": {
"DOVETAIL_API_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
License
MIT
Related Servers
MCP Handoff Server
Manages AI agent handoffs with structured documentation and seamless task transitions.
Limitless MCP
Connect your Limitless Pendant data to Claude and other LLMs using the Limitless API.
TrackMage
Shipment tracking api and logistics management capabilities through the TrackMage API
SVG Converter
Convert SVG files to PNG, ICO, and JPG formats with high-quality rendering using the Cairo C library.
EndNote MCP Service
Reads EndNote .enl libraries and exposes their contents through the MCP interface.
Dart
Interact with task, doc, and project data in Dart, an AI-native project management tool
Markdownify MCP Server
A server that converts various file types, including documents, images, audio, and web pages, into Markdown format.
Obsidian
Manage Obsidian vaults with knowledge graph operations and AI-powered features.
n8n Manager for AI Agents
Manage n8n workflow automation instances through natural language using the n8n public API.
AnkiConnect
Connect Claude with AnkiConnect to create and review flashcards using natural language.