Zernio Social Media MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Zernio Social Media MCP Servercreate a post announcing our new feature on Twitter"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Zernio Social Media MCP Server
HTTP MCP server for Zernio social media API, deployed on Cloudflare Workers.
Setup
npm installRelated MCP server: @posteverywhere/mcp
Development
npm run devDeploy
npm run deployUsage
Endpoint: POST /mcp
Authentication: Send your Zernio API key via header:
x-api-key: sk_your_key_hereorAuthorization: Bearer sk_your_key_here
Claude Desktop Config
{
"mcpServers": {
"zernio": {
"type": "streamable-http",
"url": "https://zernio-mcp.<your-subdomain>.workers.dev/mcp",
"headers": {
"x-api-key": "sk_your_key_here"
}
}
}
}Tools (18)
Tool | Description |
| List connected social media accounts |
| Get account details by platform |
| List all profiles |
| Get profile details |
| Create a new profile |
| Update a profile |
| Delete a profile |
| List posts (filter by status) |
| Get post details |
| Create post (draft/scheduled/immediate) |
| Publish immediately |
| Post to multiple platforms |
| Update draft/scheduled post |
| Delete a post |
| Retry a failed post |
| List failed posts |
| Retry all failed posts |
| Get browser upload URL |
| Check upload status |
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrgoonie/zernio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server