It's an MCP server... for Outline (the documentation platform!)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"outline-mcp-server": {
"command": "npx",
"args": [
"-y",
"mmmeff/outline-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add outline-mcp-server npx -y mmmeff/outline-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"outline-mcp-server": {
"command": "npx",
"args": [
"-y",
"mmmeff/outline-mcp-server"
]
}
}
}