Getting Started
MCP Server
OmniSocials provides an MCP (Model Context Protocol) server so you can manage your social media directly from AI assistants like Claude, Cursor, Windsurf, and more.
Install the npm package: @omnisocials/mcp-server
Claude Code
Code
Then set your API key:
Code
Claude Desktop / Cursor / Windsurf
Add to your MCP config file:
Code
Config file locations
- Claude Desktop:
claude_desktop_config.json - Cursor:
.cursor/mcp.json - Windsurf:
~/.codeium/windsurf/mcp_config.json
The MCP server supports the same scopes as the REST API. Your API key determines what actions the AI assistant can perform.
Alternative: Agent Skills
If your AI tool doesn't support MCP, you can use Agent Skills instead. Agent Skills work with any AI coding tool (Cursor, Codex, GitHub Copilot, Gemini CLI, and more) via a CLI + markdown approach:
Code
Last modified on