๐ Wiki MCP Server
@MCP-Mirror
About ๐ Wiki MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"albertshao_wiki_mcp_server": {
"command": "docker",
"args": [
"build",
"-t",
"wiki-mcp-server",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ๐ Wiki MCP Server?
An MCP (Model Context Protocol) server implementation for managing Confluence wiki pages. It provides tools to create, update, delete, and search pages, with automatic selection of the correct Confluence knowledge base based on user queries. Built for developers and teams using Confluence who want to integrate AIโassisted page management through MCP-compatible clients.
How to use ๐ Wiki MCP Server?
Clone the repository, install dependencies with pip install -r requirements.txt, then run uvicorn wiki_mcp_server.server:app --host 0.0.0.0 --port 9999 --reload. Every request must include HTTP headers for authentication: user_name, alm_confluence_base_url, alm_confluence_api_token (and optionally wpb_confluence_base_url and wpb_confluence_api_token). Use the provided REST endpoints such as /create_page with a JSON body containing space_key, title, content, and user_query.
Key features of ๐ Wiki MCP Server
- Create new Confluence wiki pages.
- Update existing wiki pages.
- Delete wiki pages by identifier.
- Search wiki pages by keyword.
- Autoโselect knowledge base (e.g.,
alm,wpb) from query context.
Use cases of ๐ Wiki MCP Server
- Automate page creation in Confluence from AIโdriven workflows.
- Bulk update documentation by passing structured data to the server.
- Search across multiple Confluence instances using a naturalโlanguage query.
- Integrate Confluence page management into custom MCPโcompatible chatbots or assistants.
FAQ from ๐ Wiki MCP Server
What dependencies does ๐ Wiki MCP Server require?
Python 3.10 or higher, FastAPI, the MCP SDK, and the requests library. It also requires access to Confluence REST API endpoints and valid API tokens.
How does authentication work?
Authentication is handled via HTTP headers (user_name, alm_confluence_base_url, alm_confluence_api_token). Missing or invalid headers return a 400 error.
Where does data live?
All wiki page data resides in your Confluence instance. The server only mediates requests and does not store any Confluence data locally.
What transport protocol does the server use?
The server exposes REST endpoints (e.g., /create_page) over HTTP, making it usable by any MCP client that can send HTTP requests with JSON payloads.
Are there any known limits?
The README does not specify explicit limits. The server relies on Confluence API rate limits and the network connectivity of the client and Confluence instance.
Frequently asked questions
What dependencies does ๐ Wiki MCP Server require?
Python 3.10 or higher, FastAPI, the MCP SDK, and the `requests` library. It also requires access to Confluence REST API endpoints and valid API tokens.
How does authentication work?
Authentication is handled via HTTP headers (`user_name`, `alm_confluence_base_url`, `alm_confluence_api_token`). Missing or invalid headers return a 400 error.
Where does data live?
All wiki page data resides in your Confluence instance. The server only mediates requests and does not store any Confluence data locally.
What transport protocol does the server use?
The server exposes REST endpoints (e.g., `/create_page`) over HTTP, making it usable by any MCP client that can send HTTP requests with JSON payloads.
Are there any known limits?
The README does not specify explicit limits. The server relies on Confluence API rate limits and the network connectivity of the client and Confluence instance.
Basic information
More Memory & Knowledge MCP servers

ctxfile
ctxfileLocal-first MCP server that snapshots your project's working state into one context object. Open-core, privacy-first.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Comments