Oktopost MCP Server

Oktopost MCP Server

Official
Oktopost

Manages social media campaigns and content through Oktopost's API. Schedule posts, handle approvals, and coordinate employee advocacy across multiple social platforms.

Enables comprehensive social media management through Oktopost's REST API, including campaign creation, content scheduling, post management, workflow approvals, employee advocacy, and media asset handling across connected social profiles.

157 views1Local (stdio)

What it does

  • Create and manage social media campaigns
  • Schedule posts across multiple social platforms
  • Handle workflow approvals for content
  • Manage employee advocacy programs
  • Upload and organize media assets
  • Monitor connected social profiles

Best for

Marketing teams managing multi-platform campaignsSocial media managers scheduling contentCompanies with employee advocacy programsAgencies handling multiple client accounts
Full campaign workflow managementEmployee advocacy coordination

About Oktopost MCP Server

Oktopost MCP Server is an official MCP server published by Oktopost that provides AI assistants with tools and capabilities via the Model Context Protocol. Oktopost MCP: social media management & scheduling via REST API — create campaigns, manage posts, approvals, employee ad It is categorized under developer tools, productivity.

How to install

You can install Oktopost MCP Server in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Oktopost MCP Server is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Oktopost MCP Server

This MCP Server provides a full-featured integration layer on top of the Oktopost REST API, enabling secure, structured access to campaigns, messages, posts, media assets, uploads, social profiles, calendars, workflows, employee advocacy boards, and user data. It provides a comprehensive set of tools that enable MCP clients to create and manage content, schedule posts, handle approvals, interact with advocacy programs, and streamline day-to-day social operations directly in Oktopost.

Available Tools

Campaigns

  • create_campaign — Create a new campaign with name, URL, and tags.
  • get_campaign_by_id — Retrieve a campaign by ID.
  • list_campaigns — List campaigns with optional filters.

Messages (Content Assets)

  • create_message — Create a new message with link or media attachments.
  • get_message_by_id — Get message data by ID.
  • list_messages — List messages by campaign or message IDs.

Posts

  • create_post — Create a social post, optionally sending it to workflow.
  • update_post — Update an unsent post.
  • get_post — Retrieve a post by ID, optionally with analytics.
  • list_social_posts — List social posts by post ID.
  • get_social_post — Get a single social post with optional stats.

Media & Uploads

  • create_media — Create a media asset from a public image URL.
  • list_media — List media assets with optional filters.
  • get_media — Get media by ID.
  • create_upload — Create a media upload request from a public URL.
  • list_uploads — List uploads with filters.
  • get_upload — Get an upload by ID.

Calendar & Planning

  • get_calendar — Retrieve calendar data with optional filters.

Social Profiles

  • list_social_profiles — List connected social profiles.
  • get_social_profile — Get a single social profile by ID.

Approvals

  • list_workflows — List all workflows and their steps.
  • list_workflow_items — List messages and posts pending approval.
  • process_workflow_item — Approve or reject an item (with optional note).
  • list_workflow_item_notes — List workflow notes for a post or message.
  • add_workflow_item_note — Add a workflow note for a post or message.

Employee Advocacy

  • list_boards — List all advocacy boards.
  • list_board_topics — List topics for advocacy boards.
  • create_board_topic — Create a new board topic.
  • list_board_stories — List stories in a board.
  • create_board_story — Create a new advocacy story.
  • update_board_story — Update an existing story.

Users

  • list_users — List users with basic info.
  • get_user — Get detailed information for a specific user.

Feedback

  • send_feedback — Send bug reports or feature requests.

Authorization

The Oktopost MCP Server supports multiple authentication flows depending on the client type. All methods authenticate against the Oktopost REST API and respect the user's roles, permissions, and asset-level access.

Desktop Clients (Local Configuration)

Desktop MCP clients authenticate using environment variables defined in your local MCP configuration file. To run the MCP server locally, you must have Node.js v20 or higher installed and access to your Oktopost Account ID, Region, and API Key.

Example: How to Connect Claude Desktop
  1. Add a local MCP server (using a command).
  2. Open Claude Desktop's Settings and go to the Developer tab.
  3. Click the Edit Config button to open the claude_desktop_config.json file.
  4. Add a new entry to the mcpServers section with a name, command, and args that point to your server's executable and its arguments (for example, a Python script).
  5. Save the file.
  6. Close and restart Claude Desktop to reload the configuration and enable the server.
{
  "mcpServers": {
    "oktopost": {
      "command": "npx",
      "args": ["oktopost-mcp"],
      "env": {
        "OKTOPOST_ACCOUNT_REGION": "us",
        "OKTOPOST_ACCOUNT_ID": "your_oktopost_account_id",
        "OKTOPOST_API_KEY": "your_oktopost_api_key"
      }
    }
  }
}

ChatGPT & Claude (OAuth)

ChatGPT and Claude (cloud versions) connect with Oktopost via OAuth. Users approve the requested scopes during the authorization flow, granting the MCP client secure, permission-aware access to your Oktopost workspace.

Automation Tools (Basic Auth)

Automation platforms—such as n8n can connect to https://mcp.oktopost.com using Basic HTTP Authentication:

  • Username: Your Oktopost Account ID
  • Password: Your API token from Oktopost (generated in your account settings)

This enables automation systems to interact safely and programmatically with the full MCP toolset.

Support

Getting Help

If you encounter issues or have questions about the Oktopost MCP Server:

  1. Check the Documentation - Review this README and configuration examples.
  2. Search Issues - Check GitHub Issues for similar problems.
  3. Create an Issue - If you find a bug or need a feature, open a new issue.

Contact Information

License

This MCP Server is provided under the Apache License 2.0.

Oktopost customers may use this implementation in accordance with the Oktopost platform's Terms and Conditions.

Developers are free to review the source code, modify it, and build their own MCP Server implementations for Oktopost, subject to the permissions and conditions defined in the Apache 2.0 license.

Alternatives

Related Skills

Browse all skills
ui-design-system

UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.

18
ai-sdk

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".

6
ai-assisted-development

Leveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.

4
api-documenter

Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.

4
teams-channel-post-writer

Creates educational Teams channel posts for internal knowledge sharing about Claude Code features, tools, and best practices. Applies when writing posts, announcements, or documentation to teach colleagues effective Claude Code usage, announce new features, share productivity tips, or document lessons learned. Provides templates, writing guidelines, and structured approaches emphasizing concrete examples, underlying principles, and connections to best practices like context engineering. Activates for content involving Teams posts, channel announcements, feature documentation, or tip sharing.

4
openai-knowledge

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.

4