Drop your site.
Upload a ZIP, get a shareable link.
Drop here or click to browse
ZIP · index.html required · 5MB max
Deploy via API & AgentsGet API Key
// Add to mcp_config.json
{
"mcpServers": {
"airtifact": {
"command": "npx",
"args": ["-y", "@airtifact/mcp"],
"env": {
"STATIC_WEBSITE_UPLOADER_URL": "https://airtifact.page",
"STATIC_WEBSITE_UPLOADER_AUTH_TOKEN": "YOUR_API_AUTH_TOKEN"
}
}
}
}