Skip to main content
ClaudeWave

MCP server for Yetty (yetty.ai): build, edit and run real hosted websites from your AI - convert HTML byte-true, edit content, SEO, menus, forms, leads, analytics, publish with rollback.

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · yetty-mcp
Claude Code CLI
claude mcp add yetty-mcp -- uvx yetty-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "yetty-mcp": {
      "command": "uvx",
      "args": ["yetty-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.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/avniy/yetty-mcp and follow its README.
Casos de uso

Resumen de MCP Servers

# Yetty MCP Server

**Run a real, hosted website from your AI.** [Yetty](https://yetty.ai) turns any static HTML into a fully managed, hosted site with a CMS built around it - byte-true, nothing redesigned - and this MCP server is the control plane: your AI can build, edit, publish and monitor the site end to end.

- **Remote server**: `https://mcp.yetty.ai/mcp` (Streamable HTTP)
- **Auth**: OAuth 2.0 (PKCE + dynamic client registration) - or a `yk_` API key as a Bearer header
- **Registry**: published as [`ai.yetty/yetty`](https://registry.modelcontextprotocol.io) in the official MCP Registry

## What your AI can do with it

| Area | Tools |
|---|---|
| Build & convert | create a site from HTML/zip, upload in chunks, start the free conversion, reprocess through the latest engine |
| Content | edit any text/image field, compose posts, manage collections and items, menus, taxonomies and terms, global content, translations |
| Publish | publish with a version history, check readiness, roll back anything, staged drafts with one publish door |
| Grow | SEO (titles, descriptions, robots, AI-crawler policy), site search, redirects, permalinks, sitemaps + llms.txt |
| Run | real traffic analytics (incl. browsers, devices, referrer types, countries), leads inbox, forms, integrations/webhooks, link checks |
| Commerce | store status and readiness (Yetty Shops) |

Every mutation lands as a **rollbackable version** - nothing is ever lost.

## Connect

### Claude (claude.ai / Claude Desktop)
Settings → Connectors → **Add custom connector** → `https://mcp.yetty.ai/mcp` → sign in with your Yetty account (OAuth).

### Claude Code
```bash
claude mcp add --transport http yetty https://mcp.yetty.ai/mcp
# or with an API key instead of OAuth:
claude mcp add --transport http yetty https://mcp.yetty.ai/mcp --header "Authorization: Bearer yk_your_key"
```

### Cursor / Windsurf / VS Code (and any client with remote MCP)
```json
{
  "mcpServers": {
    "yetty": {
      "url": "https://mcp.yetty.ai/mcp",
      "headers": { "Authorization": "Bearer yk_your_key" }
    }
  }
}
```

### ChatGPT / Grok / other MCP-capable apps
Add a remote MCP connector pointing at `https://mcp.yetty.ai/mcp`. Clients that support OAuth sign in with your Yetty account; the rest use a `yk_` API key in the `Authorization: Bearer` header.

### Local stdio bridge (no remote-MCP support)
`yetty-mcp.py` in this repo is a zero-dependency Python bridge:
```json
{
  "mcpServers": {
    "yetty": {
      "command": "python",
      "args": ["/path/to/yetty-mcp.py"],
      "env": { "YETTY_API_KEY": "yk_your_key" }
    }
  }
}
```

## Getting a key

1. Sign up free at [yetty.ai](https://yetty.ai)
2. Dashboard → **API Keys** → Create API key (shown once)
3. Or skip keys entirely: use OAuth from any connector-capable client.

Full client-by-client setup: [yetty.ai → Dashboard → Connect your AI](https://app.yetty.ai/dashboard/connect).

## Notes for builders

Before sending a site, call the free `yetty_authoring_guide` tool - it returns the structure rules (repeated items share one class, semantic class names, headings before sections, no JS-rendered content) that decide how clean the generated CMS is. Conversion is free; hosting plans are per site.

## License

MIT - see [LICENSE](LICENSE).

Lo que la gente pregunta sobre yetty-mcp

¿Qué es avniy/yetty-mcp?

+

avniy/yetty-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Yetty (yetty.ai): build, edit and run real hosted websites from your AI - convert HTML byte-true, edit content, SEO, menus, forms, leads, analytics, publish with rollback. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-21.

¿Cómo se instala yetty-mcp?

+

Puedes instalar yetty-mcp clonando el repositorio (https://github.com/avniy/yetty-mcp) 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 avniy/yetty-mcp?

+

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

¿Quién mantiene avniy/yetty-mcp?

+

avniy/yetty-mcp es mantenido por avniy. La última actividad registrada en GitHub es del 2026-08-21, con 0 issues abiertos.

¿Hay alternativas a yetty-mcp?

+

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

Despliega yetty-mcp 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: avniy/yetty-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/avniy-yetty-mcp)](https://claudewave.com/repo/avniy-yetty-mcp)
<a href="https://claudewave.com/repo/avniy-yetty-mcp"><img src="https://claudewave.com/api/badge/avniy-yetty-mcp" alt="Featured on ClaudeWave: avniy/yetty-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a yetty-mcp