MCP Server
MCP
Confluence Cloud
MCP server for Confluence Cloud — page editing, navigation, and content management
Install
npx -y @aaronsb/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@aaronsb/confluence-cloud-mcp",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Confluence API token (generate at https://id.atlassian.com/manage/api-tokens)",
"isRequired": true,
"isSecret": true,
"name": "CONFLUENCE_API_TOKEN"
},
{
"description": "Atlassian account email address",
"isRequired": true,
"name": "CONFLUENCE_EMAIL"
},
{
"description": "Confluence instance URL (e.g., https://your-team.atlassian.net)",
"isRequired": true,
"name": "CONFLUENCE_HOST"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment