AgentRamp for Claude Desktop
io.github.rexcraig/agentramp
Auto-generate a hosted MCP server from any SaaS product URL in minutes. No code required.
client:Claude Desktop
transport:streamable-http
Install AgentRamp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentramp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.agentramp.io/mcp/{slug}"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs