PostWire
Rank #23,292io.github.Perufitlife/postwire-mcp
Post & schedule to TikTok, Instagram, YouTube, LinkedIn, X, Bluesky & more in one call.
PostWire is a Model Context Protocol (MCP) server published by perufitlife. It ranks #23,292 of 115,460 servers tracked on MCP Toplist. PostWire is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jun 16, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 92,168 of 115,460 servers on MCP Toplist.
Use PostWire
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add postwire-mcp -e "POSTWIRE_API_KEY=<your POSTWIRE_API_KEY>" -- npx -y postwire-mcpReplace each placeholder with your own value before saving.
[mcp_servers.postwire-mcp]
command = "npx"
args = ["-y", "postwire-mcp"]
[mcp_servers.postwire-mcp.env]
POSTWIRE_API_KEY = "<your POSTWIRE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postwire-mcp": {
"command": "npx",
"args": [
"-y",
"postwire-mcp"
],
"env": {
"POSTWIRE_API_KEY": "<your POSTWIRE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postwire-mcp": {
"command": "npx",
"args": [
"-y",
"postwire-mcp"
],
"env": {
"POSTWIRE_API_KEY": "<your POSTWIRE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"postwire-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"postwire-mcp"
],
"env": {
"POSTWIRE_API_KEY": "<your POSTWIRE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postwire-mcp": {
"command": "npx",
"args": [
"-y",
"postwire-mcp"
],
"env": {
"POSTWIRE_API_KEY": "<your POSTWIRE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postwire-mcp": {
"command": "npx",
"args": [
"-y",
"postwire-mcp"
],
"env": {
"POSTWIRE_API_KEY": "<your POSTWIRE_API_KEY>"
}
}
}
}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.Perufitlife%2Fpostwire-mcp)<a href="https://mcptoplist.com/server/io.github.Perufitlife%2Fpostwire-mcp"><img src="https://mcptoplist.com/badge/io.github.Perufitlife%2Fpostwire-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
perufitlife
Other servers by perufitlife
- Multi-Scraper MCP#34,263 · 2 vers
- incomeos-mcp#44,848 · 1 ver
- supabase-security-mcp#45,929 · 2 vers
- Aviation MCP Server#58,040 · 1 ver
- Deep Research MCP Server#58,041 · 1 ver
- multi-scraper-mcp#77,712
- appwrite-security-mcp#95,395
- web-exposure-mcp#95,396
Available versions (3)
| Version | Published |
|---|---|
| 0.3.1 | Aug 22, 2026 |
| 0.3.0 | Jun 23, 2026 |
| 0.1.1 | Jun 16, 2026 |
Frequently asked questions
- Who maintains PostWire?
- PostWire is maintained by perufitlife, which publishes 9 MCP servers (10 total versions) tracked on MCP Toplist.
- Is PostWire listed on the Official MCP Registry?
- Yes — PostWire is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does PostWire have?
- MCP Toplist tracks 3 versions of PostWire, most recently published on Aug 22, 2026.
- Where can I find the source code for PostWire?
- The source code for PostWire is hosted at github.com/perufitlife/postwire-mcp.