<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: t ra</title>
    <description>The latest articles on DEV Community by t ra (@t_ra_2020646ab07ca030710b).</description>
    <link>https://dev.to/t_ra_2020646ab07ca030710b</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3168129%2F4b8b7917-e118-4535-bda9-ebc13db9d9e3.png</url>
      <title>DEV Community: t ra</title>
      <link>https://dev.to/t_ra_2020646ab07ca030710b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/t_ra_2020646ab07ca030710b"/>
    <language>en</language>
    <item>
      <title>I Built an MCP Server That Lets Claude Create and Publish Real Websites</title>
      <dc:creator>t ra</dc:creator>
      <pubDate>Mon, 07 Sep 2026 04:52:02 +0000</pubDate>
      <link>https://dev.to/t_ra_2020646ab07ca030710b/i-built-an-mcp-server-that-lets-claude-create-and-publish-real-websites-4bam</link>
      <guid>https://dev.to/t_ra_2020646ab07ca030710b/i-built-an-mcp-server-that-lets-claude-create-and-publish-real-websites-4bam</guid>
      <description>&lt;p&gt;I have been building websites for more than 20 years, and AI has completely changed how quickly we can create them.&lt;/p&gt;

&lt;p&gt;But I kept running into the same problem: generating code is only one part of building a real website.&lt;/p&gt;

&lt;p&gt;After the AI writes the HTML, you still need to manage files, hosting, SSL, domains, forms, databases, and future edits. For someone who is not a developer, this final part can be more difficult than creating the website itself.&lt;/p&gt;

&lt;p&gt;That is why I built the Orivox MCP website builder.&lt;/p&gt;

&lt;p&gt;What is Orivox MCP?&lt;/p&gt;

&lt;p&gt;Orivox MCP connects Claude directly to the Orivox website platform using the Model Context Protocol.&lt;/p&gt;

&lt;p&gt;Instead of opening another AI website builder, purchasing AI credits, and learning a new editor, you can describe the website you want directly inside Claude.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;Create a modern website for a local moving company in Haifa. Add a services section, customer reviews, a WhatsApp button, and a contact form.&lt;/p&gt;

&lt;p&gt;Claude understands the request, while Orivox performs the actual website operations.&lt;/p&gt;

&lt;p&gt;It creates the project, generates the website files, provides a working preview, and allows Claude to continue making changes.&lt;/p&gt;

&lt;p&gt;Editing the website through conversation&lt;/p&gt;

&lt;p&gt;After the first version is created, you can continue talking naturally:&lt;/p&gt;

&lt;p&gt;Make the header smaller.&lt;br&gt;
Change the colors to dark blue and white.&lt;br&gt;
Add another service.&lt;br&gt;
Replace the main image.&lt;br&gt;
Create an About page.&lt;br&gt;
Connect my domain.&lt;br&gt;
Add a registration form and database.&lt;/p&gt;

&lt;p&gt;The important difference is that the conversation is connected to a real website project. Claude is not simply returning a block of code that you must copy somewhere else.&lt;/p&gt;

&lt;p&gt;When a change is requested, Orivox updates the actual website.&lt;/p&gt;

&lt;p&gt;Claude does the thinking&lt;/p&gt;

&lt;p&gt;I designed the system so that each side has a clear role.&lt;/p&gt;

&lt;p&gt;Claude handles the conversation, planning, content, and decisions. Orivox handles the website infrastructure: creating and editing files, hosting the project, publishing it, securing it, connecting domains, and managing website features.&lt;/p&gt;

&lt;p&gt;You use your own Claude account, so Orivox does not charge you for separate AI calls or sell additional AI credits.&lt;/p&gt;

&lt;p&gt;This also means that you can keep working in an interface you already know instead of moving between an AI chat, a code editor, a hosting dashboard, and a domain-management panel.&lt;/p&gt;

&lt;p&gt;Why use MCP for this?&lt;/p&gt;

&lt;p&gt;MCP gives an AI assistant controlled access to external tools.&lt;/p&gt;

&lt;p&gt;A normal chatbot can explain how to publish a website. An MCP-connected assistant can actually perform the authorized steps.&lt;/p&gt;

&lt;p&gt;That distinction is what interested me most.&lt;/p&gt;

&lt;p&gt;I did not want Claude to only generate instructions such as “upload this file to your server.” I wanted it to safely create the project, update it, and prepare it for real visitors.&lt;/p&gt;

&lt;p&gt;The user remains in control and connects their Orivox account through an authorization process. Claude can then access the website-building tools associated with that account.&lt;/p&gt;

&lt;p&gt;Who is it for?&lt;/p&gt;

&lt;p&gt;I think this approach is particularly useful for:&lt;/p&gt;

&lt;p&gt;Small-business owners who do not want to learn web design.&lt;br&gt;
Developers who want to create and test websites quickly.&lt;br&gt;
Freelancers building websites for customers.&lt;br&gt;
Claude users who prefer working through conversation.&lt;br&gt;
Anyone who wants a real hosted website rather than another code snippet.&lt;/p&gt;

&lt;p&gt;It will not replace every development workflow. Complex applications can still require developers, custom architecture, and manual testing.&lt;/p&gt;

&lt;p&gt;But for business websites, landing pages, prototypes, and many database-backed projects, speaking to an AI can be a much simpler starting point.&lt;/p&gt;

&lt;p&gt;Try it&lt;/p&gt;

&lt;p&gt;The project is still evolving, and I am continuing to improve it based on real usage.&lt;/p&gt;

&lt;p&gt;You can learn more and connect Claude here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://orivox.org/mcp" rel="noopener noreferrer"&gt;https://orivox.org/mcp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would genuinely appreciate feedback from other developers experimenting with MCP. I am especially interested in hearing which website operations you would want an AI assistant to handle automatically.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>mcp</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
