Integrations
Integrations
Connect Social0 to AI assistants via MCP or build custom integrations with the REST API.
Overview
Social0 integrates with external tools in two ways:
- MCP Server — manage posts from Claude, Cursor, ChatGPT, or VS Code using natural language
- REST API — programmatic access for scripts, backends, and custom apps
Both use the same API keys and the same /v1 backend.
Choose your path
| I want to… | Start here |
|---|---|
| Use natural language in Claude or Cursor | MCP Server |
| Build a custom integration or script | REST API |
| Create an API key | Developer settings |
| Connect social accounts first | Connections |
MCP Server (AI assistants)
The official Model Context Protocol server translates AI tool calls into Social0 REST API requests. Create drafts, publish, schedule, upload media, and check publish status — all from your AI assistant.
Claude / ChatGPT / Cursor
│
▼
Social0 MCP Server
│
(translate tool calls)
│
▼
Social0 Public REST API
│
▼
Existing BackendREST API
Full programmatic access at https://api.social0.app/v1. Authenticate with Authorization: Bearer sk_live_….
- API Overview — complete reference, guides, and OpenAPI spec
- Quickstart — publish your first post in 5 minutes
- Interactive docs — live Swagger UI
Prerequisites (both paths)
- Social0 account with at least one connected platform
- API key from Developer settings
- For MCP: Node.js 20+ and an MCP-compatible host
Related
- Developer settings — API keys and webhooks
- Dashboard — create posts in the app
- Billing — plan limits apply to API and MCP usage