Build and publish websites through AI conversation.
{
"mcpServers": {
"ai-websitepublisher-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Build and publish websites through AI conversation.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 48 days ago.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for ai.websitepublisher/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Build and publish websites through AI conversation.
Create pages, upload assets, manage data, and deploy to custom domains — all from your favorite AI assistant. Just connect and start talking.
https://mcp.websitepublisher.ai/Add to your claude_desktop_config.json:
{
"mcpServers": {
"websitepublisher": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.websitepublisher.ai/"]
}
}
}
Restart Claude Desktop → Browser opens for login → Done ✅
Search "WebsitePublisher" in the GPT Store, or visit: chat.openai.com/g/websitepublisher
{
"mcpServers": {
"websitepublisher": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.websitepublisher.ai/"]
}
}
}
Zero configuration required. WebsitePublisher uses OAuth 2.1 with automatic discovery:
https://mcp.websitepublisher.ai/401 + discovery metadata (RFC 9728)PKCE is enforced on all flows. No API keys to manage.
27+ tools organized across five categories:
| Tool | Description |
|------|-------------|
| list_projects | List all projects you have access to |
| get_project_status | Get project details: pages, assets, domain info |
| Tool | Description |
|------|-------------|
| list_pages | List all pages in a project |
| get_page | Get page content with version info |
| create_page | Create a new HTML page |
| update_page | Replace full page content |
| patch_page | Apply targeted changes (diff-based, saves tokens) |
| delete_page | Delete a page |
| get_page_versions | View version history |
| rollback_page | Restore a previous version |
| Tool | Description |
|------|-------------|
| list_assets | List uploaded files (images, CSS, JS) |
| upload_asset | Upload a file via base64 or URL |
| delete_asset | Remove an asset |
| Tool | Description |
|------|-------------|
| list_entities | List data models in a project |
| create_entity | Create a new data model with properties |
| get_entity_schema | Get the schema/structure of an entity |
| delete_entity | Remove an entity and all its data |
| Tool | Description |
|------|-------------|
| list_records | List records with pagination |
| get_record | Get a single record by ID |
| create_record | Create a new record |
| update_record | Update an existing record |
| delete_record | Delete a record |
| Tool | Description |
|------|-------------|
| list_integrations | List available third-party integrations |
| call_integration | Execute an integration action |
| Platform | Connection | Auth | |----------|-----------|------| | Mistral / Le Chat | Native MCP connector | OAuth 2.1 (automatic) | | Claude Desktop | via `mcp-re