atlassian-mcp-server
An open-source Model Context Protocol (MCP) server for Atlassian Jira and Confluence Cloud, enabling LLMs to search, read, write, and manage issues and pages.
README
Atlassian MCP Server
<a href="https://glama.ai/mcp/servers/@tingyiy/atlassian-mcp-server"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@tingyiy/atlassian-mcp-server/badge" /> </a>
A Model Context Protocol (MCP) server that provides powerful tools for interacting with Atlassian Jira and Confluence Cloud. Built with Python and the mcp SDK.
This server enables LLM agents (like Claude Desktop) to:
- Jira: Search for issues using JQL, view issue details, add comments, transition issues, and create/update issues (with rich text support).
- Confluence: Search space content, view pages, create new pages (including nested pages), and edit pages (with auto-versioning).
Features
Jira Tools
list_jira_issues: Search and list issues using JQL (Jira Query Language).read_jira_issue: Retrieve full details of a specific issue.jira_create_issue: Create new issues (Support for Projects, Issue Types, and ADF Descriptions).jira_update_issue: Update issue summary and description.jira_add_comment: Add comments to issues.jira_get_comments: Retrieve all comments on an issue.jira_download_attachment: Download an attachment (image/document) by its ID.jira_transition_issue: Move issues through their workflow (e.g., To Do -> Done).
Confluence Tools
list_confluence_pages: List pages within a specific space.view_confluence_page: Retrieve page content and metadata.confluence_create_page: Create new pages, optionally nested under a parent page.edit_confluence_page: Update page content (Automatically handles version increments).- Note: Includes guidance for handling Mermaid diagrams via the Mermaid Diagrams plugin.
confluence_delete_page: Delete a Confluence page.confluence_search: Perform advanced searches using CQL (Confluence Query Language).confluence_get_comments: Retrieve all comments on a page.
Prerequisites
- Python: Version 3.10+ (Tested with 3.14.2)
- Atlassian Account: An Atlassian account with an API Token.
Setup
-
Clone and Install:
git clone https://github.com/tingyiy/atlassian-mcp-server.git cd atlassian-mcp-server pip install -r requirements.txt -
Configuration: Create a
.envfile in the project root with your credentials:ATLASSIAN_USERNAME=your_email@example.com ATLASSIAN_API_KEY=your_api_token JIRA_URL=https://your-domain.atlassian.net/rest/api/3 CONFLUENCE_URL=https://your-domain.atlassian.net/wiki CONFLUENCE_SPACE_KEY=your_default_space_keyNote:
JIRA_URLmust point to the/rest/api/3endpoint. -
Run the Server:
python server.py
Usage
This MCP server can be used with any MCP-compliant client, including IDEs (like Cursor, VS Code) and desktop agents (like Claude Desktop).
Generic Configuration
Most MCP clients require the command to run the server and the environment variables.
- Command:
python /abs/path/to/atlassian-mcp-server/server.py - Environment: All variables from
.envmust be passed to the process.
Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"atlassian": {
"command": "/path/to/python",
"args": [
"/path/to/atlassian-mcp-server/server.py"
],
"env": {
"ATLASSIAN_USERNAME": "your_email@example.com",
"ATLASSIAN_API_KEY": "your_api_token",
"JIRA_URL": "https://your-domain.atlassian.net/rest/api/3",
"CONFLUENCE_URL": "https://your-domain.atlassian.net/wiki",
"CONFLUENCE_SPACE_KEY": "DS"
}
}
}
}
Cursor
To use with Cursor (via the .cursor/mcp.json or settings):
{
"mcpServers": {
"namd": "atlassian",
"command": "python3",
"args": ["/path/to/atlassian-mcp-server/server.py"],
"env": {
"ATLASSIAN_USERNAME": "your_email@example.com",
"ATLASSIAN_API_KEY": "your_api_token",
"JIRA_URL": "https://your-domain.atlassian.net/rest/api/3",
"CONFLUENCE_URL": "https://your-domain.atlassian.net/wiki"
}
}
}
Note: Ensure the python environment has the required dependencies installed.
Confluence Tips: Mermaid Diagrams
The MCP tools cannot render Mermaid diagrams programmatically because the standard plugin stores source code internally. To reference a diagram, provide the Mermaid source in a code block and ask the user to manually render it in the Confluence UI.
Example Agent Output for a Diagram: "I've added the following code block to the page. Please select it in the editor and convert it to a Mermaid diagram:"
<ac:structured-macro ac:name="code" ac:schema-version="1">
<ac:parameter ac:name="language">text</ac:parameter>
<ac:plain-text-body><![CDATA[graph TD; A-->B;]]></ac:plain-text-body>
</ac:structured-macro>
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
License
Distributed under the MIT License. See LICENSE for more information.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。