Castor MCP Server
Rank #64,447com.moosejudge/castor-mcp
Castor for Confluence Data Center — MCP server bridging Confluence DC with AI agents
Castor MCP Server is a Model Context Protocol (MCP) server published by moosejudge. It ranks #64,447 of 132,113 servers tracked on MCP Toplist. Castor MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Sep 14, 2026 and most recently updated on Sep 14, 2026.
Ranks ahead of 67,666 of 132,113 servers on MCP Toplist.
Use Castor MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add castor-mcp -e "CONFLUENCE_URL=<your CONFLUENCE_URL>" -e "CONFLUENCE_USER_TOKEN=<your CONFLUENCE_USER_TOKEN>" -e "CONFLUENCE_ADMIN_TOKEN=<your CONFLUENCE_ADMIN_TOKEN>" -- npx -y castor-mcpReplace each placeholder with your own value before saving.
[mcp_servers.castor-mcp]
command = "npx"
args = ["-y", "castor-mcp"]
[mcp_servers.castor-mcp.env]
CONFLUENCE_URL = "<your CONFLUENCE_URL>"
CONFLUENCE_USER_TOKEN = "<your CONFLUENCE_USER_TOKEN>"
CONFLUENCE_ADMIN_TOKEN = "<your CONFLUENCE_ADMIN_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"castor-mcp": {
"command": "npx",
"args": [
"-y",
"castor-mcp"
],
"env": {
"CONFLUENCE_URL": "<your CONFLUENCE_URL>",
"CONFLUENCE_USER_TOKEN": "<your CONFLUENCE_USER_TOKEN>",
"CONFLUENCE_ADMIN_TOKEN": "<your CONFLUENCE_ADMIN_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"castor-mcp": {
"command": "npx",
"args": [
"-y",
"castor-mcp"
],
"env": {
"CONFLUENCE_URL": "<your CONFLUENCE_URL>",
"CONFLUENCE_USER_TOKEN": "<your CONFLUENCE_USER_TOKEN>",
"CONFLUENCE_ADMIN_TOKEN": "<your CONFLUENCE_ADMIN_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"castor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"castor-mcp"
],
"env": {
"CONFLUENCE_URL": "<your CONFLUENCE_URL>",
"CONFLUENCE_USER_TOKEN": "<your CONFLUENCE_USER_TOKEN>",
"CONFLUENCE_ADMIN_TOKEN": "<your CONFLUENCE_ADMIN_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"castor-mcp": {
"command": "npx",
"args": [
"-y",
"castor-mcp"
],
"env": {
"CONFLUENCE_URL": "<your CONFLUENCE_URL>",
"CONFLUENCE_USER_TOKEN": "<your CONFLUENCE_USER_TOKEN>",
"CONFLUENCE_ADMIN_TOKEN": "<your CONFLUENCE_ADMIN_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"castor-mcp": {
"command": "npx",
"args": [
"-y",
"castor-mcp"
],
"env": {
"CONFLUENCE_URL": "<your CONFLUENCE_URL>",
"CONFLUENCE_USER_TOKEN": "<your CONFLUENCE_USER_TOKEN>",
"CONFLUENCE_ADMIN_TOKEN": "<your CONFLUENCE_ADMIN_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.moosejudge%2Fcastor-mcp)<a href="https://mcptoplist.com/server/com.moosejudge%2Fcastor-mcp"><img src="https://mcptoplist.com/badge/com.moosejudge%2Fcastor-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
moosejudge
Other servers by moosejudge
View all moosejudge servers →Available versions (2)
| Version | Published |
|---|---|
| 0.6.2 | Sep 14, 2026 |
| 0.6.0 | Sep 14, 2026 |
Frequently asked questions
- Who maintains Castor MCP Server?
- Castor MCP Server is maintained by moosejudge, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Castor MCP Server listed on the Official MCP Registry?
- Yes — Castor MCP Server is listed on the Official MCP Registry.
- How many versions does Castor MCP Server have?
- MCP Toplist tracks 2 versions of Castor MCP Server, most recently published on Sep 14, 2026.
- Where can I find the source code for Castor MCP Server?
- The source code for Castor MCP Server is hosted at gitlab.com/moosejudge/castor-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.