Skip to main content
Glama

MCP Atlassian

PyPI Version PyPI - Downloads PePy - Total Downloads Run Tests License Docs

Atlassian製品(ConfluenceおよびJira)向けのModel Context Protocol(MCP)サーバーです。CloudとServer/Data Centerの両方のデプロイメントをサポートします。

プログレッシブフォークプロファイル

このフォークは、アップストリームの直接的なAtlassian MCPサーフェスを維持し、MCP_PROFILE=progressive によって制御されるローカルのプログレッシブプロファイルを追加します。プログレッシブモードでは、サーバーは完全な直接ツールサーフェスの代わりに、jira_discoverjira_capability_schemajira_execute_readjira_execute_write_guarded などのディスカバリ/スキーマ/実行ラッパーのみを公開します。

アップストリームの sooperset/mcp-atlassian には現在このプログレッシブレイヤーが含まれていないため、アップストリームの更新は選択的に調整する必要があります。アップストリームを盲目的にマージすると、プログレッシブパッケージやテストが削除される可能性があります。FORK_WORKFLOW.md を参照してください。

https://github.com/user-attachments/assets/35303504-14c6-4ae4-913b-7c25ea511c3e

https://github.com/user-attachments/assets/7fe9c488-ad0c-4876-9b54-120b666bb785

Related MCP server: MCP Atlassian

クイックスタート

1. APIトークンを取得

https://id.atlassian.com/manage-profile/security/api-tokens にアクセスしてトークンを作成してください。

Server/Data Centerの場合は、代わりにPersonal Access Tokenを使用してください。認証を参照してください。

2. IDEを設定

Claude DesktopまたはCursorのMCP設定に追加します:

{
  "mcpServers": {
    "mcp-atlassian": {
      "command": "uvx",
      "args": ["mcp-atlassian"],
      "env": {
        "JIRA_URL": "https://your-company.atlassian.net",
        "JIRA_USERNAME": "your.email@company.com",
        "JIRA_API_TOKEN": "your_api_token",
        "CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
        "CONFLUENCE_USERNAME": "your.email@company.com",
        "CONFLUENCE_API_TOKEN": "your_api_token"
      }
    }
  }
}

Server/Data Centerユーザー: JIRA_USERNAME + JIRA_API_TOKEN の代わりに JIRA_PERSONAL_TOKEN を使用してください。詳細は認証を参照してください。

Autohand Code

同じ uvx サーバーをAtlassianの認証情報で使用します:

autohand mcp add mcp-atlassian env \
  JIRA_URL=https://your-company.atlassian.net \
  JIRA_USERNAME=your.email@company.com \
  JIRA_API_TOKEN=your_api_token \
  CONFLUENCE_URL=https://your-company.atlassian.net/wiki \
  CONFLUENCE_USERNAME=your.email@company.com \
  CONFLUENCE_API_TOKEN=your_api_token \
  uvx mcp-atlassian

add の後に --scope project を追加すると、設定を現在の プロジェクトに保持できます。現在のインストールとCLIの詳細については、Autohand Codeを参照してください。

3. 使用を開始

AIアシスタントに次のように依頼します:

  • "PROJプロジェクトで自分に割り当てられた課題を検索"

  • "オンボーディングドキュメントをConfluenceで検索"

  • "ログイン問題のバグチケットを作成"

  • "PROJ-123のステータスをDoneに更新"

ドキュメント

完全なドキュメントは mcp-atlassian.soomiles.com で入手できます。

ドキュメントは llms.txt形式 でも提供されており、LLMが簡単に利用できます:

トピック

説明

インストール

uvx、Docker、pip、ソースから

認証

APIトークン、PAT、OAuth 2.0

設定

IDEセットアップ、環境変数

HTTPトランスポート

SSE、streamable-http、マルチユーザー

ツールリファレンス

すべてのJiraおよびConfluenceツール

トラブルシューティング

一般的な問題とデバッグ

互換性

製品

デプロイメント

サポート

Confluence

Cloud

完全サポート

Confluence

Server/Data Center

サポート (v6.0+)

Jira

Cloud

完全サポート

Jira

Server/Data Center

サポート (v8.14+)

主要ツール

Jira

Confluence

jira_search - JQLで検索

confluence_search - CQLで検索

jira_get_issue - 課題の詳細を取得

confluence_get_page - ページコンテンツを取得

jira_create_issue - 課題を作成

confluence_create_page - ページを作成

jira_update_issue - 課題を更新

confluence_update_page - ページを更新

jira_transition_issue - ステータスを変更

confluence_add_comment - コメントを追加

合計98ツール — 完全なリストはツールリファレンスを参照してください。

セキュリティ

APIトークンを共有しないでください。.env ファイルを安全に保管してください。SECURITY.mdを参照してください。

コントリビューション

開発環境のセットアップについてはCONTRIBUTING.mdを参照してください。

ライセンス

MIT - LICENSEを参照してください。Atlassian公式製品ではありません。

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An 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
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that integrates with Jira and Confluence to enable AI-powered issue management, content search, and document creation. It supports both Cloud and on-premise deployments, allowing users to automate workspace tasks through natural language.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • An MCP server that integrates with Discord to provide AI-powered features.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/matutezam/atlassian-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server