Integrations
Integrations
OmniSocials connects to AI assistants and coding tools through two protocols: MCP (Model Context Protocol) and Agent Skills. Both use your OmniSocials API key and expose the same capabilities: create posts, upload media, list accounts, read analytics, and manage webhooks. Automation platforms (Zapier, Make, n8n, Slack) will land here too as they ship.
Pick the integration that matches the tool you use:
Claude
claude.ai, Claude Desktop, Claude Code
ChatGPT
ChatGPT Pro or Plus with Connectors
Notion
Notion Agents via MCP Tools
OpenClaw
Personal AI assistant with MCP support
MCP Server
Cursor, Windsurf, and any MCP client
Agent Skills
For non-MCP tools: Codex, Copilot, Gemini
MCP vs Agent Skills
Both approaches give an AI agent the same capabilities. They differ in how they connect.
| MCP Server | Agent Skills | |
|---|---|---|
| Works with | MCP-compatible clients (Claude, ChatGPT, Cursor, Notion, etc.) | Any AI tool that can run shell commands |
| Transport | Structured protocol (stdio or HTTP) | CLI + SKILL.md instruction file |
| Install | npx -y @omnisocials/mcp-server or remote URL | npx skills add OmniSocials/omnisocials-agent-skills |
| Best for | Tools with native MCP support | Codex, Copilot, Gemini CLI, and other non-MCP tools |
Both use the same API key and expose the same set of tools. You can run both in parallel with no conflict.
Coming soon
Raycast
Draft and schedule posts from Raycast
Zapier
Connect with thousands of apps
Make.com
Visual automation scenarios
n8n
Self-hosted automation workflows
Slack
Real-time notifications and updates
Last modified on