Skip to main content
Glama

MCP Atlassian

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

Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Supports both Cloud and Server/Data Center deploiments.

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_PERSONAL_TOKENJIRA_USERNAME + JIRA_API_TOKEN の代わりに使用してくだサイ。詳細は 認証 を参照してくだサイ。

Autohand Code

Atlassian の認証情報を指定して、同じ uvx サーバーを使用してくだサイ:

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 に更新"

Related MCP server: MCP Atlassian Server

ドキュメント

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

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

  • lms.txt — ドキュメントのサイトマップ

  • lms-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
Not graded
quality - not tested
B
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

View all related MCP servers

Related MCP Connectors

  • Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.

  • Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

  • Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…

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/MaximSantalov/ai_agent_mcp_jira'

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