MCP Outline Server
@Vortiago
关于 MCP Outline Server
A Model Context Protocol (MCP) server enabling AI assistants to interact with Outline documentation services.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-outline": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
".[dev]"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Outline Server?
An MCP server that enables AI assistants (like Claude) to interact with Outline document services, bridging natural language and Outline's document management capabilities.
How to use MCP Outline Server?
Install with Python 3.10+, configure with an Outline API key and optional API URL in a .env file, then run via mcp dev, start_server.sh, or install in Claude Desktop.
Key features of MCP Outline Server
- Search documents by keywords
- List collections and view document structure
- Read document content and export as markdown
- View and add comments on documents
- Create, edit, and move documents
- View backlinks to a document
Use cases of MCP Outline Server
- Searching a knowledge base for specific topics
- Browsing document collections and their structure
- Reading and summarizing document content
- Creating new documents from AI-generated drafts
- Adding contextual comments to existing documents
FAQ from MCP Outline Server
What are the prerequisites?
Python 3.10+, an Outline account with API access, and an Outline API key from your account settings.
Does it support self-hosted Outline?
Yes, you can set OUTLINE_API_URL to your own instance (e.g., https://your-outline-instance.example.com/api).
How do I configure the server?
Create a .env file with OUTLINE_API_KEY (required) and optionally OUTLINE_API_URL (defaults to cloud-hosted Outline).
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论