What is MCP Atlassian Server?
MCP Atlassian Server is a Model Context Protocol (MCP) server that connects AI agents like Cline, Claude Desktop, or Cursor to Atlassian Jira and Confluence, allowing them to query data and perform actions through a standardized interface.
How to use MCP Atlassian Server?
To use the MCP Atlassian Server, install it via the Cline Marketplace or follow the installation guide for AI assistants. You can interact with it by asking your AI agent to perform tasks related to Jira and Confluence.
Key features of MCP Atlassian Server?
- Connects AI agents to Atlassian Jira and Confluence.
- Supports both read-only resources and action tools.
- Easy integration with Cline through MCP Marketplace.
- Local-first design for personal development environments.
- Optimized for use with Cline AI assistant.
Use cases of MCP Atlassian Server?
- Create and manage tasks in Jira.
- Summarize project information and issues.
- Create and update documentation in Confluence.
- Analyze and report on project metrics.
FAQ from MCP Atlassian Server?
- Can I use this server with any AI agent?
While optimized for Cline, it follows the MCP standard and can work with other compatible clients.
- Is there a guide for installation?
Yes, detailed installation instructions are available in the installation guide for AI assistants.
- What permissions are required?
Ensure the configured Atlassian account has access to the projects and spaces you want to interact with.
Server Config
{
"mcpServers": {
"phuc-nt/mcp-atlassian-server": {
"disabled": false,
"timeout": 60,
"command": "node",
"args": [
"/full/path/to/mcp-atlassian-server/dist/index.js"
],
"env": {
"ATLASSIAN_SITE_NAME": "your-site.atlassian.net",
"ATLASSIAN_USER_EMAIL": "your-email@example.com",
"ATLASSIAN_API_TOKEN": "your-api-token"
},
"transportType": "stdio"
}
}
}