Content
## Confluence MCP Server Sample
This repository is a sample implementation of the Model Context Protocol (MCP) server. It implements an MCP server that retrieves/creates Confluence pages using the Confluence API.
## Setup
```bash
npm install
```
## Build
```bash
npm run build
# or
npm run watch
```
## Generate client code from OpenAPI spec
```bash
npm run generate:client
```
## Debug
After building, you can specify the script with an absolute path to execute it.
Example for Claude Desktop:
```json
{
"mcpServers": {
"confluence-mcp-server": {
"command": "/path/to/confluence-mcp-server/dist/index.js",
"env": {
"ATLASSIAN_API_TOKEN": "<YOUR_API_TOKEN>",
"CONFLUENCE_URL": "https://<YOUR_DOMAIN>.atlassian.net/wiki/api/v2",
"CONFLUENCE_EMAIL": "<YOUR_EMAIL>"
}
}
}
}
```
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
Train-in-Silence
The first Task-Aware MCP server and automated VRAM calculator for LLM...
notion-local-ops-mcp
Use Notion AI with your local files, shell, and fallback local agents.
rustchain-mcp
MCP server for RustChain blockchain and BoTTube video platform — AI agent...