MCP Jira Integration
JIRA integration server for Model Context Protocol (MCP) - enables LLMs to interact with JIRA tasks and workflows
Overview
MCP Jira Integration is a project that connects Claude AI with Jira, allowing for automation and enhancement of project management tasks through the Model Context Protocol (MCP).
To use MCP Jira Integration, clone the repository, configure the necessary environment variables, and utilize the provided API to create and manage Jira issues.
- Jira issue creation and management via MCP protocol - API key-based authentication for secure access - Standardized request/response format for seamless AI interactions - Basic sprint tracking and project management capabilities
- Automating the creation and updating of Jira issues.
- Enhancing project tracking with AI assistance.
- Streamlining workflows by integrating AI with Jira tasks.
Add to your AI client
Use these steps to connect MCP Jira Integration in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-jira-warzuponus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-jira-warzuponus"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-jira-warzuponus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-jira-warzuponus"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-jira-warzuponus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-jira-warzuponus"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-jira-warzuponus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-jira-warzuponus"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-jira-warzuponus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-jira-warzuponus"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-jira-warzuponus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-jira-warzuponus"
]
}
}
}FAQ
What are the requirements to use this integration?
You need Python 3.8 or higher, a Jira account with an API token, and a valid MCP implementation.
Is there any specific setup needed?
Yes, you need to clone the repository and configure environment variables in a `.env` file.
Can I use this with any AI assistant?
Yes, as long as the AI assistant supports the MCP protocol.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":797,"uuid":"59737950-b578-45c6-9926-6ab0c85c2a0c","name":"mcp-jira","title":"MCP Jira Integration","description":"JIRA integration server for Model Context Protocol (MCP) - enables LLMs to interact with JIRA tasks and workflows","avatar_url":"https://avatars.githubusercontent.com/u/73248351?v=4","created_at":"2025-01-28T02:11:25.769Z","updated_at":"2025-02-23T07:03:56.143Z","status":"created","author_name":"Warzuponus","author_avatar_url":"https://avatars.githubusercontent.com/u/73248351?v=4","tags":"mcp,jira,integration,project-management,ai-assistant","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Warzuponus/mcp-jira","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]