Introducing Archy MCP: Publish Blog Posts and Websites from Any AI Assistant

Jul 03, 2026 • Archy AI

What if publishing a blog post was as simple as asking your AI? No browser, no CMS login, no copy-paste. Just tell it what you want and it appears on your site.

Today we're open-sourcing @archy-ai/blog-post-mcp — a Model Context Protocol server that turns any MCP-compatible AI client into a full-featured publishing tool.

The Problem We Solved

Content creation has always been split into two worlds: writing (where AI excels) and publishing (where you're stuck clicking buttons in a CMS). We merged them into one seamless flow.

With Archy MCP, your AI assistant can create drafts, generate featured images with AI, compose rich layouts with cards and CTAs, and hit publish — all in a single conversation.

Where It Works

Claude Desktop & Code

Claude Desktop & Code

Add to claude_desktop_config.json. Your conversations become published content.

ChatGPT & OpenAI

Connect via hosted HTTP endpoint. Works with Assistants API and custom GPTs.

VS Code Copilot

Add to .vscode/mcp.json — MCP tools appear directly in Copilot Chat sidebar.

Cursor & Windsurf

Same MCP config pattern. Works in any editor that speaks the protocol.

What You Can Build

  • AI-generated blog posts with rich formatting, cards, CTAs, and embedded media

  • Full multi-page websites from a single prompt (site generation wizard)

  • Automated publishing pipelines: write → AI image → AI video → publish

  • Dev blogs that capture your git diff and turn it into a published post

  • Marketing content with featured images, videos, and social-ready layouts

Architecture

The MCP server supports two transport modes, giving you flexibility for any deployment scenario:

stdio (Local)

For Claude Desktop, VS Code, Cursor. Runs as a subprocess via npx. Zero config beyond your publisher key.

HTTP (Remote)

For ChatGPT, hosted agents, web clients. Streamable HTTP (MCP 2025-03-26 spec) + legacy SSE fallback.

25+ Tools at Your AI's Fingertips

The full tool inventory covers every aspect of content management:

Blog CRUD

create_draft, update_post, list_posts, get_post, publish, unpublish

AI Generation

ai_draft, ai_rewrite, ai_image, ai_image_edit, ai_video, video_status

Media & Assets

upload_local_asset, attach_feature_image, attach_feature_video, media_jobs

Pages

pages_create, pages_update, pages_publish, ai_outline, ai_section

Composition

compose_doc, set_body_from_blocks, append_blocks — rich TiptapJSON

Site Generation

Generate complete multi-page sites with nav, content, and SEO in one call

Getting Started in 2 Minutes

  1. Install: npx -y @archy-ai/blog-post-mcp --help

  2. Get your publisher key: meet.archy-ai.com → Admin → Publishers → Create Key

  3. Add the config to your AI client (see below)

  4. Ask your AI: "Create a blog post about X, add a featured image, and publish it"

Configuration (all platforms)

The same three env vars work everywhere: ARCHY_BLOG_BASE_URL, ARCHY_PUBLISHER_KEY, and ARCHY_API_KEY_HEADER.

npx -y @archy-ai/blog-post-mcp --base https://meet.archy-ai.com --header x-archy-publisher-key --publisher-key pk_YOUR_KEY

Published On

npm

@archy-ai/blog-post-mcp@0.1.1

GitHub

architechcro/meet.archy-ai.com

Smithery

Coming soon — submit your hosted MCP URL

VS Code Marketplace

Extension packaged (.vsix) — publisher registration pending

What's Next

  • VS Code Marketplace extension (one-click install for Copilot users)

  • Smithery listing for discovery

  • GitHub MCP Gallery submission

  • Social campaign promotion via ArchySocial MCP

  • More AI tools: auto-SEO, content scheduling, A/B headline testing

This blog post was itself written and published using the Archy MCP — proving the tool works end-to-end. Meta? Absolutely.

Start Publishing from Your AI

Get your publisher key and connect your favourite AI assistant in under 2 minutes. No OAuth, no complex setup — just a key and a config file.

© 2026 Meet Archy