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 の両方のデプロイに対応しています。

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

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

クイックスタート

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 を追加すると、設定を現在のプロジェクトに限定できます。Autohand Code の現在のインストール方法と CLI の詳細については、Autohand Code を参照してください。

3. 使用を開始する

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

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

  • 「Confluence でオンボーディング資料を検索して」

  • 「ログイン問題のバグチケットを作成して」

  • 「PROJ-123 のステータスを Done に更ンして」

Related MCP server: MCP Atlassian Server

ドキュメンテーション

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

ドキュメンテーションは、LLM が簡単に利用できる llms.txt 形式 でも提供されています。

  • llms.txt — ドキュメンテーションのサイトマップ

  • llms-full.txt — 完全なドキュメンテーション

トピック

説明

インストール

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
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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
    Enables AI assistants to interact with Atlassian products (Confluence and Jira) through natural language, supporting both Cloud and Server/Data Center deployments. Allows searching, creating, and managing content across Jira issues and Confluence pages with flexible authentication options.
    Apache 2.0

View all related MCP servers

Related MCP Connectors

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/Nikel-san/AtlMCPforDC'

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