Jira Context MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor
Overview
Jira Context MCP is a Model Context Protocol implementation for Jira that enables AI coding agents like Cursor to interact with Jira tickets, providing detailed information and automation capabilities.
To use Jira Context MCP, set up the server by installing the necessary dependencies, configuring your Jira API details, and connecting it with Cursor to fetch and manage Jira tickets.
- Fetch issue details from Jira tickets using their links. - Retrieve all tickets assigned to you within a specified Jira project. - Filter Jira issues based on specific types and direct Cursor to resolve them. - Seamless integration with Jira's API for enhanced automation.
- Automating the retrieval of assigned Jira issues for developers.
- Filtering and fixing bugs in a project using AI assistance.
- Tracking recent changes in Jira tickets to stay updated on project status.
Add to your AI client
Use these steps to connect Jira Context MCP 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": {
"jira-context-mcp-rahulthedevil": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jira-context-mcp-rahulthedevil"
]
}
}
}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": {
"jira-context-mcp-rahulthedevil": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jira-context-mcp-rahulthedevil"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"jira-context-mcp-rahulthedevil": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jira-context-mcp-rahulthedevil"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"jira-context-mcp-rahulthedevil": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jira-context-mcp-rahulthedevil"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jira-context-mcp-rahulthedevil": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jira-context-mcp-rahulthedevil"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"jira-context-mcp-rahulthedevil": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jira-context-mcp-rahulthedevil"
]
}
}
}FAQ
**Can I use Jira Context MCP without a Jira account?**
No, a Jira account with API access is required to use this tool.
**Is there a cost associated with using Jira Context MCP?**
Jira Context MCP is free to use, but you need a Jira account which may have its own costs.
**What programming language is used in this project?**
The project is developed in TypeScript.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2005,"uuid":"0f069ace-bf44-4bb2-a141-df93546dd960","name":"Jira-Context-MCP","title":"Jira Context MCP","description":"MCP server to provide Jira Tickets information to AI coding agents like Cursor","avatar_url":"https://avatars.githubusercontent.com/u/47867691?v=4","created_at":"2025-03-05T07:50:51.513Z","updated_at":"2025-03-12T10:18:21.039Z","status":"created","author_name":"rahulthedevil","author_avatar_url":"https://avatars.githubusercontent.com/u/47867691?v=4","tags":"jira,mcp,cursor,automation","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/rahulthedevil/Jira-Context-MCP","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/rahulthedevil/Jira-Context-MCP/actions/workflows/codeql.yml/badge.svg","type":null,"metadata":"{\"star\":\"2\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-02-25 18:25:09\"}","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"}]]}]