Publish from Claude.
A hosted MCP server, no install, no npm. Add one URL to your client and ask Claude to publish your pages.
yapp.page/mcp. Copying the URL or command checks this off.
01 What this is
yapp.page exposes an MCP endpoint at https://yapp.page/mcp. Once your AI client, Claude or ChatGPT, knows about it, you can ask it to "build a portfolio page and publish it", and it will. You get back a live URL and an edit code in one step.
Nothing to install locally. The server is hosted; the client talks to it over HTTP.
02 Install
Pick your client. Add the URL once, you're done.
Run this in your terminal. It writes to ~/.claude.json.
Works the same in claude.ai and the Claude desktop app. It's a UI step, no config file.
This opens claude.ai with the name and URL already filled in. Claude will tell you the values came from an external link, so check them and click Add. Then finish the two steps below.
Connecting Yapp needs a computer. Claude's phone apps can use a connector once it's set up, but they can't add one yet. Open this page on your desktop, connect there, and Yapp will show up on your phone afterwards.
- Click Sign in next to Yapp → choose your Google account → allow. The tab closes itself.
- Open a new chat, click the ➕ (plus) button, and switch Yapp ON.
Rather add it by hand?
- Open Settings → Connectors.
- Click “+ Add custom connector”.
- Name it
Yapp, paste the URLhttps://yapp.page/mcp, click Add.
claude_desktop_config.json. That file is only for local servers, so a remote connector added there won't connect.In Cursor: Settings → MCP → Add new server. Paste this JSON:
ChatGPT connects to MCP servers through Developer Mode (available on Plus, Pro, Business, Enterprise & Edu). There's no config file. You add it in the UI:
- In ChatGPT, open Settings → Security and login and turn Developer Mode ON.
- Open Settings → Plugins, or go straight to chatgpt.com/plugins.
- Click the plus button to create a new developer-mode app.
- Set MCP Server URL to
https://yapp.page/mcp. - Set the Authentication dropdown to OAuth, then click Create. ChatGPT opens a browser to sign you in (see the next section).
Codex CLI (OpenAI's terminal agent) authenticates with a bearer token, not a browser sign-in.
- Create a Personal Access Token in Settings → Connect AI clients (you'll need to sign in first).
- Copy the token, then run the two commands below.
Almost there. The next section covers the one-time sign-in (or, for Codex CLI, the token). After that, ask your AI to publish a page.
03 Sign in
You add the connection first, then sign in. The client opens a browser for you. For every client except Codex CLI (which uses a token), you only add the address, never a key.
The buttons look slightly different in each app, but the steps are the same:
Claude (Web & Desktop)
- In Settings → Connectors, click Sign in next to Yapp.
- A browser tab opens on yapp.page. Choose your Google account and click allow.
- The tab closes by itself. Back in Claude, open a new chat and switch Yapp ON with the ➕ button, then it's ready to use.
ChatGPT
- Because you set Authentication to OAuth, ChatGPT opens a browser tab on yapp.page as soon as you create the app.
- Choose your Google account and click allow.
- The tab closes and the app shows as connected. yapp's tools are now available in Developer Mode chats, just ask ChatGPT to build and publish a page.
Claude Code (terminal)
- You already ran the install command above, so the server is registered.
- Start a new session with
claude. Inside the session, type/mcp. You will see "yapp" in the list. - Select "yapp" and choose "Authenticate". Claude Code prints a link in your terminal (and tries to open it for you).
- Open the link in your browser if it did not open on its own. Sign in with Google and click allow.
- The browser shows a "Connected" confirmation. Go back to your terminal. yapp tools are now available.
You do not have to run /mcp up-front. If you skip it, Claude Code will ask you to sign in the first time it tries to use a yapp tool.
Cursor
- After saving the JSON in Settings, Cursor lists "yapp" under MCP servers.
- Click the row, then click "Sign in".
- Approve in the browser tab that opens. Cursor reconnects on its own.
Codex CLI
- Codex doesn't do browser sign-in. It uses a token. Sign in, then create a Personal Access Token in Settings → Connect AI clients.
- Run the two commands shown in the Codex CLI tab above. Tools are available immediately, no ➕ step.
Why bother signing in? After you sign in, every page Claude publishes is saved to your account. You can see them all on My pages, edit them from any device, and they stay live for 30 days on the free plan (longer on paid plans). Without sign-in, pages are anonymous and auto-delete after 30 minutes.
To disconnect later: remove the server from the client config, or click "Disconnect" in the connector list. You can also end active sessions from Settings.
04 Try a prompt
Paste any of these into Claude. The page is live by the time Claude finishes typing.
jane-and-tom and password june14. Give me the edit code so I can update it later.jane-and-tom using edit code XYZ, change the venue to "The Old Mill".05 Save the edit code
If you are signed in (section 03), you can skip this section. Pages you publish are saved to your account, so Claude can update or delete them without an edit code.
You still need the edit code when:
- You want to edit a page that was published anonymously (no sign-in).
- You want to edit a page from a different account than the one that published it.
- You want to let someone else update a specific page without giving them access to your account.
The edit code is shown in the success card on the homepage (under Manage, then Edit from another device) and in My pages.
06 Tools Claude gets
For the curious, here's the full surface area. Required arguments are bold.
base64, local path, or url. Returns the live URL plus an editKey.editKey.Also listed on Smithery.