Skip to main content

BugHerd and Claude Code integration

K
Written by Kriztin Abellon

Use this guide to connect BugHerd to Claude Code so you can access BugHerd projects, tasks, and comments directly from your terminal.

Prerequisites

Before you begin:

  • You have a BugHerd account

  • You have access to at least one BugHerd organization

  • You have Claude Code installed and set up

  • You have an active Claude account/subscription


How to install

1. Install BugHerd MCP

Run the following command in your terminal:

claude mcp add --transport http BugHerd https://mcp.bugherd.com/mcp

This will install the BugHerd MCP in Claude Code.

2. Connect your BugHerd account

After running the command:

  1. Open Claude Code

  2. Type `/mcp` command

  3. The BugHerd MCP should be visible with a status of "needs authentication". Select "Authenticate" to open the authentication process in your browser.

  4. Press Enter to begin authentication

Your browser will open automatically.

3. In the browser

  • Log in to BugHerd (if needed)

  • Select the organization you want to connect

  • Click Allow

Important:
The selected organization determines what data Claude Code can access.

4. Back in your terminal

Once authentication is complete:

  • You’ll return to Claude Code

  • BugHerd will show as connected

Verify the Connection

Run:

claude mcp list-tools BugHerd

If connected successfully, you’ll see available tools such as:

  • list_projects

  • list_my_tasks

  • add_comment

Test the connection

Try a prompt in Claude Code like:

“List my BugHerd projects”

If you see results, your setup is complete.


What you can do with BugHerd's MCP

For a full list of what you can do with BugHerd's MCP, check out Getting Started with the BugHerd MCP server.

Need help? Contact [email protected] or start a chat from the app.

Did this answer your question?