JiraMCP
Full Jira & Confluence CRUD
Documentation
Give AI Agents Full Control OverJira & Confluence
116 tools. 22 categories. One MCP server. Works with Claude Code, Cursor, and any MCP-compatible agent.
Terminal
$ claude mcp add jira -- npx -y @bodywave/jira-mcp
Added MCP server jira
$ claude
Discovered 116 tools from jira server
jira_search_issues, jira_create_issue, jira_get_sprint...
Claude> Show me all in-progress issues assigned to me
Using jira_search_issues with JQL: assignee = currentUser() AND status = "In Progress"
116
Tools
22
Categories
9
Source Files
8,313
Lines of TypeScript
Connect to Claude Desktop
Add the MCP server and start using 116 tools in seconds.
{
"mcpServers": {
"jira": {
"command": "npx",
"args": [
"-y",
"@bodywave/jira-mcp"
],
"env": {
"JIRA_URL": "https://your-domain.atlassian.net",
"JIRA_EMAIL": "[email protected]",
"JIRA_API_KEY": "your-api-token"
}
}
}
}
1
Get an API Token
Generate one at id.atlassian.com
2
Add the Config
Paste the JSON into your Claude Desktop config file or run the CLI command.
3
Start Using
Claude automatically discovers all 116 tools. Ask in natural language.
Or use the CLI: claude mcp add jira -- npx -y @bodywave/jira-mcp
How It Works
Three Steps to Full Jira Automation
From install to automation in seconds
No configuration files, no build steps, no API wrappers. Just one command and your AI agent has full Jira & Confluence access.
Install with one command
Add the MCP server to Claude Code or any MCP-compatible agent with a single command. No build step required.
Agent discovers 116 tools
The MCP protocol automatically exposes all available tools — issues, sprints, boards, Confluence pages, bulk operations, and more.
Ask in natural language
"Show me all in-progress issues assigned to me" — the agent selects the right tool, builds the JQL, and returns structured results.
Capabilities
Everything Your AI Agent Needs
Full CRUD operations, bulk actions, analytics, and multi-account support — all through the MCP protocol.
Full Jira CRUD
Issues, sprints, boards, projects, users, comments, and transitions. Complete lifecycle management.
Confluence Integration
Spaces, pages, search, comments, labels, attachments, and properties. Same credentials as Jira.
Bulk Operations
Transition, update, delete, move, label, and assign multiple issues at once — with verification.
Sprint Analytics
Sprint reports, velocity tracking, burndown charts. Data-driven insights for your team.
Multi-Account
Add, switch, and remove Jira accounts at runtime. Work across multiple Atlassian instances.
Rate Limiting
Exponential backoff with jitter, request queuing, and automatic retry. Built for reliability.
Tool Capabilities — 116 available tools
Every Jira and Confluence operation your AI agent needs. Click any tool to see its documentation.
jira_get_issue read
Get issue details
Issues Jira
jira_create_issue write
Create a new issue
Issues Jira
jira_update_issue write
Update an existing issue
Issues Jira
jira_delete_issue write
Delete an issue
Issues Jira
jira_search_issues read
Search with JQL
Issues Jira
jira_add_comment write
Add a comment to an issue
Issues Jira
jira_transition_issue write
Change issue status
Issues Jira
jira_get_comment read
Get a specific comment