Skip to main content
The Dovetail MCP Server is currently experimental. Available tools and behaviour may change without notice. Use it to explore and give us feedback.
Dovetail exposes a first-party MCP server so you can connect external AI assistants — such as Claude Desktop or Cursor — directly to your Dovetail workspace. Once connected, the assistant can read and edit your devices, documents, and data keys, search FDA standards and 510(k) summaries, run Dovetail’s built-in regulatory AI agents on your behalf, and work with reusable Skills.

What’s available

The server exposes tools across four areas: Your workspace — read and write operations on your Dovetail data: list organizations and devices, read and edit data keys and documents, create custom documents, search documents by keyword, and view document templates. Regulatory research — browse and full-text search the built-in standards library, look up FDA 510(k) predicate summaries, and run semantic memory recall over Dovetail’s expert knowledge base. AI agents — trigger Dovetail’s agents directly: the predicate researcher, the standards & guidances researcher, and the expert reviewer. Use get_agent_run_result to poll for results once a run is in progress. Skills — list, read, create, edit, duplicate, delete, and import reusable assistant skills from markdown. Mutating skill tools ask for confirmation, and agent-run tools accept skill_ids to prompt-pin specific /skills/user/<name>/SKILL.md references for a run.

How to connect

The server is available at:
It uses OAuth 2.0, so no manual token is required. Your MCP client will redirect you to sign in with your Dovetail account the first time it connects. The exact setup steps depend on which client you use. In general:
  1. Open your MCP client’s settings or configuration file.
  2. Add a new MCP server with the URL https://mcp.withdovetail.com/mcp.
  3. Set the transport type to Streamable HTTP (or HTTP / SSE, depending on your client).
  4. Save the configuration and restart the client if needed.
  5. When prompted, complete the OAuth sign-in with your Dovetail account.

Clients

Claude Desktop supports remote MCP connectors. Follow Claude’s guide to get started with custom connectors using remote MCP, then use https://mcp.withdovetail.com/mcp as the server URL for Dovetail.On the first tool call, a browser window will open asking you to sign in to Dovetail.
Run:
Run:

Troubleshooting

OAuth sign-in doesn’t complete — Make sure your browser isn’t blocking pop-ups from your MCP client, and that you’re signing in with the Dovetail account that has access to the relevant devices. Tools don’t appear after connecting — Restart your MCP client and check that the server URL is exactly https://mcp.withdovetail.com/mcp with no trailing slash. Connection errors — Confirm your client supports Streamable HTTP or SSE transport. Stdio-only clients are not supported.