Post for Me MCP Pro
Rank #31,118io.github.helbertparanhos/postforme-mcp-pro
Publish, schedule and analyze social posts across 9 platforms via the Post for Me API.
Post for Me MCP Pro is a Model Context Protocol (MCP) server published by helbertparanhos. It ranks #31,118 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Post for Me MCP Pro is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 10, 2026 and most recently updated on Jun 10, 2026.
Ranks ahead of 84,473 of 115,591 servers on MCP Toplist.
Use Post for Me MCP Pro
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add postforme-mcp-pro -e "POSTFORME_API_KEY=<your POSTFORME_API_KEY>" -e "POSTFORME_READONLY=<your POSTFORME_READONLY>" -- npx -y postforme-mcp-proReplace each placeholder with your own value before saving.
[mcp_servers.postforme-mcp-pro]
command = "npx"
args = ["-y", "postforme-mcp-pro"]
[mcp_servers.postforme-mcp-pro.env]
POSTFORME_API_KEY = "<your POSTFORME_API_KEY>"
POSTFORME_READONLY = "<your POSTFORME_READONLY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postforme-mcp-pro": {
"command": "npx",
"args": [
"-y",
"postforme-mcp-pro"
],
"env": {
"POSTFORME_API_KEY": "<your POSTFORME_API_KEY>",
"POSTFORME_READONLY": "<your POSTFORME_READONLY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postforme-mcp-pro": {
"command": "npx",
"args": [
"-y",
"postforme-mcp-pro"
],
"env": {
"POSTFORME_API_KEY": "<your POSTFORME_API_KEY>",
"POSTFORME_READONLY": "<your POSTFORME_READONLY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"postforme-mcp-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"postforme-mcp-pro"
],
"env": {
"POSTFORME_API_KEY": "<your POSTFORME_API_KEY>",
"POSTFORME_READONLY": "<your POSTFORME_READONLY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postforme-mcp-pro": {
"command": "npx",
"args": [
"-y",
"postforme-mcp-pro"
],
"env": {
"POSTFORME_API_KEY": "<your POSTFORME_API_KEY>",
"POSTFORME_READONLY": "<your POSTFORME_READONLY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postforme-mcp-pro": {
"command": "npx",
"args": [
"-y",
"postforme-mcp-pro"
],
"env": {
"POSTFORME_API_KEY": "<your POSTFORME_API_KEY>",
"POSTFORME_READONLY": "<your POSTFORME_READONLY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.helbertparanhos%2Fpostforme-mcp-pro)<a href="https://mcptoplist.com/server/io.github.helbertparanhos%2Fpostforme-mcp-pro"><img src="https://mcptoplist.com/badge/io.github.helbertparanhos%2Fpostforme-mcp-pro.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
helbertparanhos
Other servers by helbertparanhos
- easypanel-mcp-server#7,200 · 6 vers
- n8n Pro MCP#20,572 · 1 ver
- Cloudflare MCP Pro#23,898 · 1 ver
- ClickUp MCP Pro#24,620 · 1 ver
- Resend Email MCP#24,621 · 1 ver
- Vercel MCP Pro#31,119 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 10, 2026 |
Frequently asked questions
- Who maintains Post for Me MCP Pro?
- Post for Me MCP Pro is maintained by helbertparanhos, which publishes 7 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Post for Me MCP Pro listed on the Official MCP Registry?
- Yes — Post for Me MCP Pro is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Post for Me MCP Pro have?
- MCP Toplist tracks 1 version of Post for Me MCP Pro, most recently published on Jun 10, 2026.
- Where can I find the source code for Post for Me MCP Pro?
- The source code for Post for Me MCP Pro is hosted at github.com/helbertparanhos/postforme-mcp-pro.