Loading MCP server directory, please wait...
Castor for Confluence Data Center — MCP server bridging Confluence DC with AI agents
npx @getmcp/cli add com.moosejudge/castor-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CONFLUENCE_URLBase URL of the Confluence Data Center instance
CONFLUENCE_USER_TOKENPersonal Access Token for standard operations
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.moosejudge/castor-mcp": {
"command": "npx",
"args": [
"-y",
"castor-mcp"
],
"env": {
"CONFLUENCE_URL": "",
"CONFLUENCE_USER_TOKEN": "",
"CONFLUENCE_ADMIN_TOKEN": ""
}
}
}
}