Confluence Communication Server MCP Server
by MCP-Mirror
This is a TypeScript-based MCP server that provides tools to interact with Confluence. It allows executing CQL queries to search pages and retrieving the content of Confluence pages.
Last updated: N/A
What is Confluence Communication Server MCP Server?
This is a MCP server built with TypeScript that provides tools to interact with Confluence. It allows you to search for pages using CQL queries and retrieve the content of specific pages.
How to use Confluence Communication Server MCP Server?
To use this server with Claude Desktop, add the provided server configuration to the claude_desktop_config.json
file. Ensure you set the CONFLUENCE_URL
, CONFLUENCE_API_MAIL
, and CONFLUENCE_API_KEY
environment variables with your Confluence instance details and API credentials. You can then use the execute_cql_search
and get_page_content
tools.
Key features of Confluence Communication Server MCP Server
Execute CQL queries to search Confluence pages
Retrieve the content of Confluence pages
Built with TypeScript
MCP compatible
Use cases of Confluence Communication Server MCP Server
Searching for specific information within a Confluence instance
Automating content retrieval from Confluence pages
Integrating Confluence data into other applications
Building custom Confluence workflows
FAQ from Confluence Communication Server MCP Server
How do I install the dependencies?
How do I install the dependencies?
Run npm install
in the project directory.
How do I build the server?
How do I build the server?
Run npm run build
in the project directory.
How do I run the server in development mode with auto-rebuild?
How do I run the server in development mode with auto-rebuild?
Run npm run watch
in the project directory.
How do I debug the MCP server?
How do I debug the MCP server?
Use the MCP Inspector by running npm run inspector
.
Where do I find my Confluence API key?
Where do I find my Confluence API key?
You can generate an API key at https://id.atlassian.com/manage-profile/security/api-tokens