Atlassian MCP Server

Atlassian MCP Server

Enterprise-grade MCP server providing 102 production-ready tools for Jira, Confluence, and Bitbucket, enabling AI agents to manage issues, pages, repositories, and more via natural language.

Category
Visit Server

README

Atlassian MCP Server

Tests Python 3.11+ License: MIT MCP AWS SAM

Model Context Protocol (MCP) server for Atlassian tools (Jira, Confluence, and Bitbucket).

Enterprise-grade MCP server providing 102 production-ready tools for Jira, Confluence, and Bitbucket

  • ✨ Works with Amazon Q Developer, Claude, Cursor, and more
  • 🚀 Deploy locally or to AWS Lambda
  • 🔒 Enterprise security built-in
  • 🎫 Ticket Support Agent with 6 specialized tools

Quick Links

Quick Start

Local Development:

pip install -r mcp_server/requirements.txt
cp config.template.yaml config.yaml
# Edit config.yaml with your credentials
python mcp_server/main.py

Configuration Examples:

Cloud:

deployment_type: cloud
cloud:
  atlassian_base_url: https://yourcompany.atlassian.net
  atlassian_username: your-email@company.com
  atlassian_api_token: your-token
  bitbucket_workspace: your-workspace
  bitbucket_api_token: your-token

Data Center:

deployment_type: datacenter
datacenter:
  jira_base_url: https://jira.company.com
  jira_pat_token: your-token
  confluence_base_url: https://wiki.company.com
  confluence_pat_token: your-token
  bitbucket_base_url: https://git.company.com
  bitbucket_pat_token: your-token
  bitbucket_project: PROJECT_KEY

AWS Deployment:

cp config.template.yaml config.yaml
# Edit config.yaml with your credentials
python deploy.py

Features

  • Jira (31 tools): Issues, comments, transitions, attachments, attachment upload, users, worklogs, labels, issue linking, advanced search, priority management, agile boards, sprints, user permissions
  • Confluence (31 tools): Pages, spaces, comments, attachments, search, users, user lookup by userkey, labels, page history, permissions, page copying, user content, recent content, version restore, search by author/label, page hierarchy (move, children, descendants, ancestors), CQL search
  • Bitbucket (34 tools): Repositories, pull requests, commits, branches, diffs, file search, reviewers, branch management, PR activity, default reviewers, author filtering, change requests, branch restrictions, build status, webhooks
  • Ticket Support Agent (6 tools): Open ticket triage, template validation, assignee suggestions, team workload analysis, expertise JQL construction, troubleshooting doc lookup
  • Flexible Credentials: Configure only the services you need
  • Dual Platform: Supports both Cloud and Data Center deployments
  • AWS Ready: Deploy as Lambda function with API Gateway

Prerequisites

Local Development:

  • Python 3.11+
  • Atlassian account (Cloud or Data Center)
  • API tokens for services you want to use

AWS Deployment (optional):

Generate Tokens:

  • Cloud: https://id.atlassian.com/manage-profile/security/api-tokens
  • Bitbucket Cloud: https://bitbucket.org/account/settings/app-passwords/
  • Data Center: Profile → Personal Access Tokens

Configuration

AWS Deployment

  1. Copy the template:
cp config.template.yaml config.yaml
  1. Edit config.yaml with your credentials:

For Cloud:

deployment_type: cloud
cloud:
  atlassian_base_url: https://yourcompany.atlassian.net
  atlassian_username: your-email@company.com
  atlassian_api_token: your-token
  bitbucket_workspace: your-workspace  # optional
  bitbucket_api_token: your-token      # optional

For Data Center:

deployment_type: datacenter
datacenter:
  jira_base_url: https://jira.company.com
  jira_pat_token: your-token
  confluence_base_url: https://wiki.company.com
  confluence_pat_token: your-token
  bitbucket_base_url: https://git.company.com
  bitbucket_pat_token: your-token
  bitbucket_project: PROJECT_KEY
  1. Deploy:
python deploy.py

Local Development

For local development, use config.yaml (same format as AWS deployment):

cp config.template.yaml config.yaml
# Edit config.yaml with your credentials and optional ticket support agent config
python mcp_server/main.py

Note: The server loads configuration from config.yaml automatically. Environment variables can be used as an alternative if config.yaml is not present, but using config.yaml is the recommended approach for consistency with AWS deployment.

Platform Detection: The server automatically detects whether to use Cloud or Data Center APIs in this order:

  1. DEPLOYMENT_TYPE environment variable (cloud or datacenter)
  2. deployment_type field in config.yaml
  3. Presence of Data Center credentials (PAT tokens)
  4. Defaults to Cloud if none of the above

AI Agent Integration

Integrate with popular AI agents and development tools:

Amazon Q Developer:

{
  "mcpServers": {
    "atlassian-mcp": {
      "command": "python",
      "args": ["/absolute/path/to/mcp_server/main.py"],
      "env": {
        "ATLASSIAN_BASE_URL": "https://yourcompany.atlassian.net",
        "ATLASSIAN_USERNAME": "your-email@company.com",
        "ATLASSIAN_API_TOKEN": "your-token"
      }
    }
  }
}

Also supports: Claude Desktop, Cline (VS Code), Cursor, Continue, Zed Editor

See AGENT_INTEGRATION.md for complete setup instructions.

AWS Deployment

  1. Configure credentials:
cp config.template.yaml config.yaml
# Edit config.yaml with your Atlassian credentials
  1. Deploy:
python deploy.py

The script will:

  • Build the SAM application
  • Deploy to AWS with your credentials
  • Display the MCP API URL

See DEPLOYMENT_GUIDE.md for detailed instructions.

Testing

Unit Tests:

pip install -r requirements-dev.txt
pytest tests/unit/

Integration Tests:

Cloud (tests with real credentials):

python tests/cloud/test_all_cloud_tools.py

Data Center (tests with real credentials):

python tests/datacenter/test_all_dc_tools.py

Common/Agent tools (tests with real credentials):

python tests/common/test_all_common_tools.py

Test Features:

  • Comprehensive unit test coverage
  • Integration tests for core workflows
  • Verbose output showing results

Monitoring

CloudWatch integration with:

  • Structured JSON logging
  • Custom metrics (tool usage, duration)
  • Automatic alarms (errors, throttles, slow responses)
  • Dashboard for visualization

See MONITORING.md for setup and configuration.

Documentation

API Documentation

Security

  • IAM authentication for same-account access
  • Rate limiting (100 req/sec, 200 burst)
  • Encrypted credentials in Lambda environment variables
  • HTTPS-only traffic
  • config.yaml gitignored (credentials not in version control)

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured