Skip to main content
ClaudeWave

files api: https://www.easybits.cloud

MCP ServersRegistry oficial7 estrellas1 forksTypeScriptNOASSERTIONActualizado today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Mature repo (>1y old)
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/11/2026
Install in Claude Code / Claude Desktop
Method: NPX · @easybits.cloud/mcp
Claude Code CLI
claude mcp add easybits -- npx -y @easybits.cloud/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "easybits": {
      "command": "npx",
      "args": ["-y", "@easybits.cloud/mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# 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](https://www.easybits.cloud)

## MCP Server

```bash
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`](https://www.easybits.cloud/api/tools.json), derivado del servidor — nunca escrito a mano.

## SDK

```bash
npm install @easybits.cloud/sdk
```

## Get your API key

1. [Sign up](https://www.easybits.cloud/login) for a free EasyBits account
2. Go to the [Developer Dashboard](https://www.easybits.cloud/dash/developer) → **API Keys** → **Create Key**
3. 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](https://www.easybits.cloud/docs).

## AI Landing Generator

```bash
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 →](./packages/html-tailwind-generator/README.md)

```typescript
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`](https://www.npmjs.com/package/@easybits.cloud/html-tailwind-generator) npm package — used by [Denik](https://denik.me)
- **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

```bash
npx prisma generate
npm run dev
```

## Commands

```bash
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
```

## License

This project is source-available under the [PolyForm Noncommercial 1.0.0](./LICENSE.md) 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](https://github.com/blissito) & [Brenda](https://github.com/BrendaOrtega) at [fixter.org](https://fixter.org)

Lo que la gente pregunta sobre easybits

¿Qué es blissito/easybits?

+

blissito/easybits es mcp servers para el ecosistema de Claude AI. files api: https://www.easybits.cloud Tiene 7 estrellas en GitHub y su última actualización registrada es del 2026-09-10.

¿Cómo se instala easybits?

+

Puedes instalar easybits clonando el repositorio (https://github.com/blissito/easybits) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar blissito/easybits?

+

Nuestro agente de seguridad ha analizado blissito/easybits y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene blissito/easybits?

+

blissito/easybits es mantenido por blissito. La última actividad registrada en GitHub es del 2026-09-10, con 11 issues abiertos.

¿Hay alternativas a easybits?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega easybits en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: blissito/easybits
[![Featured on ClaudeWave](https://claudewave.com/api/badge/blissito-easybits)](https://claudewave.com/repo/blissito-easybits)
<a href="https://claudewave.com/repo/blissito-easybits"><img src="https://claudewave.com/api/badge/blissito-easybits" alt="Featured on ClaudeWave: blissito/easybits" width="320" height="64" /></a>

Más MCP Servers

Alternativas a easybits