OutSlide for Claude Desktop
io.github.miha1744/outslide
Creative workspace. Public MCP: outline previews for Codex and Claude Code; media in the web app.
client:Claude Desktop
transport:streamable-http
tools:1
Install OutSlide in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"outslide": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://outslide.ai/api/x402/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs