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
Serveurs connexes
MCP Notes
A simple note-taking server for recording and managing notes with AI models, using AWS DynamoDB for storage.
FullScope-MCP
An MCP server for content summarization, supporting web scraping, file reading, and direct model calls.
Apple Notes
Interact with Apple Notes using natural language on macOS.
Atlassian-mcp-server
MCP server for Atlassian Cloud (Confluence & Jira) with seamless OAuth 2.0 authentication.
delinea-mcp
Official Delinea MCP server for the Delinea Secret Server and Platform APIs
Blender AI MCP
Modular MCP Server + Blender Addon for AI-Driven 3D Modeling.
Make
Turn your Make scenarios into callable tools for AI assistants.
Foreman MCP Server
MCP server for Foreman host management and infrastructure automation.
Superthread MCP Extended
A perfect drop-in replacement to the official Superthread MCP, providing way more tools. Cloudflare Workers based Remote MCP server
mocoVoice MCP Server
Transcribe audio and video files using the mocoVoice API, with integration for Claude Desktop.