ylchen07/atlassian-mcp
3.2
If you are the rightful owner of atlassian-mcp 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 Atlassian MCP server is a Go implementation of the Model Context Protocol, enabling AI copilots and other MCP-aware clients to automate Atlassian workflows.
Tools
Functions exposed to the LLM to take actions
jira.list_projects
Return the accessible Jira projects (cached for the session).
jira.search_issues
Run a JQL query and return issue summaries.
jira.create_issue
Create a new issue in the specified project.
confluence.list_spaces
List spaces available to the authenticated account.
confluence.search_pages
Execute CQL searches and return page summaries.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client