Schedule and publish social media posts — Threads, Instagram, X, LinkedIn, and more — without leaving Cursor. This plugin connects Cursor to the remote Publora MCP server so the agent can manage your social posting through natural language.
- A Publora account.
- A Publora API key (
sk_…). Create one in your Publora dashboard. See the MCP docs.
Search for Publora in Cursor's plugin marketplace and install.
Add the server to your Cursor MCP config:
{
"mcpServers": {
"publora": {
"url": "https://mcp.publora.com/mcp",
"headers": {
"x-publora-key": "${env:PUBLORA_API_KEY}"
}
}
}
}The plugin reads your API key from the PUBLORA_API_KEY environment variable — your key is never hard-coded in the config. Set it before launching Cursor:
export PUBLORA_API_KEY="sk_your_key_here"The key is sent to the Publora MCP server as the x-publora-key header (you can also use Authorization: Bearer sk_…).
- Remote Streamable HTTP at
https://mcp.publora.com/mcp— nothing to run locally.
| Tool | Purpose |
|---|---|
list_connections |
List connected social accounts (X, LinkedIn, TikTok, …) |
create_post |
Create and schedule a post to one or more platforms |
get_post |
Get a scheduled post group and its platform posts |
update_post |
Change a post's status or scheduled time |
delete_post |
Delete a scheduled post group |
list_posts |
List scheduled / past posts |
get_upload_url |
Get a presigned URL to upload media for a post |
linkedin_create_reaction |
React to a LinkedIn post |
linkedin_delete_reaction |
Remove a LinkedIn reaction |
linkedin_create_comment |
Comment on a LinkedIn post |
linkedin_delete_comment |
Remove a LinkedIn comment |
- Website: https://publora.com
- MCP docs: https://docs.publora.com/mcp/openclaw
- Server card: https://mcp.publora.com/.well-known/mcp/server-card.json