Dovetail
Connect AI tools to the Dovetail API for user research and customer feedback analysis.
Ads
Overview
A Model Context Protocol (MCP) server for connecting AI tools to the Dovetail API. - Node.js 22 or higher (download Node from nodejs.org) - A Dovetail API token (see Dovetail API Documentation for details on obtaining one) 1. Download the latest index.js here 2. Head over to configuration to continue 1. Clone the repository: bash git clone https://github.com/dovetail/dovetail-mcp.git cd dovetail-mcp 2. Install dependencies: bash yarn install 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
Installation
yarn install
Configuration
{
"mcpServers": {
"dovetail-mcp": {
"command": "node",
"args": ["<path-to-your-index-js-file>"],
"env": {
"DOVETAIL_API_TOKEN": "<YOUR_TOKEN>"
}
}Capabilities
- Search and retrieve insights
Ask your AI to query Dovetail research data via the MCP server to find relevant insights.
- Access project data
Use the server to pull customer research content from your Dovetail workspace through natural language requests.
- Integrate with AI assistants
Connect Dovetail to Claude or Cursor so your AI can reference research findings during conversations.
Tags
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.