Overview
MCP Jira Server is a project management tool designed to help teams track and manage their projects efficiently using the Jira platform.
To use MCP Jira Server, install it on your server and configure it to connect with your Jira instance. You can then create, manage, and track issues and projects through its user-friendly interface.
- Integration with Jira for seamless project management - Customizable workflows to fit team needs - Real-time collaboration tools for team members
- Managing software development projects
- Tracking bug reports and feature requests
- Collaborating on project timelines and deliverables
Add to your AI client
Use these steps to connect mcp-jira-server 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-tools-5amfung": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-tools-5amfung"
]
}
}
}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-tools-5amfung": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-tools-5amfung"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-tools-5amfung": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-tools-5amfung"
]
}
}
}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-tools-5amfung": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-tools-5amfung"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-tools-5amfung": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-tools-5amfung"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-tools-5amfung": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-tools-5amfung"
]
}
}
}FAQ
Can MCP Jira Server be used with any version of Jira?
Yes! MCP Jira Server is compatible with various versions of Jira.
Is there a cost associated with using MCP Jira Server?
The cost may vary based on the server setup and user licenses required.
How can I get support for MCP Jira Server?
Support can be accessed through the GitHub repository or community forums.