Jira MCP Server
@jitendrajaware
About Jira MCP Server
A Model Context Protocol (MCP) server that allows Claude and other AI assistants to create and manage Jira issues.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jira-mcp-server-jitendrajaware": {
"command": "node",
"args": [
"example-usage.js"
]
}
}
}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 MCP Server?
A Model Context Protocol (MCP) server that allows Claude and other AI assistants to create and manage Jira issues. It connects AI assistants to a Jira instance, enabling automated ticket creation and project listing.
How to use Jira MCP Server?
Clone the repository, install dependencies with npm install, and set the required environment variables (JIRA_SERVER, JIRA_USER, JIRA_TOKEN, JIRA_PROJECTS). Run npm start to start the server, then configure your MCP client (e.g., Claude) to use it. The server exposes two tools: create_jira_issue and get_jira_projects.
Key features of Jira MCP Server
- Create Jira issues via AI assistants
- List available Jira projects
- Restrict projects via
JIRA_PROJECTSenvironment variable - Supports issue types: Bug, Task, Story
- Supports priority levels: High, Medium, Low
- Integrates through the Model Context Protocol
Use cases of Jira MCP Server
- AI assistant creates bug tickets from conversation
- Developer asks Claude to log a task or story
- Show all Jira projects the user can access
- Automate issue creation without manual data entry
FAQ from Jira MCP Server
How do I get a Jira API token?
Log in to https://id.atlassian.com, go to Security → API tokens, click “Create API token”, name it, and copy the generated token.
What permissions does the Jira user need?
The user must have read access to the projects you want to list and create issue permissions for projects where you want to create tickets.
Why is the projects list empty?
Check that your Jira user can view the projects in JIRA_PROJECTS, that the project keys exist, and that your API token hasn’t expired.
Why do I get “You do not have permission to create issues in this project”?
Verify your Jira user has the “Create Issue” permission for that project. Try creating an issue manually with the same account to confirm.
Why do I get “Project X is not allowed” errors?
Ensure the project key is included in your JIRA_PROJECTS variable, spelled correctly, and matches your Jira project exactly (case‑sensitive).
More Version Control MCP servers
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
GitLab MCP Server
yoda-digitalProduction-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
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
Comments