Jira & Confluence MCP Server
Provides tools for managing Confluence spaces, pages, labels, search, page hierarchy, and comments via the Confluence REST API v2.
Provides tools for managing Jira projects, issues, workflows, comments, users, boards, sprints, worklogs, watchers, and issue links via the Jira REST API v3 and Agile API.
Click on "Install 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 & Confluence MCP ServerShow me all open issues in project PROJ"
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 & Confluence MCP Server
An MCP (Model Context Protocol) server that lets AI assistants interact with Jira and Confluence via natural language. Works with Claude, GitHub Copilot, and any MCP-compatible client.
Quick Start (Recommended)
Install via uvx (no clone needed)
# 1. Get your Atlassian API token at:
# https://id.atlassian.com/manage-profile/security/api-tokens
# 2. Add to your MCP client config:{
"mcpServers": {
"atlassian-mcp": {
"type": "local",
"command": "uvx",
"args": ["atlassian-mcp"],
"env": {
"ATLASSIAN_URL": "https://your-domain.atlassian.net",
"ATLASSIAN_EMAIL": "your-email@example.com",
"ATLASSIAN_API_TOKEN": "your-api-token"
}
}
}
}That's it — uvx automatically downloads and runs the package in an isolated environment.
uvxnot installed? Run:pip install uvor see uv installation docs.
Related MCP server: Jira Cloud MCP Server
MCP Client Config Locations
Client | Config file |
GitHub Copilot CLI |
|
Claude Desktop (macOS) |
|
Claude Desktop (Windows) |
|
Claude Desktop (Linux) |
|
Features
Jira Tools (37 tools)
Category | Tools |
Projects |
|
Issues |
|
Workflow |
|
Comments |
|
Assignment |
|
Users |
|
Boards |
|
Sprints |
|
Metadata |
|
Worklogs |
|
Watchers |
|
Links |
|
Confluence Tools (16 tools)
Category | Tools |
Spaces |
|
Pages |
|
Labels |
|
Search |
|
Hierarchy |
|
Comments |
|
Alternative: Run from Source
git clone https://github.com/halim-23/jira-mcp-server.git
cd jira-mcp-server
pip install -r requirements.txt
cp .env.example .env
# Edit .env with your credentials
python3 main.pyThen point your MCP client to:
{
"mcpServers": {
"atlassian-mcp": {
"type": "local",
"command": "python3",
"args": ["atlassian-mcp"],
}
}
}Environment Variables
Variable | Description |
| Your Atlassian base URL, e.g. |
| Your Atlassian account email |
| API token from id.atlassian.com |
All three variables are required. They can be set in a .env file (for local dev) or passed via the env block in your MCP client config (recommended for uvx usage).
Example Usage
Once configured, ask your AI assistant:
"Show me all open issues in project MYPROJ"
"Create a bug ticket: Login page throws 500 error on Safari"
"Move PROJ-42 to In Progress and assign it to me"
"Log 2 hours on PROJ-42 with comment 'code review'"
"Show the active sprint on board 123"
"Search Confluence for pages about deployment"
"Create a Confluence page in space ENG titled 'API Design Guidelines'"
Technical Notes
This server targets Jira Cloud and Confluence Cloud REST APIs:
Jira:
REST API v3(/rest/api/3/) + Agile API (/rest/agile/1.0/)Confluence:
REST API v2(/wiki/api/v2/) with v1 fallback for CQL searchSearch uses
POST /rest/api/3/search/jql(the current Jira Cloud search endpoint)All API calls are async via
httpx
Contributing
See CONTRIBUTING.md for guidelines on reporting bugs, requesting features, and submitting pull requests.
License
MIT — see LICENSE.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables AI assistants to interact with Atlassian Cloud APIs for Confluence and Jira, supporting document management, search, issue tracking, and sprint operations through natural language.2MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage Jira Cloud projects, issues, sprints, and more through a curated set of 62 tools covering the full lifecycle of stories, epics, bugs, and sprints.GPL 3.0
- Alicense-qualityBmaintenanceEnables AI assistants to interact with Atlassian Jira via API token authentication, with 46 optimized tools across modular architecture for CRUD, agile, dashboard, and search operations.1171MIT
- Alicense-qualityDmaintenanceEnables AI agents to interact with Jira Cloud and Confluence through natural language, performing JQL searches, issue management, and Confluence page creation.71MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/halim-23/jira-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server