EasyBits MCP server
Persistent Linux microVMs for agents: root, internet, sub-second resume and a public URL.
7 stars97 downloads/wk
Reviews
Write oneNobody has reviewed EasyBits yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
EasyBits tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan3 source files scanned25/25
- Live reliabilityremote reachable in 201ms (auth required)20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityOAuth resource metadata advertised on 40115/15
- Maintenancelast push 0 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
What the publisher says
From the EasyBits repository's README, as published. We do not edit it. Read it on GitHub
EasyBits
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.
easybits.cloud
MCP Server
npx -y @easybits.cloud/mcpUn 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.
SDK
npm install @easybits.cloud/sdkGet your API key
- Sign up for a free EasyBits account
- Go to the Developer Dashboard → API Keys → Create Key
- Your key looks like ebsklive_... — copy it and store it safely. You won't see it again.
Use the key as a Bearer token (REST API), via EASYBITSAPIKEY env var (MCP), or in the SDK constructor. Full docs at easybits.cloud/docs.
AI Landing Generator
npm install @easybits.cloud/html-tailwind-generatorAI-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" });Features
- File management — upload, transform, optimize, soft-delete with trash retention
- Websites — deploy static sites to slug.easybits.cloud with custom domains
- Presentations — AI-generated reveal.js slides with 3D scenes, deploy to subdomain
- Landing pages v2 — AI-generated block-based pages with streaming SSE, stock photos, visual variants
- Landing pages v3 — free-form HTML canvas editor, Sonnet generation, Haiku refine, semantic color themes, code editor. Production-ready, exported as @easybits.cloud/html-tailwind-generator npm package — used by Denik
- Webhooks — real-time event notifications with HMAC signatures
- IAM — scoped API keys (READ, WRITE, DELETE, ADMIN), file-level sharing
Stack
React Router v7 · Prisma (MongoDB) · Stripe · Fly.io
Getting started
npx prisma generate
npm run devCommands
npm run dev # local dev server
npm run build # production build
npm run typecheck # TypeScript check
npm test # vitest
npm run e2e # Playwright e2e testsLicense
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.
Authors
Built by Bliss & Brenda at fixter.org
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http easybits https://www.easybits.cloud/api/mcp
EasyBits: common questions
- Is EasyBits MCP server safe?
- Yes, by our scan: it is graded A (96/100). Read the EasyBits safety report
- How do I install EasyBits?
- It runs remotely at www.easybits.cloud. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does EasyBits need an API key?
- No key to paste: it signs you in with OAuth when your client connects.
- Is EasyBits maintained?
- The last commit was in the last day (2026-09-19). The latest release is v0.3.5.
- Is EasyBits up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.