Outline MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 482 installs a week from pypi. Last commit 19 Jul 2026.
Connect AI assistants to Outline for document search, reading, and management
Today is the operative word: we check Outline MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-outline -- uvx mcp-outline
{
"mcpServers": {
"mcp-outline": {
"args": [
"mcp-outline"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-outline]
command = "uvx"
args = ["mcp-outline"]
{
"mcpServers": {
"mcp-outline": {
"args": [
"mcp-outline"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-outline": {
"args": [
"mcp-outline"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
OUTLINE_API_KEY (Outline API key (Settings > API). Can also be set in ~/.config/mcp-outline/.env), OUTLINE_API_URL (Outline API URL for self-hosted instances).
The author declared them in the registry entry; get the values from the project itself.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Local-first document management and semantic search for AI coding agents
Read, render, search, and manage reMarkable documents through MCP
Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.
MCP server for Siglio. Lets an AI assistant send documents for e-signature by email or text.
MCP server for GroupDocs.Watermark — add and search document watermarks via AI agents.
MCP server for GroupDocs.Markdown — convert documents to Markdown via AI agents.
MCP server for GroupDocs.Metadata — read, search, write, and remove document metadata.
Answers built from our own checks of this server.