Duda
БесплатноНе проверенEnables Claude to interact with the Duda API for creating sites, updating content, and managing business info through natural language.
Описание
Enables Claude to interact with the Duda API for creating sites, updating content, and managing business info through natural language.
README
A Python-based MCP (Model Context Protocol) integration for the Duda website platform. Used by Backdraft Marketing to interact with the Duda API directly from Claude — enabling site creation, content updates, and business info management without manual intervention.
What It Does
- Connects Claude to the Duda API via MCP
- Creates new client sites from a master template
- Pushes business info (name, phone, email, socials) to Duda
- Updates the Duda Content Library with AI-generated copy
- Supports multiple site management via site name identifiers
Project Structure
duda-mcp/
├── main.py # Main MCP server entry point
├── templates.yaml # Duda template configuration
├── test.py # Manual test scripts
├── pyproject.toml # Project metadata and dependencies
├── .python-version # Python version pin
└── .env # Local secrets (never committed)
Setup
# Install uv (if not already installed)
pip install uv
# Create virtual environment and install dependencies
uv sync
# Copy env template and fill in your credentials
cp .env.example .env
Environment Variables
Store these in .env locally — never commit them.
| Variable | Description |
|---|---|
DUDA_API_USER |
Duda API username |
DUDA_API_PASS |
Duda API password |
Key Site IDs
| Label | Site Name |
|---|---|
| Master template | dfe8c020 |
| Test site | 8ef881b1 |
Related
- duda-webhook-lambda — AWS Lambda webhook that handles form submissions and triggers site builds
Установка Duda
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/pcbackdraftmarketing-tech/duda-mcpFAQ
Duda MCP бесплатный?
Да, Duda MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Duda?
Нет, Duda работает без API-ключей и переменных окружения.
Duda — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Duda в Claude Desktop, Claude Code или Cursor?
Открой Duda на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Duda with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
