Provides document search and content retrieval functionality for Confluence, enabling access to page content, metadata, and search capabilities across Confluence workspaces.
Confluence MCP Server
基于 Model Context Protocol (MCP) 的 Confluence 文档访问服务,提供文档搜索和内容获取功能。
功能特性
- 文档搜索
- 支持标题和全文搜索
- 限制返回结果数量
- 返回匹配内容片段和文档基本信息
- 文档内容获取
- 获取完整的页面内容
- 包含元数据(标题、空间信息、版本等)
- 创建和修改信息
- 页面标签
快速开始
环境配置
创建 .env
文件配置 Confluence 访问信息:
安装依赖
运行服务
MCP 接口说明
Tools (工具)
- search_confluence
- get_confluence_page
Resources (资源)
- confluence://pages/{page_id}
- 通过页面ID直接获取页面内容和元数据
- 返回 JSON 格式数据
- confluence://search/{query}
- 通过关键词直接搜索内容
- 返回 JSON 格式的搜索结果
错误处理
所有接口在出错时返回统一格式:
使用示例
- 搜索文档
- 获取页面内容
- 使用资源URI
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
An MCP server that enables searching and retrieving content from Confluence documentation systems, providing capabilities for both document searches and full page content retrieval.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables semantic search and retrieval of documentation using a vector database (Qdrant). This server allows you to add documentation from URLs or local files and then search through them using natural language queries.Last updated -1474JavaScriptApache 2.0
- -securityFlicense-qualityAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated -Python
- AsecurityAlicenseAqualityA documentation server based on MCP protocol designed for various development frameworks that provides multi-threaded document crawling, local document loading, keyword searching, and document detail retrieval.Last updated -237JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that scrapes, indexes, and searches documentation for third-party software libraries and packages, supporting versioning and hybrid search.Last updated -231129TypeScriptMIT License