Agent-first hosting: create apps, commit code, deploy, get HTTPS URLs. OAuth sign-in, no tokens.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Claude Code plugin for xhost β deploy static sites and dynamic applications. Push code, get HTTPS URLs.
Installing the plugin registers both the xhost skill and the remote MCP server (https://mcp.xhostd.com/mcp/).
After installing, reload plugins in your current session:
Run /mcp, select xhost, and choose Authenticate. Your browser opens for Google sign-in β no token needed.
Just use /xhost β it handles everything:
Or invoke it explicitly:
The single /xhost skill handles account setup, app creation, deploys, previews, and status checks. Claude figures out what you need from context.
install.sh + launch.sh)install.sh + launch.sh)Dockerfile that you writehttps://docs.xhostd.com/guides holds one complete recipe for each shape of app: every file, the exact calls, and the failure modes of that shape. Read the recipe for your shape before you write the code. The plugin carries the same recipes offline, under plugins/xhost/skills/xhost/references/.
/xhost or the API)install.sh (install the dependencies) then launch.sh (start the app on $XHOST_HTTP_PORT)A Docker app runs the CMD in your Dockerfile in place of the two scripts. A static site needs no script, because nginx serves the committed files.
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/xhost)<a href="https://allmcps.com/mcp/xhost"><img src="https://allmcps.com/api/badge/xhost?style=directory" alt="Xhost on AllMCPs" /></a>