MCP Atlassian MCP Server

$npx -y @omkar9854/mcp-atlassian-onpremdc
README.md

A Model Context Protocol server for Atlassian Jira and Confluence

that supports both Cloud and On-Prem/Data Center deployments. It enables AI assistants to search, create, and manage issues and pages using secure authentication methods like PAT and OAuth.

Tools (4)

search_jira_issuesSearch for Jira issues using JQL or keywords.
create_jira_issueCreate a new Jira issue with specified project and details.
search_confluence_pagesSearch for pages and content within Confluence.
get_confluence_pageRetrieve the content of a specific Confluence page.

Environment Variables

ATLASSIAN_URLrequiredThe base URL of your Jira/Confluence instance
ATLASSIAN_AUTH_TYPErequiredAuthentication method (PAT or OAuth)
ATLASSIAN_TOKENrequiredPersonal Access Token or OAuth token

Configuration

claude_desktop_config.json
{"mcpServers":{"atlassian":{"command":"npx","args":["-y","@omkar9854/mcp-atlassian-onpremdc"],"env":{"ATLASSIAN_URL":"your-instance-url","ATLASSIAN_AUTH_TYPE":"PAT","ATLASSIAN_TOKEN":"your-token"}}}}

Try it

Search for all open Jira issues in the PROJ project assigned to me.
Create a new Jira bug with the summary 'Login button not working' and description 'The button is unresponsive on mobile'.
Find the Confluence page about the Q4 product roadmap and summarize its content.
Search Confluence for any documentation related to the internal API authentication process.

Frequently Asked Questions

How do I install MCP Atlassian?

Install MCP Atlassian by running: npx -y @omkar9854/mcp-atlassian-onpremdc

What MCP clients work with MCP Atlassian?

MCP Atlassian works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use MCP Atlassian with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free