HomeOther › Outline MCP Server

Outline MCP Server

Connect AI assistants to Outline for document search, reading, and management

Python
★ 155 stars Last pushed 2026-08-05 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.10.1)

uvx mcp-outline

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-outline": {
      "command": "uvx",
      "args": [
        "mcp-outline"
      ],
      "env": {
        "OUTLINE_API_KEY": "<YOUR_VALUE>",
        "OUTLINE_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • OUTLINE_API_KEY secret — Outline API key (Settings > API). Can also be set in ~/.config/mcp-outline/.env
  • OUTLINE_API_URL — Outline API URL for self-hosted instances

Related servers

Data from the Official MCP Registry