Confluence MCP Server
@pawankumar94
Confluence MCP Server について
Confluence MCP server providing API tools for Atlassian Confluence operations including page management, space handling, and content search with built-in rate limiting and error handling.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"confluence-mcp-server-pawankumar94": {
"command": "python",
"args": [
"example.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Confluence MCP Server?
A Model Context Protocol (MCP) server implementation for Atlassian Confluence. It provides a set of tools for interacting with Confluence through the MCP protocol, allowing AI agents to seamlessly work with Confluence content. Built with Flask for easy deployment to Cloud Run.
How to use Confluence MCP Server?
Clone the repository, install dependencies with pip install -r requirements.txt, create a .env file with CONFLUENCE_URL, CONFLUENCE_ACCESS_TOKEN, and optional PORT, then run python example.py to start the server locally at http://localhost:8080. For Cloud Run, build and push a Docker image, then deploy with gcloud run deploy.
Key features of Confluence MCP Server
- Search pages and spaces using Confluence Query Language (CQL)
- List all available Confluence spaces
- Create, read, update, and delete Confluence pages
- Rich metadata support for Confluence resources
- Flask-based server for Cloud Run deployment
- MCP tools for AI agent integration
Use cases of Confluence MCP Server
- An AI assistant searching Confluence documentation to answer user questions
- Automating page creation and updates across multiple spaces
- Retrieving and summarizing page content for knowledge management
- Integrating Confluence data into other MCP-compatible workflows
FAQ from Confluence MCP Server
What authentication does Confluence MCP Server require?
It requires a Confluence access token obtained from Atlassian Account Settings, configured via the CONFLUENCE_ACCESS_TOKEN environment variable.
How do I deploy Confluence MCP Server to Cloud Run?
Build the Docker image, tag and push it to Google Container Registry, then run gcloud run deploy with your Confluence URL and access token set as environment variables.
What transport does Confluence MCP Server use?
The server runs as a Flask web application, exposed over HTTP on port 8080 (configurable).
What happens when an error occurs?
All tools include proper error handling and return an error response in the format {"error": "error message"}.
Where is Confluence data stored?
Data is accessed live from your Atlassian Confluence instance using the provided URL and token; no data is stored locally by the server.
「メモリとナレッジ」の他のコンテンツ
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
コメント