outline-mcp
Rank #9,435io.github.ynishi/outline-mcp
Tree-structured knowledge base as an MCP server
outline-mcp is a Model Context Protocol (MCP) server published by ynishi. It ranks #9,435 of 115,591 servers tracked on MCP Toplist. outline-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Jul 4, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 106,156 of 115,591 servers on MCP Toplist.
Use outline-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add outline-mcp -- docker run -i --rm ghcr.io/ynishi/outline-mcp:0.13.0[mcp_servers.outline-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ynishi/outline-mcp:0.13.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"outline-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/outline-mcp:0.13.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"outline-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/outline-mcp:0.13.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"outline-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/outline-mcp:0.13.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"outline-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/outline-mcp:0.13.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"outline-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/outline-mcp:0.13.0"
]
}
}
}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.ynishi%2Foutline-mcp)<a href="https://mcptoplist.com/server/io.github.ynishi%2Foutline-mcp"><img src="https://mcptoplist.com/badge/io.github.ynishi%2Foutline-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ynishi
Other servers by ynishi
View all ynishi servers →Available versions (5)
| Version | Published |
|---|---|
| 0.13.0 | Aug 14, 2026 |
| 0.12.0 | Aug 14, 2026 |
| 0.11.1 | Jul 23, 2026 |
| 0.10.1 | Jul 5, 2026 |
| 0.10.0 | Jul 4, 2026 |
Frequently asked questions
- Who maintains outline-mcp?
- outline-mcp is maintained by ynishi, which publishes 5 MCP servers (26 total versions) tracked on MCP Toplist.
- Is outline-mcp listed on the Official MCP Registry?
- Yes — outline-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does outline-mcp have?
- MCP Toplist tracks 5 versions of outline-mcp, most recently published on Aug 14, 2026.
- Where can I find the source code for outline-mcp?
- The source code for outline-mcp is hosted at github.com/ynishi/outline-mcp.