Overview
MCP Atlassian is a Model Context Protocol (MCP) server designed to facilitate interaction with Atlassian products, specifically Confluence and Jira, through a standardized interface.
To use MCP Atlassian, clone the repository, install the necessary dependencies, and configure your Atlassian credentials in a .env file. You can then start the server using npm or Docker.
- Tools for searching and retrieving content from Confluence. - Tools for managing and querying issues in Jira. - Support for both standard and Docker installations.
- Automating content retrieval from Confluence.
- Managing Jira issues programmatically.
- Integrating Atlassian tools with AI agents for enhanced productivity.
Add to your AI client
Use these steps to connect MCP Atlassian in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-atlassian-samwang0723": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-atlassian-samwang0723"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-atlassian-samwang0723": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-atlassian-samwang0723"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-atlassian-samwang0723": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-atlassian-samwang0723"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-atlassian-samwang0723": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-atlassian-samwang0723"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-atlassian-samwang0723": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-atlassian-samwang0723"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-atlassian-samwang0723": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-atlassian-samwang0723"
]
}
}
}FAQ
What are the prerequisites for using MCP Atlassian?
You need Node.js, npm or yarn, an Atlassian account with an API token, and optionally Docker for containerized deployment.
Is there a Docker installation option?
Yes! You can deploy MCP Atlassian using Docker for easier management.
How can I contribute to MCP Atlassian?
You can fork the repository, create a feature branch, and submit a pull request.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1721,"uuid":"a2481300-14f1-4713-bd99-099b374c85a3","name":"mcp-atlassian","title":"MCP Atlassian","description":"MCP server for Atlassian (Confluence & Jira)","avatar_url":"https://avatars.githubusercontent.com/u/538559?v=4","created_at":"$D2025-03-05T05:00:42.608Z","updated_at":"$D2025-03-12T10:20:29.502Z","status":"created","author_name":"samwang0723","author_avatar_url":"https://avatars.githubusercontent.com/u/538559?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/samwang0723/mcp-atlassian","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"2\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-06 20:39:40\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]