Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Publora — Cursor Plugin

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.

Prerequisites

  • A Publora account.
  • A Publora API key (sk_…). Create one in your Publora dashboard. See the MCP docs.

Install

From the Cursor marketplace

Search for Publora in Cursor's plugin marketplace and install.

Manual (mcp.json)

Add the server to your Cursor MCP config:

{
  "mcpServers": {
    "publora": {
      "url": "https://mcp.publora.com/mcp",
      "headers": {
        "x-publora-key": "${env:PUBLORA_API_KEY}"
      }
    }
  }
}

Configuration

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_…).

Transport

  • Remote Streamable HTTP at https://mcp.publora.com/mcp — nothing to run locally.

Available tools

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

Links

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors