jira-mcp

jira-mcp

22

JIRA MCP Server is a platform that allows Large Language Models (LLMs) to interact with JIRA by enabling advanced search queries and detailed issue retrieval through JIRA's API. It integrates with tools like Claude Desktop to facilitate automation and data handling in project management.

What is required to use the JIRA MCP Server?

You need npm installed, a JIRA instance with API access, a JIRA API token or Personal Access Token, and the JIRA user email associated with the API token.

How do I generate a JIRA API token?

Log in to your Atlassian account, navigate to Security settings, and under API tokens, select 'Create API token'. Give your token a meaningful name and copy the generated token.

Can I add new tools to the JIRA MCP Server?

Yes, you can add new tools by modifying the ListToolsRequestSchema handler in the index.js file and implementing the tool in the CallToolRequestSchema handler.

How do I install the JIRA MCP Server via Smithery?

Use the command npx -y @smithery/cli install jira-mcp --client claude to install JIRA for Claude Desktop automatically via Smithery.

What is the purpose of the MCP Inspector?

The MCP Inspector is used for testing and development of the JIRA MCP Server.