loading…
Search for a command to run...
loading…
Read jira data via JQL and api and execute requests to create and edit tickets.
Read jira data via JQL and api and execute requests to create and edit tickets.
Talk to Jira
This is a TypeScript-based MCP server that provides tools to interact with Jira. It demonstrates core MCP concepts by providing:
execute_jqljql, number_of_results (default: 1).get_only_ticket_name_and_descriptionjql, number_of_results (default: 1).create_ticketproject.key, summary, description, issuetype.name, parent (optional).list_projectsnumber_of_results (default: 1).delete_ticketissueIdOrKey.edit_ticketissueIdOrKey, summary (optional), description (optional), labels (optional), parent (optional).get_all_statusesnumber_of_results (default: 1).assign_ticketaccountId, issueIdOrKey.query_assignableproject_key.add_attachment_from_public_urlissueIdOrKey, imageUrl.add_attachment_from_confluenceissueIdOrKey, pageId, attachmentName.Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"Jira communication server": {
"command": "node",
"args": ["/PATH_TO_THE_PROJECT/build/index.js"],
"env": {
"JIRA_URL": "https://XXXXXXXX.atlassian.net",
"JIRA_API_MAIL": "Your email",
"JIRA_API_KEY": "KEY_FROM : https://id.atlassian.com/manage-profile/security/api-tokens"
}
}
}
}
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Run in your terminal:
claude mcp add ks-gen-ai-jira-mcp-server -- npx Yes, KS-GEN-AI/jira-mcp-server MCP is free — one-click install via Unyly at no cost.
No, KS-GEN-AI/jira-mcp-server runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open KS-GEN-AI/jira-mcp-server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Read and write pages in your workspace
by NotionIssues, cycles, triage — from Claude
by LinearSearch and read your Drive files
by GoogleConnect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
by mindsdbNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All productivity MCPs