Persistent Linux microVMs for agents: root, internet, sub-second resume and a public URL.
La nube para agentes de IA: sandboxes (microVMs Firecracker), web (buscar, leer, extraer), archivos, bases de datos SQL, documentos, hosting de apps y agentes en WhatsApp — desde un solo MCP, una REST API v2 y un SDK tipado. Precios en MXN, con plan gratuito.
npx -y @easybits.cloud/mcp
Un solo endpoint con todo el catálogo: sandboxes, web (buscar, leer, extraer), archivos, bases de datos SQL, documentos, video y hosting. El conteo vive en /api/tools.json, derivado del servidor — nunca escrito a mano.
npm install @easybits.cloud/sdk
eb_sk_live_... — copy it and store it safely. You won't see it again.Use the key as a Bearer token (REST API), via EASYBITS_API_KEY env var (MCP), or in the SDK constructor. Full docs at easybits.cloud/docs.
npm install @easybits.cloud/html-tailwind-generator
AI-powered landing page generator with Tailwind CSS — canvas editor, streaming generation (Claude), image enrichment (DALL-E / Pexels), one-click deploy. README →
import { EasyBits } from "@easybits.cloud/sdk";
const eb = new EasyBits({ apiKey: "eb_..." });
const file = await eb.files.upload({ name: "photo.jpg", contentType: "image/jpeg" });
slug.easybits.cloud with custom domains@easybits.cloud/html-tailwind-generator npm package — used by DenikReact Router v7 · Prisma (MongoDB) · Stripe · Fly.io
npx prisma generate
npm run dev
npm run dev # local dev server
npm run build # production build
npm run typecheck # TypeScript check
npm test # vitest
npm run e2e # Playwright e2e tests
This project is source-available under the PolyForm Noncommercial 1.0.0 license. You may use, study, and modify the code for non-commercial purposes only (personal projects, research, education). Commercial use requires explicit permission from the authors.
Built by Bliss & Brenda at fixter.org
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
npx -y @easybits.cloud/mcpMerge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.
{
"mcpServers": {
"cloud-easybits-easybits": {
"command": "npx",
"args": [
"-y",
"@easybits.cloud/mcp"
]
}
}
}Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.
Claude Desktop setup reference@easybits.cloud/mcpnpmEasyBits works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.