Servers
Atlassian Confluence MCP Server
@aashari
Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP interface.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-atlassian-confluence": {
"command": "npx",
"args": [
"-y",
"@aashari/mcp-server-atlassian-confluence",
"get",
"--path",
"/wiki/api/v2/spaces"
]
}
}
}