Shared utilities for @atlassian-dc-mcp MCP servers. Not affiliated with Atlassian.
If you already use Atlassian, the atlassian mcp server is the piece that lets your assistant work with it directly. Shared utilities for @atlassian-dc-mcp MCP servers. Not affiliated with Atlassian.
This project provides a Model Context Protocol (MCP) integration for Atlassian Data Center products, including Jira and Confluence.
The Atlassian DC MCP allows AI assistants to interact with Atlassian products through a standardized interface. It provides tools for:
Installation goes through your MCP client rather than a global install: point it at @upendra_sengar/jira-dc-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: JIRA_HOST, JIRA_API_TOKEN, CONFLUENCE_HOST, CONFLUENCE_API_TOKEN, JIRA_API_BASE_PATH, CONFLUENCE_API_BASE_PATH, ATLASSIAN_DC_MCP_CONFIG_FILE, JIRA_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by upendra_sengar; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
{
"mcpServers": {
"atlassian-jira-dc": { "command": "npx", "args": ["-y", "@upendra_sengar/jira-dc-mcp"] },
"atlassian-confluence-dc": { "command": "npx", "args": ["-y", "@upendra_sengar/confluence-dc-mcp"] }
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| JIRA_HOST | Endpoint or connection string the server talks to. | Optional |
| JIRA_API_TOKEN | Credential the server authenticates with. | Yes |
| CONFLUENCE_HOST | Endpoint or connection string the server talks to. | Optional |
| CONFLUENCE_API_TOKEN | Credential the server authenticates with. | Yes |
| JIRA_API_BASE_PATH | Filesystem location the server is allowed to use. | Optional |
| CONFLUENCE_API_BASE_PATH | Filesystem location the server is allowed to use. | Optional |
| ATLASSIAN_DC_MCP_CONFIG_FILE | Configuration value read at startup. | Optional |
| JIRA_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.