Deplion — AI Website Publishing

What is Deplion?

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Create Project: Create a new static landing-page project for the authenticated Deplion user.
  • List Projects: List projects owned by the authenticated Deplion user using cursor pagination.
  • List Files: List file metadata for an authenticated user project using cursor pagination.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

What is Deplion?

Deplion is a remote MCP server that gives AI assistants a secure place to create, manage, preview, and publish static landing pages.

Instead of copying generated code manually, configuring hosting, uploading files, and connecting forms, users can ask an MCP-compatible AI assistant to handle the entire workflow through Deplion.

Deplion works with MCP-compatible clients such as Claude, ChatGPT, Cursor, VS Code, and other AI tools that support remote MCP servers.

What can it do?

Deplion allows an authenticated AI assistant to:

  • create and manage website projects;
  • inspect existing project files;
  • create and update HTML, CSS, JavaScript, and asset files;
  • preview changes before publication;
  • publish static websites to the internet;
  • manage project versions and restore previous states;
  • configure same-host lead capture forms;
  • read form submissions visible to the authenticated user;
  • prepare projects for custom domain connection.

Typical workflow

  1. Connect Deplion to an MCP-compatible AI client.
  2. Authenticate with your Deplion account.
  3. Describe the landing page you want in natural language.
  4. The AI creates the project and writes the required files.
  5. Review the generated website in preview.
  6. Ask the AI to make changes.
  7. Publish the finished website through Deplion.

Example request:

Create a responsive landing page for a consulting company. Add a hero section, services, benefits, testimonials, pricing, and a contact form. Preview the result before publishing.

Why use Deplion?

Deplion removes the manual steps between AI-generated code and a live website.

You do not need to:

  • copy code from chat;
  • configure a separate hosting provider;
  • upload files through FTP;
  • maintain deployment scripts;
  • manually manage website versions;
  • build a backend for contact forms.

Deplion acts as the publishing and project-management layer for websites created and maintained by AI assistants.

Supported websites

Deplion is designed for static websites and landing pages built with:

  • HTML;
  • CSS;
  • client-side JavaScript;
  • images, fonts, and other static assets.

Server-side application code is not supported.

Authentication

Deplion uses OAuth 2.1 for authenticated MCP access.

When supported by the MCP client, the user is redirected to Deplion to sign in and authorize access. The client then receives and manages the access token automatically.

Legacy token-based authentication may also be available for compatible clients.

Remote MCP endpoint

https://deplion.cc/mcp/deplion

Example configuration:

{
  "mcpServers": {
    "deplion": {
      "type": "http",
      "url": "https://deplion.cc/mcp/deplion"
    }
  }
}

Security

Deplion publishes static files only and applies platform-level security controls to project preview and publication.

Authentication limits access to projects, files, forms, and leads belonging to the authorized Deplion user.

Documentation

Full connection instructions and MCP usage documentation:

https://docs.deplion.cc/s/documentations

Список инструментов сервера (11)

Технические названия из tools/list. Нужны только разработчикам.

create_projectCreate a new static landing-page project for the authenticated Deplion user.
list_projectsList projects owned by the authenticated Deplion user using cursor pagination.
list_filesList file metadata for an authenticated user project using cursor pagination.
read_fileRead one UTF-8 static file from an authenticated user project.
write_fileCreate or replace a UTF-8 static file in an authenticated user project.
delete_fileDelete a static file from an authenticated user project.
upload_assetCreate or replace a validated PNG, JPEG, or WebP asset in an authenticated user project.
publish_projectPublish the current project files as a new immutable snapshot on the public sites domain.
restore_projectRestore an archived project to draft state without publishing it.
rollback_projectRoll back a project to a previous or specific snapshot, repointing the public URL.
get_form_leadsRead the newest form leads visible for an authenticated user project using cursor pagination.
Deplion — AI Website Publishing: подключить к Claude, ChatGPT, Cursor · Connectors.fun