Jira MCP Server

Manage Jira issues and projects via MCP.

TypeScript 180 0
View on GitHub

Overview

This MCP server enables seamless integration between Atlassian Jira and AI-powered applications, allowing developers to manage issues and projects directly through the Model Context Protocol. Built with TypeScript, this developer tool eliminates context switching by bringing Jira functionality into your workflow, whether you're using Claude, ChatGPT, or other MCP-compatible clients. The server acts as a bridge between natural language requests and Jira's REST API, transforming how teams interact with their issue tracking system.

The server supports comprehensive Jira operations including creating, updating, and retrieving issues, managing project configurations, searching for issues with advanced JQL queries, and handling issue transitions across workflow states. Users can view project details, access board information, manage sprints, and organize work with custom fields and labels. Authentication is handled securely, and the tool respects Jira permission structures, ensuring that operations align with user access levels.

This MCP server integrates with any MCP-compatible client, making it ideal for developers seeking to automate Jira workflows, generate reports, consolidate project information, or leverage AI assistance for issue management. Development teams can use it for sprint planning, ticket triage, status updates, and integration with broader development pipelines. Organizations benefit from reduced manual data entry, faster issue resolution, and improved team collaboration through conversational interfaces.

Installation

npx -y @modelcontextprotocol/server-jira

Compatible Clients

Claude DesktopCursorWindsurf

Related

FAQ

How do I install the Jira MCP server?
Install via npx or pip depending on the language. Then add the server configuration to your MCP client settings file.
Which AI clients support the Jira MCP server?
The Jira MCP server is compatible with Claude Desktop, Cursor, Windsurf. Any MCP-compatible client should work.