junyeong-ai/mcp-atlassian
If you are the rightful owner of mcp-atlassian and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP Atlassian Server is a Rust-based server that integrates AI assistants with Atlassian Cloud services, specifically Jira and Confluence, using the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
jira_get_issue
Get detailed issue information
jira_search
Search issues using JQL
jira_create_issue
Create new issues
jira_update_issue
Update existing issues
jira_add_comment
Add comments to issues
jira_transition_issue
Change issue status
jira_get_transitions
Get available status transitions
confluence_search
Search pages using CQL (v1 API)
confluence_get_page
Get page content (v2 API)
confluence_get_page_children
List child pages (v2 API)
confluence_get_comments
Get page comments (v2 API)
confluence_create_page
Create new pages (v2 API)
confluence_update_page
Update existing pages (v2 API)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client