mcpbeat Sign in

Bugherd MCP Server

local only

Bugherd MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 28 May 2026.

BugHerd API v2 integration — 37 tools for projects, tasks, comments, and webhooks.

Installs per day peak 26 · avg 10 · +3% w/w
a month agotoday
51
Installs / week
npm · bugherd-mcp
7
Stars
0 open issues
28 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Bugherd MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bugherd-mcp -- npx -y bugherd-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bugherd-mcp": {
      "args": [
        "-y",
        "bugherd-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bugherd-mcp]
command = "npx"
args = ["-y", "bugherd-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bugherd-mcp": {
      "args": [
        "-y",
        "bugherd-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bugherd-mcp": {
      "args": [
        "-y",
        "bugherd-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BUGHERD_API_KEY (BugHerd API key from Settings > General Settings). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bugherd MCP

same job, measured the same way
Kanban AI
by orholam

Remote MCP for Kanban AI boards—manage projects, tasks, and comments from AI tools.

answering
Bexio MCP Server
by promptpartner

Swiss accounting integration for Bexio. 314 tools: invoices, contacts, projects, account balances

80 installs/wk local only
Runrun.it MCP Server
by znetinho

MCP server for Runrun.it: Tasks, Comments, Projects

67 installs/wk local only
Dart
by dartai

AI-native project management for tasks, docs, collaboration, and agents.

answering
Stripecheckup
by vercel-stripecheckup

Scan pasted Stripe webhook/checkout code for common integration bugs.

1 tools answering
TaScan
by snowbikemike

36 MCP tools for projects, tasks, workers, QR/NFC tags, and AI remediation. Task. Scan. Done.

561 installs/wk 78 tools answering
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only
Stripe
by stripe

MCP server integrating with Stripe - tools for customers, products, payments, and more.

answering

Bugherd MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bugherd MCP?
Bugherd MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bugherd-mcp was installed 51 times last week.
How do I connect Bugherd MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bugherd-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bugherd MCP?
The npm package bugherd-mcp was installed 51 times in the last week. Week over week that is +3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bugherd MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.