Back to Browse

Yetty MCP Server

by Avniy
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Build, edit and run real hosted websites from your AI - content, SEO, menus, publish with rollback.

About

Build, edit and run real hosted websites from your AI - content, SEO, menus, publish with rollback.

Remote endpoints: streamable-http: https://mcp.yetty.ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

9 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "ai-yetty-yetty": {
      "url": "https://mcp.yetty.ai/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Yetty MCP Server

Run a real, hosted website from your AI. Yetty 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 in the official MCP Registry

What your AI can do with it

AreaTools
Build & convertcreate a site from HTML/zip, upload in chunks, start the free conversion, reprocess through the latest engine
Contentedit any text/image field, compose posts, manage collections and items, menus, taxonomies and terms, global content, translations
Publishpublish with a version history, check readiness, roll back anything, staged drafts with one publish door
GrowSEO (titles, descriptions, robots, AI-crawler policy), site search, redirects, permalinks, sitemaps + llms.txt
Runreal traffic analytics (incl. browsers, devices, referrer types, countries), leads inbox, forms, integrations/webhooks, link checks
Commercestore 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 connectorhttps://mcp.yetty.ai/mcp → sign in with your Yetty account (OAuth).

Claude Code

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)

{
  "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:

{
  "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
  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.

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.

Reviews

No reviews yet

Be the first to review this server!