n2n-post2site

n2ns/n2n-post2site
★ 4 stars TypeScript Code/Dev Tools Updated 13d ago
MCP server for publishing AI-written content to blogs and CMSs through the Post2Site API contract.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "n2n-post2site": {
      "command": "npx",
      "args": [
        "-y",
        "n2ns/n2n-post2site"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="./assets/n2n-post2site-logo.png" width="128" alt="n2n-post2site logo"> </p> Local MCP bridge for AI-assisted website publishing. n2n-post2site lets an AI IDE client talk to a protected website content API without exposing a database, filesystem, shell, deployment process, payments, or account administration. It is a thin stdio MCP server: validate tool input, map it to HTTP, and return the backend response.

Tools (12)

n2n_create_draftn2n_get_capabilitiesn2n_get_draftn2n_get_inventory_resourcen2n_get_inventory_statsn2n_get_site_contextn2n_list_draftsn2n_list_inventoryn2n_update_draftn2n_upload_assetn2n_validate_draftn2n_validate_working_draft

Topics

ai-writingblogcmscontent-publishinglaravelmcpmcp-servermodel-context-protocolnpm-packagepost2sitetypescript