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
Похожие серверы
Team Relay MCP
Read, search, and write Obsidian vault notes via Team Relay collaborative server. Supports shared folders and real-time sync.
Yonote
Provides API tools to interact with Yonote documents and collections.
Chatvolt Agent Server
A simple notes system with resources, tools, and prompts.
VAP media MCP
: MCP server for AI media generation (imagesflux, videosveo3.1, music suno v5, with deterministic cost control using reserve-burn-refund billing
AI Survey via MCP
Create AI-moderated interviews and surveys via MCP and share survey links with participants instantly.
Rememberizer
Interact with Rememberizer's document and knowledge management API to search, retrieve, and manage documents.
Date and Time MCP Server
Provides current date and time information, with support for various formats and timezone conversions.
Puzld MCP
Expose your local AI agent CLIs through one MCP endpoint
Tachikoma Router Management MCP
Manage various router types using natural language. Requires router credentials to be configured.
Google Sheets
A server for comprehensive Google Sheets integration, requiring Google OAuth credentials.