Jira communication server MCP Server
@MCP-Mirror
About Jira communication server MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Jira communication server": {
"command": "node",
"args": [
"/PATH_TO_THE_PROJECT/build/index.js"
],
"env": {
"JIRA_URL": "",
"JIRA_API_MAIL": "",
"JIRA_API_KEY": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Jira communication server?
Jira communication server is a TypeScript-based MCP server that provides tools to interact with Jira. It enables you to execute JQL queries, create, edit, and delete tickets, list projects and statuses, and manage assignments and attachments.
How to use Jira communication server?
Install dependencies with npm install, build with npm run build, then add the server configuration to Claude Desktop’s claude_desktop_config.json under the mcpServers key. Configure the command as node with the path to the built index.js, and set environment variables JIRA_URL, JIRA_API_MAIL, and JIRA_API_KEY.
Key features of Jira communication server
- Execute arbitrary JQL queries.
- Fetch only ticket name and description.
- Create, edit, and delete Jira tickets.
- List all Jira projects and statuses.
- Assign tickets and find assignable users.
- Add attachments to tickets by image URL.
Use cases of Jira communication server
- Automate ticket creation and updates from AI-driven workflows.
- Run JQL queries to retrieve issue data for reporting or analysis.
- Manage ticket assignments and identify available users in a project.
- Bulk modify ticket fields like summary, description, labels, or parent.
- Fetch a minimal view of issues (name and description) for quick overview.
FAQ from Jira communication server
What does Jira communication server do?
It provides tools to talk to Jira, including running JQL queries, managing tickets, listing projects and statuses, assigning tickets, and adding attachments.
How do I install and configure Jira communication server?
Run npm install and npm run build, then add a JSON configuration entry to Claude Desktop’s config file with the path to the built server and environment variables for your Jira URL, email, and API token.
What dependencies or runtime are required?
Node.js and npm are required. The server is written in TypeScript and built with npm run build.
Where is my Jira data stored?
Your Jira data remains in your Jira Cloud instance, accessed via the URL specified in the JIRA_URL environment variable.
How does Jira communication server authenticate with Jira?
Authentication uses a Jira API token (created at Atlassian’s API tokens page) and your email, both provided as environment variables in the server configuration.
More Version Control MCP servers
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Comments