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 instanceATLASSIAN_AUTH_TYPErequiredAuthentication method (PAT or OAuth)ATLASSIAN_TOKENrequiredPersonal Access Token or OAuth tokenConfiguration
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.