WebsitePublisher.ai
Publish complete websites directly from any AI client via API — no hosting setup, CMS, or configuration required.
Ads
Overview
MCP Server https://mcp.websitepublisher.ai Auth OAuth 2.1 (auto-discovery) or Bearer token Three ways to connect. Option A is the quickest — WebsitePublisher is listed in Anthropic's Connectors Directory, so it takes one click and works on every Claude plan, free included. Option B configures Claude Desktop for you and also sets up Cursor, Windsurf and VS Code. Option C is manual MCP config. Go straight to the WebsitePublisher listing, or in claude.ai open Settings → Connectors and search for WebsitePublisher. Nothing to paste, nothing to configure.
Installation
npx -y mcp-remote https://mcp.websitepublisher.ai/
Configuration
{
"mcpServers": {
"websitepublisher": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.websitepublisher.ai/"
]
}
}
}Capabilities
- List projects
Ask your assistant to `list_projects` to see all your WebsitePublisher projects and their current status.
- Create and edit pages
Use `create_page`, `update_page`, or `patch_page` to build and modify HTML pages in a project.
- Manage assets
`upload_asset` and `list_assets` let you add and inspect images, CSS, and JS files.
- Work with dynamic data
Define entity types with `create_entity` and manage records via `create_record` and `update_record`.
Tags
- documentation
- document
- wordpress
- cms
- content-creation
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.