Information
                                    # MCP Atlassian Server (by phuc-nt)
issues, projects, users] Resources --> ConfRes[Confluence Resources
spaces, pages] Tools --> JiraTools[Jira Tools
create, update, transition] Tools --> ConfTools[Confluence Tools
create page, comment] \`\`\` ## Installation & Setup For detailed installation and setup instructions, please refer to our [installation guide for AI assistants](./llms-install.md). This guide is specially formatted for AI/LLM assistants like Cline to read and automatically set up the MCP Atlassian Server. > **Note for Cline users**: The installation guide (llms-install.md) is optimized for Cline AI to understand and execute. You can simply ask Cline to "Install MCP Atlassian Server (by phuc-nt)" and it will be able to parse the instructions and help you set up everything step-by-step. The guide includes: - Prerequisites and system requirements - Step-by-step setup for Node.js environments - Configuring Cline AI assistant to connect with Atlassian - Getting and setting up Atlassian API tokens - Security recommendations and best practices ### Installing via Smithery To install Atlassian Integration Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@phuc-nt/mcp-atlassian-server): \`\`\`bash npx -y @smithery/cli install @phuc-nt/mcp-atlassian-server --client claude \`\`\` ## Feature Overview MCP Atlassian Server enables AI assistants (like Cline, Claude Desktop, Cursor...) to access and manage Jira & Confluence with a full set of features, grouped for clarity: ### Jira - **Issue Management** - View, search, and filter issues - Create, update, transition, and assign issues - Add issues to backlog or sprint, rank issues - **Project Management** - View project list, project details, and project roles - **Board & Sprint Management** - View boards, board configuration, issues and sprints on boards - Create, start, and close sprints - **Filter Management** - View, create, update, and delete filters - **Dashboard & Gadget Management** - View dashboards and gadgets - Create and update dashboards - Add or remove gadgets on dashboards - **User Management** - View user details, assignable users, and users by project role ### Confluence - **Space Management** - View space list, space details, and pages in a space - **Page Management** - View, search, and get details of pages, child pages, ancestors, attachments, and version history - Create, update, rename, and delete pages - **Comment Management** - View, add, update, and delete comments on pages > For a full technical breakdown of all features, resources, and tools, see: > [docs/introduction/resources-and-tools.md](./docs/introduction/resources-and-tools.md) --- ## Request Flow \`\`\`mermaid sequenceDiagram participant User participant Cline as Cline AI participant MCP as MCP Server participant Atlassian as Atlassian API User->>Cline: "Find all my assigned issues" Cline->>MCP: Request jira://issues MCP->>Atlassian: API Request with Auth Atlassian->>MCP: JSON Response MCP->>Cline: Formatted MCP Resource Cline->>User: "I found these issues..." User->>Cline: "Create new issue about login bug" Cline->>MCP: Call createIssue Tool MCP->>Atlassian: POST /rest/api/3/issue Atlassian->>MCP: Created Issue Data MCP->>Cline: Success Response Cline->>User: "Created issue DEMO-123" \`\`\` ## Security Note - Your API token inherits all permissions of the user that created it - Never share your token with a non-trusted party - Be cautious when asking LLMs to analyze config files containing your token - See detailed security guidelines in [llms-install.md](./llms-install.md#security-warning-when-using-llms) ## Contribute & Support - Contribute by opening Pull Requests or Issues on GitHub. - Join the MCP/Cline community for additional support.
                            
   
issues, projects, users] Resources --> ConfRes[Confluence Resources
spaces, pages] Tools --> JiraTools[Jira Tools
create, update, transition] Tools --> ConfTools[Confluence Tools
create page, comment] \`\`\` ## Installation & Setup For detailed installation and setup instructions, please refer to our [installation guide for AI assistants](./llms-install.md). This guide is specially formatted for AI/LLM assistants like Cline to read and automatically set up the MCP Atlassian Server. > **Note for Cline users**: The installation guide (llms-install.md) is optimized for Cline AI to understand and execute. You can simply ask Cline to "Install MCP Atlassian Server (by phuc-nt)" and it will be able to parse the instructions and help you set up everything step-by-step. The guide includes: - Prerequisites and system requirements - Step-by-step setup for Node.js environments - Configuring Cline AI assistant to connect with Atlassian - Getting and setting up Atlassian API tokens - Security recommendations and best practices ### Installing via Smithery To install Atlassian Integration Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@phuc-nt/mcp-atlassian-server): \`\`\`bash npx -y @smithery/cli install @phuc-nt/mcp-atlassian-server --client claude \`\`\` ## Feature Overview MCP Atlassian Server enables AI assistants (like Cline, Claude Desktop, Cursor...) to access and manage Jira & Confluence with a full set of features, grouped for clarity: ### Jira - **Issue Management** - View, search, and filter issues - Create, update, transition, and assign issues - Add issues to backlog or sprint, rank issues - **Project Management** - View project list, project details, and project roles - **Board & Sprint Management** - View boards, board configuration, issues and sprints on boards - Create, start, and close sprints - **Filter Management** - View, create, update, and delete filters - **Dashboard & Gadget Management** - View dashboards and gadgets - Create and update dashboards - Add or remove gadgets on dashboards - **User Management** - View user details, assignable users, and users by project role ### Confluence - **Space Management** - View space list, space details, and pages in a space - **Page Management** - View, search, and get details of pages, child pages, ancestors, attachments, and version history - Create, update, rename, and delete pages - **Comment Management** - View, add, update, and delete comments on pages > For a full technical breakdown of all features, resources, and tools, see: > [docs/introduction/resources-and-tools.md](./docs/introduction/resources-and-tools.md) --- ## Request Flow \`\`\`mermaid sequenceDiagram participant User participant Cline as Cline AI participant MCP as MCP Server participant Atlassian as Atlassian API User->>Cline: "Find all my assigned issues" Cline->>MCP: Request jira://issues MCP->>Atlassian: API Request with Auth Atlassian->>MCP: JSON Response MCP->>Cline: Formatted MCP Resource Cline->>User: "I found these issues..." User->>Cline: "Create new issue about login bug" Cline->>MCP: Call createIssue Tool MCP->>Atlassian: POST /rest/api/3/issue Atlassian->>MCP: Created Issue Data MCP->>Cline: Success Response Cline->>User: "Created issue DEMO-123" \`\`\` ## Security Note - Your API token inherits all permissions of the user that created it - Never share your token with a non-trusted party - Be cautious when asking LLMs to analyze config files containing your token - See detailed security guidelines in [llms-install.md](./llms-install.md#security-warning-when-using-llms) ## Contribute & Support - Contribute by opening Pull Requests or Issues on GitHub. - Join the MCP/Cline community for additional support.
