Confluence MCP Server — Cursor
title: "Confluence MCP Server — Cursor" tags:
Projekt/Workspace
Unterprojekt/Tools
Typ/Guide
Bereich/Tech
Confluence MCP Server — Cursor
Lokaler MCP-Server für Cursor: Der Agent sucht und liest Seiten von Confluence Server / Data Center per Personal Access Token.
Das Schreiben von Seiten ist nicht implementiert. Cloud-Confluence (andere URL und Basic-Auth) wird von diesem Connector nicht unterstützt.
Repository: https://github.com/Stillfrozen/confluence-cursor-connector
Russische Schritt-für-Schritt-Installation: docs/INSTALL.ru.md
Funktionen
Tool | Zweck |
| Autorisierungsprüfung: Anzeigename / Benutzername |
| Bereiche, die dem aktuellen Benutzer zur Verfügung stehen |
| Suche per CQL, z. B. |
| Seite per |
Das Token lebt nur in ~/.cursor/mcp.json. Es gelangt nicht in Git.
Related MCP server: Confluence Node MCP Server
Schnellstart
git clone https://github.com/Stillfrozen/confluence-cursor-connector.git
cd confluence-cursor-connector
npm install
npm run buildPAT: Öffnen Sie in Confluence Ihr Profil → Settings → Personal Access Tokens → erstellen Sie ein Token.
In ~/.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 — die Wiki-Wurzel ohne /rest/api-Endung und ohne abschließenden Schrägstrich. Aus Kompatibilitätsgründen wird auch der Variablenname PAT akzeptiert.
MCP neu laden: Cursor → Settings → MCP. Der Indikator confluence sollte grün werden.
Überprüfung im Chat: „Zeig mir meine Bereiche in Confluence“ oder „Lies Seite 123456“.
Optional den Skill kopieren:
mkdir -p ~/.cursor/skills/confluence
cp skills/confluence/SKILL.md ~/.cursor/skills/confluence/SKILL.mdEinschränkungen
Nur Lesen. Seiten können über MCP nicht erstellt oder bearbeitet werden.
API — Confluence Server / Data Center (
/rest/api/...,Authorization: Bearer).get-pageliefert Storage-HTML, nicht Markdown. Der Agent mussac:-Makros selbst bereinigen.CQL ist durch die PAT-Berechtigungen eingeschränkt: Fremde Bereiche sind nicht sichtbar.
Entwicklung
npm install
npm run build
npm run start:stdioSmoke-Test einer Live-Instanz (liest confluence.env aus ~/.cursor/mcp.json):
node scripts/smoke-test.mjsLizenz
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