KS-GEN-AI/jira-mcp-server
by Various
A test of jira mcp server
MCP
KS-GEN-AI/jira-mcp-server
Added 1 June 2026
Overview
An experimental Jira MCP server built in JavaScript. It provides a Model Context Protocol interface for interacting with Jira issues and projects. Currently in early testing phase with limited adoption.
Best for
Best for
Developers experimenting with MCP and Jira integration
Use cases
- Testing MCP-based Jira integrations
- Exploring Jira automation with MCP
- Building proof-of-concept Jira bots
How to use
Install
npm install Tools exposed
execute_jqlget_only_ticket_name_and_descriptioncreate_ticketlist_projectsdelete_ticketedit_ticketget_all_statusesassign_ticketquery_assignableadd_attachment_from_public_urladd_attachment_from_confluence
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "Jira communication server": {\n "command": "node",\n "args": ["/PATH_TO_THE_PROJECT/build/index.js"],\n "env": {\n "JIRA_URL": "https://XXXXXXXX.atlassian.net",\n "JIRA_API_MAIL": "Your email",\n "JIRA_API_KEY": "KEY_FROM : https://id.atlassian.com/manage-profile/security/api-tokens"\n }\n }\n }\n} Notes
An experimental Jira MCP server built in JavaScript. It provides a Model Context Protocol interface for interacting with Jira issues and projects. Currently in early testing phase with limited adoption.
25 stars on GitHub. Last updated 2025-10-23. Licensed MIT.
Use cases
- Testing MCP-based Jira integrations
- Exploring Jira automation with MCP
- Building proof-of-concept Jira bots
Pros
- Open source codebase for customization
- Straightforward JavaScript implementation
- Enables MCP-based Jira interactions
Cons
- Experimental and not production-ready
- Limited community support and documentation
- May lack full Jira API coverage
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source codebase for customization
- Straightforward JavaScript implementation
- Enables MCP-based Jira interactions
Cons
- Experimental and not production-ready
- Limited community support and documentation
- May lack full Jira API coverage
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.