MCP.so
Sign In
R

Recurpost

@dinwal

About Recurpost

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

dinwal

Submitted by

dinwal

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "recurpost": {
      "command": "npx",
      "args": [
        "-y",
        "recurpost-mcp"
      ],
      "env": {
        "RECURPOST_EMAIL": "[email protected]",
        "RECURPOST_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

9

Verify your API credentials

List all connected social media accounts

List all content libraries

Get URLs to connect new social accounts

Get posting history for a social account

Post or schedule content to a social account

Add content to a library for recurring posting

Generate social media post text with AI

Generate images from text descriptions

Overview

What is Recurpost?

Recurpost is an MCP (Model Context Protocol) server that gives AI assistants access to the RecurPost social media management API. It enables users to manage social accounts, post or schedule content, work with content libraries, and generate AI-powered posts and images — all through natural language prompts.

How to use Recurpost?

Obtain an API password key from your RecurPost account settings, then configure the server in Claude Desktop or Claude Code by providing your email and API key as environment variables. After setup, invoke tools like user_login, social_account_list, post_content, or generate_content_with_ai by asking the AI in plain English.

Key features of Recurpost

  • List connected social accounts and content libraries.
  • Post content immediately or schedule for later.
  • Add content to libraries for recurring/evergreen posting.
  • View posting history with engagement metrics.
  • Generate social media content and images with AI.
  • Get URLs to connect new social media accounts.

Use cases of Recurpost

  • Show all connected social accounts across platforms.
  • Schedule a promotional post on Facebook for a specific date and time.
  • Generate a LinkedIn post about remote work productivity tips.
  • View the posting history for your Twitter account.
  • Add a set of evergreen social media tips to a content library.

FAQ from Recurpost

How do I get an API key?

Log in to RecurPost, go to Account Settings, and generate an API Password Key. This is not your login password.

Where are my credentials stored and used?

Your email and API key are stored in your local configuration file and only used to authenticate directly with the RecurPost API. They never leave your machine and are never exposed to the AI model.

What runtime does the server require?

The server runs via npx, so Node.js must be installed on your system.

What transport does the server use?

It runs as a local subprocess using standard MCP stdio transport — no external servers are involved.

Can I schedule posts for a future time?

Yes, the post_content tool allows you to post content immediately or schedule it for a later time.

Comments

More Other MCP servers