mcpbeat Sign in

Outline MCP Server

local only

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

Installs per day peak 491 · avg 128 · -28% w/w
a month agotoday
482
Installs / week
pypi · mcp-outline
155
Stars
5 open issues
19 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-outline -- uvx mcp-outline
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-outline": {
      "args": [
        "mcp-outline"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-outline]
command = "uvx"
args = ["mcp-outline"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-outline": {
      "args": [
        "mcp-outline"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Outline MCP Server

same job, measured the same way
Stellary Project Management MCP Server
by anymfah

Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.

answering
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only
reMarkable MCP Server
by sammorrowdrums

Read, render, search, and manage reMarkable documents through MCP

547 installs/wk local only
iCloud Drive Docs
by js713-lab

Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.

local only
C
Siglio MCP
by esigndev

MCP server for Siglio. Lets an AI assistant send documents for e-signature by email or text.

792 installs/wk local only
Groupdocs Watermark MCP
by groupdocs-watermark

MCP server for GroupDocs.Watermark — add and search document watermarks via AI agents.

local only
Groupdocs Markdown MCP
by groupdocs-markdown

MCP server for GroupDocs.Markdown — convert documents to Markdown via AI agents.

local only
Groupdocs Metadata MCP
by groupdocs-metadata

MCP server for GroupDocs.Metadata — read, search, write, and remove document metadata.

local only

Outline MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Outline MCP Server?
Outline MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-outline was installed 482 times last week.
How do I connect Outline MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-outline straight from pypi; nothing to host, nothing to sign up for.
How many people use Outline MCP Server?
The pypi package mcp-outline was installed 482 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Outline MCP Server open source?
Yes — it is published under the MIT licence, written in Python, 155 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.