Skip to main content
ClaudeWave

xpost.to — post to 9 social networks from Claude, ChatGPT, Cursor, Gemini CLI or any MCP client. You see every post it makes.

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/24/2026
Install in Claude Code / Claude Desktop
Method: NPX · skills
Claude Code CLI
claude mcp add xpost-agent -- npx -y skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "xpost-agent": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

<p align="center">
  <img src="assets/logo.svg" alt="xpost" width="96" />
</p>

# xpost for your assistant

[![smithery badge](https://smithery.ai/badge/xpost-to/xpost)](https://smithery.ai/servers/xpost-to/xpost)

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

```bash
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:

```bash
claude mcp add --transport http xpost https://xpost.to/api/mcp
```

### Gemini CLI — extension (skill + MCP server)

```bash
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](cursor://anysphere.cursor-deeplink/mcp/install?name=xpost&config=eyJ0eXBlIjoiaHR0cCIsInVybCI6Imh0dHBzOi8veHBvc3QudG8vYXBpL21jcCJ9)

Or add it by hand in **Settings → Tools & Integrations → New MCP Server**:

```json
{ "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:

```json
{
  "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_KEY` header. If you can run
> commands, `npx xpost` wraps it and `npx skills add xpost-to/xpost-agent`
> installs 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

```bash
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_accounts` names every destination and what it can carry.
- `get_posting_rules` is 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_posts` before 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`](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.
agent-skillsclaude-code-plugincursor-plugingemini-cli-extensionmcpmcp-servermodel-context-protocolsocial-mediasocial-media-scheduler

Lo que la gente pregunta sobre xpost-agent

¿Qué es xpost-to/xpost-agent?

+

xpost-to/xpost-agent es mcp servers para el ecosistema de Claude AI. xpost.to — post to 9 social networks from Claude, ChatGPT, Cursor, Gemini CLI or any MCP client. You see every post it makes. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-23.

¿Cómo se instala xpost-agent?

+

Puedes instalar xpost-agent clonando el repositorio (https://github.com/xpost-to/xpost-agent) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar xpost-to/xpost-agent?

+

Nuestro agente de seguridad ha analizado xpost-to/xpost-agent y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene xpost-to/xpost-agent?

+

xpost-to/xpost-agent es mantenido por xpost-to. La última actividad registrada en GitHub es del 2026-09-23, con 0 issues abiertos.

¿Hay alternativas a xpost-agent?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega xpost-agent en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: xpost-to/xpost-agent
[![Featured on ClaudeWave](https://claudewave.com/api/badge/xpost-to-xpost-agent)](https://claudewave.com/repo/xpost-to-xpost-agent)
<a href="https://claudewave.com/repo/xpost-to-xpost-agent"><img src="https://claudewave.com/api/badge/xpost-to-xpost-agent" alt="Featured on ClaudeWave: xpost-to/xpost-agent" width="320" height="64" /></a>

Más MCP Servers

Alternativas a xpost-agent