Development · MODEL CONTEXT PROTOCOL

kompallik ATLASSIAN MCP

MCP to integrate with JIRA & CONFLUENCE

WHAT IT CONNECTS

What kompallik ATLASSIAN MCP gives an AI Agent

  • Get JIRA ticket details
  • Search for JIRA tickets using JQL
  • Create new JIRA tickets
  • Add comments to JIRA tickets
  • Get Confluence page content
  • Search for content in Confluence
  • Node.js 16 or higher
  • An Atlassian Cloud account
  • An Atlassian API token
  • Open Cline
  • Go to Settings > MCP Servers
  • Select the "Marketplace" tab
  • Search for "Atlassian"
  • Click "Install"
  • Configure your Atlassian credentials when prompted
  • Clone the repository
  • Run the install script:
  • Install dependencies
  • Build the project
  • Install globally
  • Run the setup
  • Create a `config.json` file in the `config` directory (you can copy from `config.sample.json`)
  • Fill in your Atlassian details:
  • `ATLASSIAN_BASE_URL`: Your Atlassian instance URL (e.g., `https://your-instance.atlassian.net`)
  • `ATLASSIAN_EMAIL`: Your Atlassian account email
  • `ATLASSIAN_TOKEN`: Your Atlassian API token
  • `ATLASSIAN_CONFIG_PATH`: (Optional) Path to a custom config file location
  • Log in to your Atlassian account at https://id.atlassian.com/manage-profile/security/api-tokens
  • Click "Create API token"
  • Give your token a name (e.g., "MCP Server")
  • Copy the generated token (you won't be able to see it again)
  • Open Cline
  • Go to Settings > MCP Servers
  • Select the "Marketplace" tab
  • Search for "Atlassian"
  • Click "Install"
  • Configure your Atlassian credentials when prompted
  • `ticket_key`: JIRA ticket key (e.g., "PROJ-123")
  • `jql`: JQL query string
  • `max_results`: Maximum number of results to return (default: 10)
  • `project_key`: Project key (e.g., "PROJ")
  • `summary`: Ticket summary/title
  • `description`: Ticket description
  • `issue_type`: Issue type (e.g., "Bug", "Task", "Story") (default: "Task")
  • `ticket_key`: JIRA ticket key (e.g., "PROJ-123")
  • `comment`: Comment text
  • `page_id`: Confluence page ID
  • `query`: Search query
  • `limit`: Maximum number of results (default: 10)
  • Push your changes to the GitHub repository using the provided script:
  • Add an `icon.png` file in the `assets` directory if not already present
  • Run the publish script:
  • Follow the prompts to publish to npm and/or create a distribution package
  • Submit your repository URL to the Cline MCP Marketplace team

SECURITY

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.