jira-mcp

jira-mcp

19

JIRA MCP Server is a Model Context Protocol (MCP) server designed to interact smoothly with JIRA Cloud and Server, offering facilities like issue management, epic tracking, and content optimization for AI. It provides a robust solution for handling JIRA data with advanced error management and API request efficiency.

What types of JIRA instances does the JIRA MCP Server support?

The JIRA MCP Server supports both Jira Cloud and Jira Server (Data Center) instances.

How can I configure the JIRA MCP Server for my environment?

You can configure the server by setting environment variables such as JIRA_API_TOKEN, JIRA_BASE_URL, JIRA_USER_EMAIL, and JIRA_TYPE.

What is the maximum number of issues I can retrieve in a single request?

You can retrieve a maximum of 50 issues per request when searching with JQL and up to 100 issues when retrieving epic children.

Does the server support file attachments?

Yes, the server supports file attachments with secure multipart upload handling.

What programming language is the JIRA MCP Server built with?

The JIRA MCP Server is built with TypeScript and uses the Bun runtime for improved performance.