atlassian-server-mcp
Provides tools to interact with Bitbucket Data Center, focusing on pull-request workflows.
Provides tools to interact with Confluence Data Center.
Provides tools to interact with Jira Data Center, including Jira Software Agile APIs for managing boards, sprints, backlogs, and epics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@atlassian-server-mcpshow me unresolved high priority Jira issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Atlassian Server MCP
A single TypeScript MCP 2.x stdio server for Jira, Confluence, and Bitbucket
Data Center. It combines high-frequency typed tools with a fixed REST
operation registry discovered through generic tools, so the complete registry
never floods tools/list.
Features
Three products, one server — Jira DC platform APIs plus the Jira Software Agile APIs (boards, sprints, backlog, epics), Confluence, and Bitbucket pull-request workflows.
Tiered exposure — operations carry an intrinsic
read/safe/risky/maxtier; the agent only sees what your configured tier and FORCE globs allow. An agent exposure boundary, not an authorization boundary.Safe by default — starts read-only, TLS verification on, PAT auth preferred, credentials redacted from every error and log line.
Policy generated from official specs — the exposure policy is built from pinned Atlassian OpenAPI snapshots;
atlassian_discover_operationsreports exactly what a running server exposes.Strict pre-flight
doctor— validates configuration, credentials, reachability, TLS, and file-root writability before you wire up a client.
Related MCP server: Atlassian MCP Server
Quick start (5 minutes)
Install and build (Node.js 22 or newer):
pnpm install pnpm buildConfigure at least one product. A product is enabled when its URL is present; a non-empty product PAT wins, otherwise the shared Basic credentials are required:
export JIRA_URL=https://jira.example.internal export JIRA_TOKEN=... # optional: CONFLUENCE_URL / CONFLUENCE_TOKEN, BITBUCKET_URL / BITBUCKET_TOKEN # Basic fallback (shared): ATLASSIAN_USERNAME + ATLASSIAN_PASSWORDPoint your MCP client at the server:
{ "mcpServers": { "atlassian-dc": { "command": "node", "args": ["/absolute/path/to/atlassian-server-mcp/dist/cli.js"], "env": { "JIRA_URL": "https://jira.example.internal", "JIRA_TOKEN": "..." } } } }When the package is published,
npx @zaimokuza/atlassian-server-mcpworks the same way.Verify with the strict pre-flight check:
npx @zaimokuza/atlassian-server-mcp doctorAny FAIL exits non-zero; WARN never blocks.
Security warning
TLS certificate and hostname verification is on by default.
--no-tls-verify/ATLASSIAN_TLS_VERIFY=falsedisables it and is only acceptable for local testing against self-signed endpoints — an active network attacker can then impersonate your server.The exposure tier defaults to
read.--exposure-tier=safe|risky|maxwidens what an LLM agent may invoke; it never replaces Atlassian PAT permissions.See the Wiki Security Model page for the threat model.
Compatibility
Generation/test baseline (not a startup allowlist — other versions start with a warning and actual compatibility is determined by the target instance):
Product | Baseline versions | Pinned E2E image |
Jira | DC 10.3 / 11.3 |
|
Confluence | DC 9.2 / 10.2 |
|
Bitbucket | DC 9.4 / 10.2 / 10.4 |
|
Node.js >=22 is required. Jira Service Management, Assets, and Marketplace
app APIs are outside v1.
Documentation
User documentation lives in the project Wiki (content source under
docs/wiki/;
the Wiki itself is enabled by the maintainer on deployment):
Project/developer documentation:
docs/en/architecture.md— runtime data flow and sources of truthdocs/en/exposure-policy.md— operation-level exposure policy, generated from official specsdocs/en/tool-contracts.md— metadata-first writes, body templates, error contractdocs/en/test-strategy.md— CI vs. real-product E2E evidence boundaries, plus the local Data Center E2E walkthroughdocs/en/release-process.md— maintainer release memo
Chinese counterparts of every page live under docs/zh-CN/ and
docs/wiki/zh-CN/; the English version is authoritative.
Contributing and support
Development setup and the generated-files discipline are documented in
AGENTS.md
and the developer documentation above. Report bugs and request features
through GitHub issues.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server that enables AI agents to interact with Atlassian products (Confluence and Jira) for content management, issue tracking, and project management through a standardized interface.3,5946MIT
- Alicense-qualityDmaintenanceEnterprise-grade MCP server providing 102 production-ready tools for Jira, Confluence, and Bitbucket, enabling AI agents to manage issues, pages, repositories, and more via natural language.1MIT
- Alicense-qualityDmaintenanceAn MCP server that bridges LLM clients with Atlassian Jira Cloud and Jira Service Management Cloud REST APIs, enabling administrative and operational tasks via natural language.MIT
- Alicense-qualityDmaintenanceA local-only MCP server providing safe, typed Jira tools for AI agents via Atlassian ACLI, enabling search, get issue, add comment, and transition issues with policy guardrails.MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zaimokuza-yoshiteru/atlassian-server-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server