Skip to main content

Model Context Protocol server for Jira integration

Project description

MCP Server for JIRA

A Model Context Protocol (MCP) server that provides seamless integration with Jira. This server enables AI assistants to retrieve issue information, comments, and attachments from any Jira instance.

Features

  • 🎫 Issue Management: Get, create, update, and transition issues
  • 🔍 Advanced Search: JQL-based issue search with custom fields
  • 📊 Epic & Sprint Tracking: Monitor progress, story points, and completion
  • 🔗 Issue Relationships: View and manage issue links
  • 💬 Comments: Add and retrieve issue comments
  • 📎 Attachments: Download issue attachments
  • 📜 History: Track all changes to issues
  • 🚀 Release Management: View project versions and releases
  • 👥 Assignment: Assign/unassign issues to users
  • 🔒 Secure Authentication: Uses Jira API tokens

Prerequisites

Installation

MCP Client Configuration

For Bob, go to Settings > MCP > Global MCPs. Add to your MCP client configuration:

{
  "mcpServers": {
    "jira": {
      "command": "uvx",
      "args": ["jira-mcp-tools"],
      "env": {
        "JIRA_URL": "https://jsw.ibm.com/",
        "JIRA_EMAIL": "your-email@ibm.com",
        "JIRA_TOKEN": "your-api-token"
      }
    }
  }
}

Available Tools

Issue Operations

  • get_jira_ticket_info(issue_key) - Get issue details, description, and comments
  • get_jira_ticket_attachments(issue_key) - Download issue attachments
  • get_issue_history(issue_key) - View complete change history
  • get_issue_links(issue_key) - Get linked issues (blocks, relates to, etc.)
  • get_development_links(issue_key) - Get GitHub branches, PRs, and commits

Search & Query

  • search_issues(jql, max_results=50, fields=None) - JQL-based issue search
  • search_issues_by_team(team_name, max_results=50, additional_jql=None) - Search issues by team name (searches components, labels, and team custom fields)
  • search_issues_by_board(board_id, max_results=50, additional_jql=None) - Search all issues on a specific board

Board, Epic & Sprint

  • get_board_info(board_id) - Get board details including name and configuration
  • get_epic_details(epic_key) - Epic info with child issues and progress
  • get_sprint_info(board_id, sprint_id=None) - Sprint details and issues

Project Management

  • get_project_releases(project_key) - All releases/versions with issues

Issue Modification

  • create_issue(project_key, summary, description, issue_type="Task") - Create new issue
  • update_issue(issue_key, fields) - Update issue fields
  • transition_issue(issue_key, transition_name) - Change issue status
  • assign_issue(issue_key, assignee) - Assign/unassign issue
  • add_comment(issue_key, comment_text) - Add comment to issue

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see LICENSE file for details.

Support

Acknowledgments

Built with:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jira_mcp_tools-0.2.5.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jira_mcp_tools-0.2.5-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file jira_mcp_tools-0.2.5.tar.gz.

File metadata

  • Download URL: jira_mcp_tools-0.2.5.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for jira_mcp_tools-0.2.5.tar.gz
Algorithm Hash digest
SHA256 459e07f4604016a46eb4ef8000f96bc560875e7a7b5b8c4e8ea9c4f3dd4c6cd5
MD5 716c4111f5ad1e21f84c1f084e008de3
BLAKE2b-256 cd5bb3d0199ed2c23f4c87f593e1ca69409c07f97a998999621d23127dfdf31b

See more details on using hashes here.

File details

Details for the file jira_mcp_tools-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: jira_mcp_tools-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for jira_mcp_tools-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c9395b0721da62b6c5fa46b42daf717f1c4fa589022ed2b1633b1e2756f609ab
MD5 eb59a2086a75620ab558a6b7d26ed8db
BLAKE2b-256 af6f60e8d24ea0060bcf2260c128fc802d9879e219ab15521ccfcab4002578dd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page