Confluence Mcp Server
@7nohe
About Confluence Mcp Server
Confluence APIを使用したMCP Serverのサンプル実装です。
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 Confluence Mcp Server?
It is a sample Model Context Protocol (MCP) server implementation that uses the Confluence API to retrieve and create Confluence pages. It is intended for developers building MCP-based integrations with Confluence.
How to use Confluence Mcp Server?
Install dependencies with npm install, then build the project with npm run build (or npm run watch for development). After build, configure your MCP client (e.g., Claude Desktop) with the absolute path to dist/index.js and set the required environment variables: ATLASSIAN_API_TOKEN, CONFLUENCE_URL, and CONFLUENCE_EMAIL.
Key features of Confluence Mcp Server
- Fetches Confluence pages via the Confluence API.
- Creates new Confluence pages.
- Full MCP server implementation.
- Client code generation from OpenAPI spec.
Use cases of Confluence Mcp Server
—
FAQ from Confluence Mcp Server
What environment variables are required?
The server requires ATLASSIAN_API_TOKEN, CONFLUENCE_URL (e.g., https://<your-domain>.atlassian.net/wiki/api/v2), and CONFLUENCE_EMAIL.
How do I build and run the server?
Run npm install to install dependencies, then npm run build to compile the TypeScript code. The output script is at dist/index.js.
How do I configure it for Claude Desktop?
Add an entry to Claude Desktop’s mcpServers configuration with the absolute path to the built script and the required environment variables as shown in the README example.
What operations does the server support?
It uses the Confluence API to get existing Confluence pages and create new pages.
What runtime or dependencies are needed?
The server requires Node.js and npm. It also relies on a valid Confluence API token and email for authentication.
Frequently asked questions
What environment variables are required?
The server requires `ATLASSIAN_API_TOKEN`, `CONFLUENCE_URL` (e.g., `https://<your-domain>.atlassian.net/wiki/api/v2`), and `CONFLUENCE_EMAIL`.
How do I build and run the server?
Run `npm install` to install dependencies, then `npm run build` to compile the TypeScript code. The output script is at `dist/index.js`.
How do I configure it for Claude Desktop?
Add an entry to Claude Desktop’s `mcpServers` configuration with the absolute path to the built script and the required environment variables as shown in the README example.
What operations does the server support?
It uses the Confluence API to get existing Confluence pages and create new pages.
What runtime or dependencies are needed?
The server requires Node.js and npm. It also relies on a valid Confluence API token and email for authentication.
Basic information
More Memory & Knowledge MCP servers
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.

PLUR
plur-aiAI agents start every session with amnesia — you re-explain the project, repeat your preferences, and correct the same mistakes over and over. PLUR gives them a memory that persists. Your agent's corrections, preference

ctxfile
ctxfileLocal-first MCP server that snapshots your project's working state into one context object. Open-core, privacy-first.
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Comments