make-chatgpt-site
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@make-chatgpt-sitecreate a new ChatGPT site from this repository"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
make-chatgpt-site
Let Claude Code and other MCP clients inspect, create, update, and deploy ChatGPT Sites through a locally authenticated Codex installation.
This repository contains both layers:
A dependency-free STDIO MCP bridge that forwards a curated Sites toolset through
codex app-server.A
make-chatgpt-siteagent skill covering repository discovery, editing, versioning, and deployment.
Requirements
Node.js 20 or newer
A current Codex CLI logged in with ChatGPT
The Sites app installed, enabled, and available to the logged-in ChatGPT account
Sites availability depends on the user's ChatGPT plan, region, and workspace settings.
Related MCP server: codex-mcp
Use with Claude Code
From a GitHub checkout:
claude mcp add --transport stdio chatgpt-sites -- npx --yes github:jacoblincool/make-chatgpt-siteRun /mcp in Claude Code to confirm that chatgpt-sites is connected. The bridge reuses Codex's existing ChatGPT session; it does not ask for or export browser cookies.
Consequential tools such as deployment, access changes, environment updates, and custom-domain changes require confirm=true after explicit user approval.
Create and update requests normally finish with a private deployment and a live Site URL. Ask explicitly for create-only, save-only, or no deployment when you want the workflow to stop earlier. The bridge saves versions from the pushed source commit and does not expose local archive upload.
Install the agent skill
npx skills add jacoblincool/make-chatgpt-siteThe skill can be used by Codex, Claude Code, and other agents that support the common skill directory format. Install the MCP bridge separately when the agent does not already have direct access to the ChatGPT Sites connector.
Verify locally
npm test
npm run smokeThe smoke test performs only doctor and list_sites(limit=1). It does not create, update, or deploy a Site.
How it works
MCP client -> make-chatgpt-site -> codex app-server -> codex_apps -> ChatGPT SitesThe bridge checks the live connector inventory at startup and exposes only known sites.* operations. It fails closed when Sites is unavailable or an expected upstream tool is missing.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for AI dialogue using various LLM models via AceDataCloud
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceLocal MCP bridge enabling ChatGPT web to access approved local files and execute tasks via local Codex.10MIT
- AlicenseNot gradedqualityBmaintenanceMCP server wrapping OpenAI Codex SDK to run Codex agents for code generation, debugging, and more, authenticating via ChatGPT OAuth.32 npmMIT
- FlicenseNot gradedqualityDmaintenanceLocal MCP server for Codex to send prompts to ChatGPT Web Pro extension and manage repository tasks safely.1-
- AlicenseNot gradedqualityCmaintenanceLocal MCP server enabling Codex and ChatGPT to read/write files, execute commands, manage processes, use Git, and inspect images on the user's machine with full privileges.Apache 2.0