Atlassian MCP Server for Heroku
Provides a comprehensive integration with Atlassian services, enabling AI agents to manage both Jira project tracking and Confluence documentation pages.
Enables interaction with Confluence to search documentation using CQL, list spaces, and create or update content pages.
Provides tools for managing Jira issues, projects, and agile boards, including capabilities to search using JQL, create and update tickets, transition statuses, and handle sprints.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Atlassian MCP Server for HerokuFind all open bugs in project MYPROJ and summarize their status."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Atlassian MCP Server for Heroku
A Model Context Protocol (MCP) server for Jira and Confluence integration.
Features
Jira - Search issues, create/update tickets, manage sprints and boards
Confluence - Search and manage documentation pages
Heroku Native - Designed for Heroku deployment with MCP process support
Related MCP server: MCP Atlassian
Available Tools
Jira Tools
Tool | Description |
| Search using JQL |
| Get issue details |
| Create new issue |
| Update issue fields |
| Change issue status |
| Add comment to issue |
| List all projects |
| List agile boards |
| List sprints for a board |
Confluence Tools
Tool | Description |
| List all spaces |
| Get page content |
| Search with CQL |
| Create new page |
| Update page content |
Deployment
One-Click Deploy
Click the "Deploy to Heroku" button above.
Configure Credentials
heroku config:set ATLASSIAN_DOMAIN=your-company.atlassian.net
heroku config:set ATLASSIAN_EMAIL=your-email@company.com
heroku config:set ATLASSIAN_API_TOKEN=your-api-tokenGet your API token at https://id.atlassian.com/manage-profile/security/api-tokens
Register with Heroku AI
heroku addons:attach your-main-app::INFERENCE -a my-atlassian-mcpUsage
response = client.chat.completions.create(
model=os.getenv("INFERENCE_MODEL_ID"),
messages=[
{"role": "user", "content": "Find all open bugs in project MYPROJ"}
],
extra_body={
"heroku": {
"mcp_servers": ["mcp-atlassian"]
}
}
)License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to interact with Atlassian products (Confluence and Jira) for content management, issue tracking, and project management through a standardized interface.2,649 npm6MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI assistants to interact with Atlassian Jira and Confluence across Cloud and Server/Data Center environments. It supports tasks like searching and summarizing documentation, managing Jira issues, and creating content through natural language.MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for Atlassian Jira that enables AI assistants to manage issues, sprints, comments, and worklogs through natural language.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Atlassian Cloud (Confluence & Jira) with seamless OAuth 2.0 authentication. Enables AI agents to document work in Confluence, manage Jira issues, and understand project context.34 PyPI4MIT