Jira Cloud
Freeby MCP Community
A Model Context Protocol (MCP) server for Jira Cloud integration. Enables AI assistants like GitHub Copilot and Claude to search issues, manage tickets, log wor
v4.2.1Added Apr 12, 2026
jiramcpmodel-context-protocolatlassiancopilot
Jira Cloud MCP Server
A Model Context Protocol (MCP) server for Jira Cloud integration. Enables AI assistants like GitHub Copilot and Claude to search issues, manage tickets, log wor
Installation
Reviews
Installation
Quick install
npx -y mcp-jira-cloud
Add to claude_desktop_config.json
{
"mcpServers": {
"jira-cloud": {
"command": "npx",
"args": ["-y", "mcp-jira-cloud"]
}
}
}