SlateHut for Claude Desktop
io.github.sandeep1995/form2web
AI website builder (Wix/Framer alt). SlateHut MCP over HTTP: tools, schemas. Bearer auth.
client:Claude Desktop
transport:streamable-http
Install SlateHut in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"form2web": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://slatehut.com/api/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