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.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.