Confluence MCP ServerServer

minhoyooDEV
GitHub
ConfluenceAPIContent Management

Loading subscription status...

💡 Description

A Model Context Protocol server providing access to the Confluence API using personal access tokens, allowing users to retrieve space lists, view pages, create new pages, and update existing content.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Confluence MCP Server": {
        "env": {
          "PORT": "3000",
          "NODE_ENV": "development",
          "PROXY_PORT": "3001",
          "MCP_SERVER_URL": "http://localhost:3000",
          "CONFLUENCE_BASE_URL": "https://wiki.musinsa.com",
          "PERSONAL_ACCESS_TOKEN": "your_personal_access_token"
        },
        "args": [],
        "command": "bun run dev"
      }
    }
  ]
}

🛠️ Tools

Node.jsBun

Features

  • Provides RESTful API for Confluence
  • MCP protocol processing
  • Handles requests between clients and the Confluence API

💬 Example Queries

  • List all Confluence spaces
  • Get pages under a specific space
  • Retrieve information on a specific page by ID
  • Create a new Confluence page
  • Update an existing page in Confluence