Skip to content
Claude Desktop

selvo for Claude Desktop

io.github.selvoapp/selvo

Help center for SaaS teams. 14-tool MCP server for articles, collections, and search.

client:Claude Desktop transport:streamable-http

Install selvo in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "selvo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.selvo.co/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

selvo in other clients