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
संबंधित सर्वर
MCP MD2PDF Server
Convert Markdown documents to PDF with support for Mermaid diagrams.
AI2Fin | Intelligent Financial Management
Tools for expense tracking, tax deductions, bill management, and financial analysis.
Notion
Interact with Notion's API to read, create, and modify content using natural language.
MCP Invoice Parser
Parses invoice data, uploads it to Google Sheets, and answers queries by fetching information from the sheet.
OneNote MCP Server
An MCP server for Microsoft OneNote, allowing AI models to interact with notebooks, sections, and pages. Requires Azure credentials.
Feishu/Lark OpenAPI MCP
Connect AI agents to Feishu/Lark APIs for document processing, conversation management, and calendar scheduling.
PowerPoint
Create PowerPoint presentations with AI-generated images using the TogetherAI API.
Enterpret
Enterpret's Wisdom MCP Server brings customer intelligence directly into your favorite AI tools.
context-distill
context-distill is an MCP server that compresses noisy command output into precise, actionable summaries for LLM workflows. Use distill_batch for large logs and distill_watch for cycle-to-cycle deltas. Built with Go, Cobra, Viper, and DI for reliable local and provider-backed distillation.
Leantime MCP Bridge
An MCP proxy bridge for the Leantime project management system, forwarding JSON-RPC messages with proper authentication.