MCP Directory
Back

atlassian-dc-mcp-go

by step-chen · Go · ★ 3

A Go-based Model Context Protocol (MCP) service for managing Atlassian Data Center products (Jira, Confluence, Bitbucket) with unified interface, configurable authentication, and fine-grained permissions. Built with github.com/modelcontextprotocol/go-sdk.

#atlassian-jira-confluence-bitbucket-mcp

Install

go install github.com/step-chen/atlassian-dc-mcp-go@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "atlassian-dc-mcp-go": {
      "command": "npx",
      "args": [
        "-y",
        "github:step-chen/atlassian-dc-mcp-go"
      ]
    }
  }
}

From the README

Author: Stephen Chen This project provides a Go-based Model Context Protocol (MCP) service for managing and interacting with Atlassian Data Center products including Jira, Confluence, and Bitbucket. It allows you to manage these products programmatically through a unified interface with configurable authentication and permissions. - **Multi-Product Support**: Unified interface for Jira, Confluence, and Bitbucket - **Model Context Protocol**: Exposes tools through the Model Context Protocol for all operations - **Configuration Management**: Flexible configuration through files, environment va…
Read full README on GitHub →

Related developer tools servers