atlassian-mcp
Provides integration with the Atlassian ecosystem, enabling management of Jira projects, issues, sprints, and Confluence content directly from AI workflows.
Enables discovery and management of Confluence spaces, searching pages with CQL, retrieving page content, and creating new pages with optional parent pages.
Allows interaction with Jira, including fetching user profiles, listing projects, searching issues with JQL, creating issues, and managing agile boards and sprints.
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., "@atlassian-mcpcreate a sprint for the mobile app team"
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.
π Atlassian FastMCP Server π οΈ
Welcome to the Atlassian FastMCP Server! π This project is a blazingly fast, lightweight Model Context Protocol (MCP) server that seamlessly integrates Atlassian tools like Jira and Confluence directly into your AI workflows! π€β¨
π― What does this do?
This MCP server provides a set of highly useful tools that allow AI agents to manage your Atlassian ecosystem effortlessly. From fetching current profiles to creating sprints and generating tickets, this server brings agile management straight to your fingertips! ποΈπ»
π οΈ Available Tools
π Jira Management
get_current_userπ€: Fetch the profile of the currently authenticated Jira/Atlassian user.get_projectsποΈ: Get a beautiful list of all Jira projects in your workspace.search_issuesπ: Run powerful JQL (Jira Query Language) queries to find exactly the tickets you need!create_issueβ: Quickly spin up new tasks, stories, or bugs directly in a specified project!
πββοΈ Agile & Sprint Operations (NEW! π)
get_boardsπ: Fetch agile boards (with optional filtering by project key) to find where your sprints live!create_sprintπ: Generate a brand new Sprint for your team's board, complete with custom goals! π₯update_sprintπ: Manage your sprint's lifecycle! Start an active sprint with start/end dates, or close out a finished one! π
π Confluence Knowledge Base
get_confluence_spacesπ: Discover all the knowledge spaces available in your Confluence instance.search_confluenceπ΅οΈββοΈ: Use CQL (Confluence Query Language) to find documents, meeting notes, and specs.get_confluence_pageπ: Pull the rich content (body storage) of any specific Confluence page by its ID!create_confluence_pageβοΈ: Create brand new Confluence pages directly from your AI (supports parent pages)!
Related MCP server: Jira & Confluence MCP Server
π Setup & Authentication ποΈ
To get this bad boy running, you need to provide your Jira credentials. The server loads your credentials directly from a .env file (which is safely ignored by Git! π€«).
Create a
.envfile in the root of the project.Add your credentials:
JIRA_EMAIL=your.email@example.com JIRA_API_TOKEN=your_atlassian_api_token ATLASSIAN_URL=https://your-domain.atlassian.net ATLASSIAN_READ_ONLY=false
π How to get your Atlassian API Key:
Go to your Atlassian Account Security page.
Click Create API token.
Give it a memorable label (e.g., "FastMCP Server").
Copy the token and paste it into your
.envfile!
π Running the Server
Make sure you have your dependencies installed:
pip install -r requirements.txtThen, fire up the server! π₯
python server.pyThe server will start up and listen on standard input/output (stdio) for fast, secure MCP communication! π
βοΈ MCP Client Configuration π
To use this server with your favorite MCP client (like Claude Desktop, Cursor, or Antigravity), simply add it to your client's configuration file (e.g., mcp_config.json or claude_desktop_config.json):
{
"mcpServers": {
"atlassian-mcp": {
"command": "python",
"args": [
"/absolute/path/to/atlassian-mcp/server.py"
]
}
}
}Note: Make sure to replace /absolute/path/to/ with the actual path where you cloned this repository! πΊοΈ
π€ Contributing & Updates
Want to add more Jira magic? π§ββοΈ Feel free to fork, update server.py, and run the included update_config.py scripts to sync your fresh tools!
Happy building! π·ββοΈπ
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceEnables AI agents to manage Jira projects and issues using natural language, including creating, updating, searching issues, managing sprints, and more via the Jira API.36651MIT
- AlicenseBqualityCmaintenanceEnables AI assistants to interact with Jira and Confluence via natural language, supporting 37 Jira tools and 16 Confluence tools.53MIT
- Alicense-qualityDmaintenanceEnables AI agents to manage Jira Cloud projects with full CRUD operations, bulk actions, sprint and release management, and issue linking using natural language.MIT
- Alicense-qualityDmaintenanceEnables AI agents to manage Jira issues and Confluence pages via natural language, including creating, updating, searching, and uploading file attachments using API token authentication.631MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Connect your team's living knowledge base β docs, data, issues, CRM β to Claude and ChatGPT.
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/imdeepthakkar/atlassian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server