Outline MCP Server
Related Servers
Alternatives to Outline MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseBqualityCmaintenanceA Model Context Protocol server that exposes an Outline knowledge base to MCP clients. It enables searching, reading, writing, and commenting on documents through natural language.9-
- AlicenseNot gradedqualityCmaintenanceMCP server that turns a self-hosted Outline wiki into an AI team's knowledge base, providing tools for search, read, write, and organization with per-user permissions via client-supplied API tokens.MIT
- AlicenseAqualityBmaintenanceEnables MCP clients such as Claude Desktop, Claude Code, and Cursor to search, read, create, update, organize, and archive documents in an Outline wiki, including collections and document trees. It runs locally over stdio with API-token authentication and can optionally allow reversible deletions.925 npmMIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Outline that gives Claude the ability to search and read documents from your Outline instance.MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server for interacting with Outline document management, supporting search, read, create, edit, archive documents, collections, comments, and backlinks.30MIT
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that enables AI agents to manage documents, collections, comments, and users in Outline through its API.336 npm120MIT
TDQS
Scored across 8 tools
Every tool has a clearly distinct purpose with no ambiguity: create, delete, get, list, search, and update operations target specific resources (documents or collections). The descriptions clearly differentiate each tool's function, making misselection unlikely.
All tool names follow a consistent 'outline_verb_noun' pattern with snake_case throughout. The verbs (create, delete, get, list, search, update) are consistently applied to nouns (document, collection), providing a predictable and readable naming convention.
With 8 tools, the server is well-scoped for managing documents and collections in Outline. Each tool earns its place by covering essential CRUD operations, listing, and search functionalities, avoiding both bloat and thin coverage.
The tool set provides complete CRUD/lifecycle coverage for the domain: create, get, update, and delete for documents, plus get and list for collections, along with search and filtered listing. There are no obvious gaps that would cause agent failures in document management workflows.