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.
记忆与知识 分类下的更多 MCP 服务器
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin

Memory
modelcontextprotocolModel Context Protocol Servers
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
评论