Outline MCP Server
Rank #1,946io.github.Vortiago/mcp-outline
Connect AI assistants to Outline for document search, reading, and management
Outline MCP Server is a Model Context Protocol (MCP) server published by vortiago. It ranks #1,946 of 115,591 servers tracked on MCP Toplist, and its repository has 155 GitHub stars. Outline MCP Server is listed across 4 registries — Official MCP, mcp.so, Glama and PulseMCP, with 5 tracked versions. It was first listed on Mar 22, 2025 and most recently updated on Jun 23, 2026.
Ranks ahead of 113,645 of 115,591 servers on MCP Toplist.
Use Outline MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-outline -e "OUTLINE_API_KEY=<your OUTLINE_API_KEY>" -e "OUTLINE_API_URL=<your OUTLINE_API_URL>" -- uvx mcp-outlineReplace each placeholder with your own value before saving.
[mcp_servers.mcp-outline]
command = "uvx"
args = ["mcp-outline"]
[mcp_servers.mcp-outline.env]
OUTLINE_API_KEY = "<your OUTLINE_API_KEY>"
OUTLINE_API_URL = "<your OUTLINE_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-outline": {
"command": "uvx",
"args": [
"mcp-outline"
],
"env": {
"OUTLINE_API_KEY": "<your OUTLINE_API_KEY>",
"OUTLINE_API_URL": "<your OUTLINE_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-outline": {
"command": "uvx",
"args": [
"mcp-outline"
],
"env": {
"OUTLINE_API_KEY": "<your OUTLINE_API_KEY>",
"OUTLINE_API_URL": "<your OUTLINE_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-outline": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-outline"
],
"env": {
"OUTLINE_API_KEY": "<your OUTLINE_API_KEY>",
"OUTLINE_API_URL": "<your OUTLINE_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-outline": {
"command": "uvx",
"args": [
"mcp-outline"
],
"env": {
"OUTLINE_API_KEY": "<your OUTLINE_API_KEY>",
"OUTLINE_API_URL": "<your OUTLINE_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-outline": {
"command": "uvx",
"args": [
"mcp-outline"
],
"env": {
"OUTLINE_API_KEY": "<your OUTLINE_API_KEY>",
"OUTLINE_API_URL": "<your OUTLINE_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Vortiago%2Fmcp-outline)<a href="https://mcptoplist.com/server/io.github.Vortiago%2Fmcp-outline"><img src="https://mcptoplist.com/badge/io.github.Vortiago%2Fmcp-outline.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
vortiago
Other servers by vortiago
View all vortiago servers →Available versions (5)
| Version | Published |
|---|---|
| 1.10.0 | Jun 23, 2026 |
| 1.9.0 | Jun 11, 2026 |
| 1.8.0 | Mar 22, 2026 |
| 1.7.1 | Mar 5, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Outline MCP Server?
- Outline MCP Server is maintained by vortiago, which publishes 3 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Outline MCP Server listed on the Official MCP Registry?
- Yes — Outline MCP Server is listed on the Official MCP Registry, alongside mcp.so, Glama and PulseMCP.
- How many versions does Outline MCP Server have?
- MCP Toplist tracks 5 versions of Outline MCP Server, most recently published on Jun 23, 2026.
- Where can I find the source code for Outline MCP Server?
- The source code for Outline MCP Server is hosted at github.com/vortiago/mcp-outline.