Connect the Claude and ChatGPT Connector
Connect the Inblog connector to Claude or ChatGPT and run your blog through conversation: write and publish posts, check performance, and update your design.
Connect the Inblog connector and you can run your blog by talking to Claude or ChatGPT. Draft and publish posts, check traffic and search performance, and even change your blog design. There is nothing to install — you only register one server URL.
Before You Start
You need:
- An Inblog account on the Team plan or higher. If you connect on the free plan, the tools return an upgrade notice.
- A Claude or ChatGPT account
- The connector server URL:
https://inblog.ai/api/mcp
For now you connect it as a custom connector. Listing in the official Anthropic and OpenAI connector directories is under review, and the connector behaves the same either way.
Connect to Claude
- In Claude, go to
Settings→Connectors. - Choose
Add custom connector. - Enter
https://inblog.ai/api/mcpas the server URL. - Sign in when the Inblog login screen opens.
- Approve access on the consent screen.
Once connected, the Inblog tools are available directly in your conversations.
Connect to ChatGPT
- In ChatGPT, go to
Settings→Securityand turn onDeveloper mode. - On the add connector screen, enter
https://inblog.ai/api/mcpas the server URL. - Sign in to Inblog and approve access on the consent screen.
Permissions and Scope
- Your blog role applies as-is. Anything you cannot do in the dashboard, you cannot do through the connector either. For example, the author role can create and edit posts, but cannot create tags, change blog settings, or edit design code.
- Once connected, every blog that account can access is in scope. If you run several blogs, name the blog in your request — for example, "add it as a draft on the Product blog."
What the Connector Can Do
The connector exposes 38 tools. You do not need to remember tool names: describe what you want and the agent picks the right tool.
| Area | What you can do |
|---|---|
| Posts | List and read posts, create drafts, edit content, publish, unpublish, schedule, delete, assign tags and authors, upload images |
| Tags and authors | Create, update, and delete tags; list and remove authors |
| Performance | Traffic reports, traffic sources, per-post performance, search keywords and pages (when Search Console is connected) |
| Site | Blog settings, banner and UI configuration, custom domain status, redirect management |
| Forms | List forms and read responses |
| Design | Read the Handlebars design guide; read, validate, and replace design code |
Examples
1. Write a post, review it, then publish
"Write an SEO post about onboarding checklists for remote teams and add it as a draft."
The agent writes the post, saves it as a draft, and returns a preview URL with it. Open the link to check the title, structure, and images before anything goes public. If something needs work, just keep going in the same conversation.
"Shorten the second section and tag it with 'onboarding'."
When it looks right, ask for publication.
"Looks good, publish it."
If you want it to go live at a specific time instead of immediately, ask for scheduled publishing — for example, "schedule it for 9 AM next Monday."
2. Check performance
"Show me traffic and traffic sources for the last two weeks."
The agent pulls the traffic report and traffic sources for the period and summarizes them, including which posts drew the most visits and whether traffic came from search, direct, or referrals.
"List the top 10 keywords by search impressions."
If you have connected Search Console, you also get search keyword and landing page data. From there you can keep going: "suggest post ideas for the keywords we haven't covered yet."
3. Change the blog design
"Update the banner at the top of my blog to promote this month's event."
The agent first reads the Inblog Handlebars design guide, checks the current design code, and writes the new code. It then validates the code before applying it to your blog.
Validation happens at the compile level, so open the live page and confirm the result with your own eyes after the change is applied.
4. Clean up redirects
"Point the old
/blog/old-postURL to the new post with a 301 instead of a 302."
The agent reviews the existing redirect rules and creates a new one or updates the existing rule. Form leads work the same way — ask something like "summarize the form responses we received this month" and the agent pulls the forms and their responses.
Things to Keep in Mind
-
Some actions change public pages immediately. Publishing and design changes are visible to visitors the moment they run. When you delegate to an agent, it is safer to ask it to confirm first — for example, "show me the draft before you publish."
-
Design code validation is compile-level only. Code like the snippet below — loading a partial, or calling a helper without arguments — can pass validation and still fail at render time. Always check the live page after saving.
{{> some-partial }} {{someHelper}} -
Image upload size. Uploading a file directly goes through a base64 payload, so the effective limit is about 3 MB. For larger images, pass an image URL instead; that path allows up to 10 MB.
-
You can disconnect at any time. Remove the Inblog connector in the Claude or ChatGPT connector settings and access stops immediately.
Related Links
Last updated 2026-07-30