mcp-server-atlassian-jira

mcp-server-atlassian-jira

3.4

If you are the rightful owner of mcp-server-atlassian-jira and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Node.js/TypeScript Model Context Protocol (MCP) server for Atlassian Jira Cloud, enabling AI systems to interact with Jira projects, issues, and comments securely.

The Atlassian Jira MCP Server is a robust solution designed to facilitate seamless interaction between AI systems and Jira Cloud. By implementing the Model Context Protocol (MCP), this server allows AI assistants to access and manipulate Jira data, including projects, issues, comments, and development information, in real-time. It is built using Node.js and TypeScript, ensuring a modern and efficient codebase. The server emphasizes security by allowing local authentication with user credentials, ensuring that sensitive information like API tokens is not stored on remote servers. Additionally, it provides intuitive Markdown-formatted responses, making it easy for users to read and understand the data retrieved from Jira. This server is particularly useful for organizations looking to integrate AI capabilities into their Jira workflows, providing a comprehensive view of project contexts and development insights.

Features

  • Minimal Input, Maximum Output: Simple identifiers provide comprehensive details without requiring extra flags.
  • Complete Jira Context: Access projects, issues, comments, and metadata to understand your work context.
  • Rich Development Information: Get insights into branches, commits, and pull requests linked to issues.
  • Secure Local Authentication: Run locally with your credentials, never storing tokens on remote servers.
  • Intuitive Markdown Responses: Well-structured, consistent Markdown formatting for all outputs.

Tools

  1. jira_ls_projects

    Lists accessible Jira projects.

  2. jira_get_project

    Gets detailed project information.

  3. jira_ls_issues

    Searches for Jira issues.

  4. jira_get_issue

    Gets comprehensive issue details.

  5. jira_ls_comments

    Lists comments for an issue.

  6. jira_add_comment

    Adds comment to an issue.

  7. jira_ls_statuses

    Lists available workflow statuses.