Labsco
MahithChigurupati logo

Confluence MCP Server

โ˜… 3

from MahithChigurupati

Programmatically access and search Confluence spaces, pages, and content using its REST API.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

Confluence MCP Server

smithery badge

A FastMCP-based server that provides seamless integration with Confluence's REST API, enabling programmatic access to Confluence spaces, pages, and content search functionality.

Key Features

  • Space Management: List and filter Confluence spaces
  • Page Operations: Retrieve and manage page content
  • Search Functionality: Execute CQL (Confluence Query Language) searches
  • Space Navigation: List all pages within specific spaces
  • Authentication: Secure API token-based access

Integration with MCP Clients

Claude Desktop Configuration

{
  "mcpServers": {
    "confluence": {
      "command": "python path",
      "args": ["/path/to/Confluence-MCP-Server/confluence.py"]
    }
  }
}

Location: ~/.claude/claude_desktop_config.json (macOS/Linux) or %USERPROFILE%\.claude\config.json (Windows)

Cursor Configuration

{
  "mcpServers": {
    "confluence": {
      "command": "python path",
      "args": ["/path/to/Confluence-MCP-Server/confluence.py"]
    }
  }
}

use which python to find python path

use pwd inside cloned repository to get the path. Don't forget to add confluence.py in the end.

Location: ~/.cursor/mcp.json (macOS/Linux) or %USERPROFILE%\.cursor\config.json (Windows)

Error Handling

Common error codes and their meanings:

  • 401: Invalid API token or credentials
  • 403: Insufficient permissions
  • 404: Resource not found
  • 429: Rate limit exceeded

Support

For issues and feature requests, please create an issue in the repository's issue tracker.