Confluence MCP Server — Cursor
title: "Confluence MCP Server — Cursor" tags:
プロジェクト/workspace
サブプロジェクト/tools
タイプ/guide
領域/tech
Confluence MCP Server — Cursor
Cursor用のローカルMCPサーバー: エージェントがPersonal Access Tokenを使用してConfluence Server / Data Centerのページを検索・読み取りします。
ページの書き込みは未実装です。クラウド版Confluence Cloud(別のURLとBasic認証)はこのコネクタではサポートされません。
リポジトリ: https://github.com/Stillfrozen/confluence-cursor-connector
ロシア語のステップバイステップインストール: docs/INSTALL.ru.md
できること
Tool | 説明 |
| 認証確認: display name / username |
| 現在のユーザーがアクセスできるスペース |
| CQLによる検索、例: |
|
|
トークンは ~/.cursor/mcp.json 内でのみ保持されます。git には含まれません。
Related MCP server: Confluence Node MCP Server
クイックスタート
git clone https://github.com/Stillfrozen/confluence-cursor-connector.git
cd confluence-cursor-connector
npm install
npm run buildPAT: Confluenceでプロフィールを開き → Settings → Personal Access Tokens → トークンを作成します。
~/.cursor/mcp.json 内:
{
"mcpServers": {
"confluence": {
"command": "node",
"args": ["/absolute/path/to/confluence-cursor-connector/dist/stdio-entry.js"],
"env": {
"CONFLUENCE_BASE_URL": "https://wiki.example.com",
"CONFLUENCE_PAT": "your-personal-access-token"
}
}
}
}CONFLUENCE_BASE_URL — ウィキのルートで、末尾の /rest/api なし、最後のスラッシュもなし。互換性のため、環境変数名 PAT も受け付けます。
MCPをリロード: Cursor → Settings → MCP。confluence インジケーターが緑色になればOKです。
チャットで確認: 「Confluenceで自分のスペースを表示して」または「ページ123456を読んで」。
オプションでスキルをコピー:
mkdir -p ~/.cursor/skills/confluence
cp skills/confluence/SKILL.md ~/.cursor/skills/confluence/SKILL.md制限事項
読み取り専用。MCP経由でページを作成・編集することはできません。
API — Confluence Server / Data Center (
/rest/api/...,Authorization: Bearer)。get-pageは storage HTML を返し、Markdown ではありません。エージェントはac:マクロを自分で除去する必要があります。CQL は PAT の権限に制限されます: 他のユーザーのスペースは表示されません。
開発
npm install
npm run build
npm run start:stdio実インスタンスのスモークテスト(~/.cursor/mcp.json から confluence.env を読み取ります):
node scripts/smoke-test.mjsライセンス
MIT
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceEnables VSCode/Cursor to integrate with Confluence Wiki, allowing AI models to access and process wiki content by fetching pages and converting them to Markdown format.6MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to create, update, delete, and search Confluence pages directly through natural language commands in Cursor, with support for space management and page history.172
- FlicenseAqualityDmaintenanceEnables reading and analyzing Confluence documentation content through the Confluence REST API. Supports extracting and converting text, tables, code blocks, and images from Confluence pages for Q\&A and analysis.6
- FlicenseNot gradedqualityDmaintenanceProvides tools for AI agents to interact with Atlassian Confluence, enabling search, space listing, and CRUD operations on pages via natural language.6
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Securely search and manage workspace context files for AI agents and teams.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Stillfrozen/confluence-cursor-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server