Jira MCP
Enables comprehensive management of Jira Cloud instances including issues (create, update, delete, search, transition, assign), sprints, projects, boards, comments, issue links, worklogs, users, custom fields, and audit logs with built-in safety features for destructive actions.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Jira MCPcreate a new bug ticket for the login page issue"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jira MCP
A Model Context Protocol (MCP) server for Jira Cloud. Enables AI assistants to manage issues, sprints, projects, and more.
Quick Start
npx @icy-r/jira-mcpRelated MCP server: Jira MCP Server
MCP Configuration
Add to your MCP client (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"jira": {
"command": "npx",
"args": ["-y", "@icy-r/jira-mcp"],
"env": {
"JIRA_BASE_URL": "https://your-domain.atlassian.net",
"JIRA_EMAIL": "your-email@example.com",
"JIRA_API_TOKEN": "your-api-token"
}
}
}
}Get your API token: Atlassian API Tokens
Environment Variables
Variable | Description | Required |
| Jira instance URL | Yes |
| Your Atlassian email | Yes |
| API token | Yes |
| Enable TOON format | No |
Tools
Tool | Actions |
| get, create, update, delete, search, transition, assign |
| list, get, get_statuses, get_versions, create_version |
| list, get, get_issues, get_active, create, update |
| list, get, get_config, get_issues, get_backlog |
| list, get, add, update, delete |
| get_link_types, list, create, remove |
| list, add, update, delete |
| get_current, get, search, get_assignable |
| list, list_custom, search, get_id |
| get_status, set_dry_run, get_session_log |
Search Presets
{ "action": "search", "preset": "my_sprint_issues" }Available: my_issues, current_sprint, my_sprint_issues, recently_updated, high_priority, due_soon
Safety Features
Destructive actions require confirmation:
{ "action": "delete", "issueKey": "PROJ-123", "confirm": true }Preview changes with dry-run:
{ "action": "update", "issueKey": "PROJ-123", "summary": "New title", "dryRun": true }Development
git clone https://github.com/icy-r/jira-mcp.git
cd jira-mcp
pnpm install
pnpm build
pnpm testLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Connect to Atlassian Jira, Confluence, Loom, and more to search, create, and manage your work.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Jira Cloud instances for comprehensive issue management including creating, updating, searching issues, managing comments, workflow transitions, and project metadata discovery. Supports JQL queries, user search, and custom field operations with secure API token authentication.121,598 npm8MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Jira Cloud by managing issues, comments, custom fields, and sprint tasks through a standardized interface. Supports issue creation, updates, team activity tracking, and progress reporting.1179 npmApache 2.0
- AlicenseAqualityNot gradedmaintenanceEnables AI assistants to interact with Atlassian Jira Cloud, allowing users to manage projects, issues, comments, and workflows through natural language commands.679 npm3-
- AlicenseBqualityCmaintenanceEnables AI agents to manage Jira projects and issues using natural language, including creating, updating, searching issues, managing sprints, and more via the Jira API.3679 npm1MIT