Jira MCP Server
The most complete open source Model Context Protocol (MCP) server for Jira & Atlassian. Connect any MCP-compatible AI client to your Jira instance in seconds — manage issues, sprints, comments, transitions, users, and Confluence pages without leaving your AI assistant.
{
"mcpServers": {
"jira": {
"command": "npx",
"args": ["-y", "raalarcon-jira-mcp-server"],
"env": {
"JIRA_HOST": "https://your-domain.atlassian.net",
"JIRA_EMAIL": "your-email@example.com",
"JIRA_API_TOKEN": "your-api-token"
}
}
}
}Compatible AI Clients
| Client | Supported |
|---|---|
| Claude Desktop | ✅ |
| Claude Code | ✅ |
| Cursor | ✅ |
| Windsurf | ✅ |
| Cline | ✅ |
| Continue | ✅ |
| Any MCP-compatible client | ✅ |
Find This Server On
- MCP Market — MCP server marketplace
- MCP Servers — Awesome MCP Servers directory
- Claude Marketplaces — Claude plugins & MCP directory
- npm —
npx raalarcon-jira-mcp-server
Features
- ✅ Project Management: List projects and issue types
- ✅ Issue CRUD: Create, read, update and delete issues
- ✅ Comments: Create, read, update and delete comments with enhanced pagination
- ✅ Transitions: Move issues between states
- ✅ Assignments: Assign issues to users
- ✅ User Management: Search and manage users
- ✅ Sprint Management: Complete agile sprint lifecycle management
- ✅ Wiki Integration: Access Confluence pages by URL identifier with HTML to text conversion
- ✅ Rich Text Support: Markdown to ADF conversion for formatted descriptions and comments
- ✅ Validation: Yup schema validation
- ✅ Authentication: Full Jira Cloud support
- ✅ Optimized Responses: Token-efficient field filtering
- ✅ Type Safety: Full TypeScript support






