Recurpost
@dinwal
关于 Recurpost
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"recurpost": {
"command": "npx",
"args": [
"-y",
"recurpost-mcp"
],
"env": {
"RECURPOST_EMAIL": "[email protected]",
"RECURPOST_API_KEY": "your-api-key"
}
}
}
}工具
9Verify 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
概览
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.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
评论