npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@openpets/dovetail

v1.0.0

Published

Connect AI agents to your Dovetail workspace to search insights, analyze research data, and manage projects using the official Dovetail MCP server.

Readme

Dovetail Plugin for OpenPets

Connect AI agents to your Dovetail workspace to search insights, analyze research data, and manage projects.

Overview

This plugin integrates with Dovetail's official MCP server to provide AI-powered access to your customer research and insights. Dovetail is a customer intelligence platform that helps teams organize, analyze, and share user research data.

Features

  • List Projects: View all projects in your Dovetail workspace
  • Search Workspace: Search across all content including insights, data entries, and highlights
  • Get Highlights: Retrieve highlights from specific projects
  • Analyze Insights: Access detailed insight content in markdown format
  • Browse Data: List and retrieve data entries with their content

Setup

1. Get Your API Token

  1. Navigate to Settings → Account in Dovetail
  2. Look for Personal API keys
  3. Generate a new token
  4. Copy the token for use in the next step

2. Configure Environment Variables

Create a .env file in this directory:

cp .env.example .env

Edit .env and add your API token:

DOVETAIL_API_TOKEN=your_dovetail_api_token_here

3. Install Dependencies

From the project root:

bun install

Usage

Test Connection

pets run dovetail --query "test dovetail connection"

List Projects

pets run dovetail --query "list my Dovetail projects"

Search Workspace

pets run dovetail --query "search for insights about user onboarding"

Get Project Highlights

pets run dovetail --query "get highlights from project <project-id>"

Available Tools

| Tool | Description | |------|-------------| | dovetail-test-connection | Verify API token and list accessible projects | | dovetail-list-projects | List all projects in your workspace | | dovetail-search-workspace | Search across all content | | get_dovetail_projects | MCP: List projects | | get_project_highlights | MCP: Get highlights for a project | | list_project_insights | MCP: List insights in a project | | get_project_insight | MCP: Get specific insight details | | get_insight_content | MCP: Get insight content as markdown | | list_project_data | MCP: List data entries | | get_project_data | MCP: Get specific data entry | | get_data_content | MCP: Get data content as markdown |

Rate Limits

Dovetail API has a rate limit of 200 requests per minute per workspace. The plugin handles rate limiting gracefully and will retry requests when possible.

Authentication

This plugin uses Bearer token authentication with your Dovetail personal API key. The token is sent in the Authorization header for all API requests.

Data Access

The plugin can only access data that your user account has permission to view. Data you do not have access to and actions that aren't available to your user role will not be available through the API.

Support

  • Dovetail API Documentation: https://developers.dovetail.com/docs
  • Dovetail API Reference: https://developers.dovetail.com/reference
  • Dovetail Slack #api channel: https://join.slack.com/t/heydovetail/shared_invite

Resources

License

MIT