Jira communication server MCP Server
by MCP-Mirror
This is a TypeScript-based MCP server that provides tools to interact with Jira. It demonstrates core MCP concepts by providing tools for executing JQL queries, creating, editing, and deleting Jira tickets, and listing Jira projects and statuses.
Last updated: N/A
What is Jira communication server MCP Server?
This MCP server is a TypeScript application designed to facilitate communication and interaction with Jira, enabling users to perform various operations such as querying, creating, editing, and managing Jira tickets and projects.
How to use Jira communication server MCP Server?
To use this server, you need to install the dependencies, build the server, and configure it within Claude Desktop by adding the server configuration to the claude_desktop_config.json
file. You will also need to set the environment variables for JIRA_URL
, JIRA_API_MAIL
, and JIRA_API_KEY
. After configuration, you can use the provided tools like execute_jql
, create_ticket
, etc., by sending appropriate requests to the server.
Key features of Jira communication server MCP Server
Execute JQL queries
Create, edit, and delete Jira tickets
List Jira projects and statuses
Assign tickets to users
Add attachments to tickets
Use cases of Jira communication server MCP Server
Automating Jira ticket creation based on specific events
Integrating Jira data into other applications
Streamlining Jira project management tasks
Fetching and displaying Jira ticket information within a custom interface
FAQ from Jira communication server MCP Server
How do I install the dependencies?
How do I install the dependencies?
Run npm install
in the project directory.
How do I build the server?
How do I build the server?
Run npm run build
in the project directory.
How do I find my Jira API key?
How do I find my Jira API key?
You can generate an API key from https://id.atlassian.com/manage-profile/security/api-tokens
Where do I configure the server for Claude Desktop?
Where do I configure the server for Claude Desktop?
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
. On Windows: %APPDATA%/Claude/claude_desktop_config.json
How can I debug the MCP server?
How can I debug the MCP server?
Use the MCP Inspector by running npm run inspector
.