home / mcp / mcp atlassian on-prem data center ready mcp server

MCP Atlassian On-Prem Data Center Ready MCP Server

Unified Jira and Confluence MCP server with typed models, on-prem friendly tokens, and streamable transports for production use.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "omkar9854-mcp-atlassian-onpremdc": {
      "url": "https://mcp.atlassian.example/mcp",
      "headers": {
        "JIRA_URL": "https://your-company.atlassian.net",
        "JIRA_USERNAME": "[email protected]",
        "CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
        "JIRA_API_TOKEN": "YOUR_API_TOKEN",
        "JIRA_CLIENT_KEY": "path/to/key.pem",
        "JIRA_SSL_VERIFY": "false",
        "JIRA_CLIENT_CERT": "path/to/cert.pem",
        "CONFLUENCE_USERNAME": "[email protected]",
        "JIRA_PERSONAL_TOKEN": "YOUR_PAT",
        "CONFLUENCE_API_TOKEN": "YOUR_API_TOKEN",
        "CONFLUENCE_CLIENT_KEY": "path/to/key.pem",
        "CONFLUENCE_SSL_VERIFY": "false",
        "CONFLUENCE_CLIENT_CERT": "path/to/cert.pem",
        "CONFLUENCE_PERSONAL_TOKEN": "YOUR_PAT"
      }
    }
  }
}

Available tools

jira_search

Search Jira issues using JQL without leaving the MCP environment.

jira_search_all

Search Jira issues with automatic pagination to fetch all results.

jira_get_issue

Retrieve detailed information about a single Jira issue.

jira_get_issues_bulk

Fetch multiple Jira issues in a single operation.

jira_create_issue

Create new Jira issues directly from the MCP interface.

jira_update_issue

Update fields on existing Jira issues.

jira_transition_issue

Change the status of a Jira issue and trigger workflows.

confluence_search

Search Confluence pages using CQL (Confluence Query Language).

confluence_search_all

Search Confluence pages with automatic pagination for complete results.

confluence_get_page

Get the content of a Confluence page.

confluence_get_pages_bulk

Fetch multiple Confluence pages in a single operation.

confluence_create_page

Create new Confluence pages from MCP results.

confluence_update_page

Update existing Confluence pages.

confluence_add_comment

Add comments to Confluence pages or content.