@easybits.cloud/mcp
OfficialProvides image enrichment by sourcing stock photos from Pexels for generated content.
Provides AI-generated presentation creation and deployment using reveal.js.
Enables AI-powered landing page generation and styling with Tailwind CSS.
Allows deploying AI agents to WhatsApp through the EasyBits platform.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@easybits.cloud/mcpcreate a sandbox and run a python script that fetches a URL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
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.
Related MCP server: Relay
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
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.
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.cloudwith custom domainsPresentations — 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-generatornpm package — used by DenikWebhooks — 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Let AI agents query data and act across all your business apps via MCP.
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
Discover and call 10,000+ production APIs from one MCP server. Pay-per-call billing for AI agents.
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with E2b's tools and services through a standardized MCP interface, allowing AI agents to use E2b capabilities.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to register, send/receive email, store encrypted credentials, emit audit events, and query behavioral trust scores via MCP tools.33MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to access unified development tools including code generation, documentation synchronization, test case rendering, and architecture graph queries through a single MCP server.-