MCP 大纲服务器
一个模型上下文协议 (MCP) 服务器,使 AI 助手能够与 Outline 进行交互 ( https://www.getoutline.com )
概述
该项目实现了一个模型上下文协议 (MCP) 服务器,允许 AI 助手(如 Claude)与 Outline 文档服务进行交互,在自然语言交互和 Outline 的文档管理功能之间架起一座桥梁。
特征
目前已实施:
文档搜索:按关键字搜索文档
收藏管理:列出收藏并查看文档结构
文档阅读:阅读文档内容,导出为markdown
评论管理:查看和添加文档评论
文档创建:在集合中创建新文档
文档编辑:更新文档内容和移动文档
反向链接管理:查看链接到特定文档的文档
入门
先决条件
Python 3.10+
具有 API 访问权限的概要帐户
Outline API 密钥(从您的 Outline 帐户设置中获取)
安装
配置
在项目根目录中创建一个.env
文件,其中包含以下变量:
运行服务器
使用示例
搜索文档
列表集合
阅读文档
创建新文档
添加评论
移动文档
贡献
欢迎贡献代码!欢迎提交 Pull 请求。
发展
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
致谢
使用MCP Python SDK构建
使用Outline API进行文档管理
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.
Tools
模型上下文协议服务器,使像 Claude 这样的 AI 助手能够与 Outline 文档服务进行交互,支持文档搜索、阅读、创建、编辑和评论管理。
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.Last updated -03
- AsecurityFlicenseAqualityA Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.Last updated -121841
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants like Claude to access and search Atlassian Confluence content, allowing integration with your organization's knowledge base.Last updated -785027
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Confluence content, supporting operations like retrieving, searching, creating, and updating pages and spaces.Last updated -98MIT License