xpost for your assistant
MCP serverEverything elseSchedule posts to 9 social networks from Claude, ChatGPT or Cursor. You see each one.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use xpost for your assistant
Install xpost for your assistant
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http xpost-for-your-assistant 'https://xpost.to/api/mcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://xpost.to/api/mcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=xpost-for-your-assistant&config=eyJ1cmwiOiJodHRwczovL3hwb3N0LnRvL2FwaS9tY3AifQ==Open the link and Cursor adds the server at that address.
ChatGPT
https://xpost.to/api/mcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add xpost-for-your-assistant --url 'https://xpost.to/api/mcp'Run it once, then sign in with codex mcp login xpost-for-your-assistant if the server asks for an account.
From the project's README
As published by xpost-to/xpost-agent in README.md.
Post to X, Instagram, LinkedIn, Facebook, TikTok, YouTube, Threads, Bluesky and Pinterest from Claude, Cursor, Gemini CLI or any MCP client. Every post the assistant makes reaches you — mailed before it goes out or the moment it has — and an approval queue is one switch away; once it is on, no key, tool or prompt can approve a post. Brand guardrails run on every post, and each account gets its own delivery receipt.
This repo is the open-source skill (the workflow an agent should
follow) plus the plugin manifests that install it together with the hosted
MCP server at https://xpost.to/api/mcp. You sign in once in a browser
window; nothing to paste.
You need an xpost account — the first post is free, no card: https://xpost.to/signup
Install
Any agent — as a skill
npx skills add xpost-to/xpost-agent
This installs the skill only. Add the MCP server in your client as below,
or let the skill's REST fallback use XPOST_API_KEY.
Claude Code — plugin (skill + MCP server)
/plugin marketplace add xpost-to/xpost-agent
/plugin install xpost@xpost-agent
Then /mcp → xpost → sign in. Or without the plugin:
claude mcp add --transport http xpost https://xpost.to/api/mcp
Gemini CLI — extension (skill + MCP server)
gemini extensions install https://github.com/xpost-to/xpost-agent
Gemini opens a browser to sign in to xpost on first use; /mcp auth xpost
signs in again.
Cursor
One click: Add xpost to Cursor
Or add it by hand in Settings → Tools & Integrations → New MCP Server:
{ "mcpServers": { "xpost": { "type": "http", "url": "https://xpost.to/api/mcp" } } }
Then npx skills add xpost-to/xpost-agent for the skill. The repo also
carries a Cursor plugin manifest (.cursor-plugin/plugin.json).
Grok Build
The repo carries a Grok Build plugin manifest (.grok-plugin/plugin.json,
skill + hosted MCP server) and its own marketplace catalog
(.grok-plugin/marketplace.json). Inside Grok Build, /marketplace browses
the catalog; from a shell, grok plugin install xpost --trust once the
source is known to it. Not yet in the official xAI index.
Muse Code (Meta)
Add the hosted server to ~/.config/muse/settings.json; Muse Code asks you
to sign in on the first tool call:
{
"schema_version": 1,
"mcp_servers": {
"xpost": { "transport": "streamable_http", "url": "https://xpost.to/api/mcp" }
}
}
Grok, Muse and other chat assistants with no MCP settings
Paste this into the chat. The assistant sets itself up and asks you for an API key (Project → AI agent → Keys on xpost):
Set up xpost so you can post to my social accounts. The REST API is https://xpost.to/api/v1 (spec at https://xpost.to/api/v1/openapi.json), authenticated with an
Authorization: Bearer YOUR_KEYheader. If you can run commands,npx xpostwraps it andnpx skills add xpost-to/xpost-agentinstalls the workflow. Ask me for my xpost API key and set it as XPOST_API_KEY before doing anything. Start with the accounts list. Creating a post sends it, unless my project holds posts for approval — never say a post is published until the receipt says so.
ChatGPT, Claude.ai, Claude Desktop
ChatGPT: xpost is in the plugin directory — find it, add it, sign in.
Claude: Settings → Connectors → Add custom connector, paste
https://xpost.to/api/mcp, sign in.
No MCP client at all — the CLI
npx xpost login
npx xpost posts create -c "Shipped it." -a x:yourhandle
The xpost package on npm is the CLI, the local MCP server (npx xpost mcp)
and the skill's fallback in one. Docs: https://xpost.to/docs/cli
What the skill teaches
- Accounts first:
list_accountsnames every destination and what it can carry. get_posting_rulesis the option catalog per account; a key that is not there cannot be used.- Creating a post sends it; a project in copilot mode holds it (
pending_approval) instead. Either is a normal outcome — say which, print the link. - A guardrail refusal names the rule. Rewrite once. Never evade.
list_postsbefore assuming a post is still waiting — the person may have rejected it with a reason.- Receipts are per account: "delivered to X, failed on Instagram: reason".
Full text: skills/xpost/SKILL.md.
Docs
- Every MCP tool: https://xpost.to/docs/mcp
- REST API (OpenAPI): https://xpost.to/api/v1/openapi.json
- Set-up guides per client: https://xpost.to/docs
Self-hosting a client against your own instance
Replace https://xpost.to with your instance in the MCP address. For the
REST fallback set XPOST_URL and XPOST_API_KEY.
License
MIT. The skill and manifests here are free to copy and adapt; xpost itself is a hosted service.
Advanced
- Delivery
- xpost MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
to-xpost-xpost- Source
- github.com/xpost-to/xpost-agent
- Hosted endpoint
https://xpost.to/api/mcp