Catalog
io.github.postall-io/postall
Officialby postall-io · JavaScript
Post to 35+ social media platforms. Schedule & publish from Claude AI.
Publish and schedule posts to 35+ social media platforms from Claude.
README not available yet.
Install
Configuration
Environment variables
POSTALL_API_KEYrequiredsecretPostAll API key. Get it from https://postall.io/dashboard → Settings → API
claude_desktop_config.json
{
"mcpServers": {
"postall": {
"command": "npx",
"args": [
"-y",
"postall-mcp-server@1.0.0"
],
"env": {
"POSTALL_API_KEY": "<YOUR_POSTALL_API_KEY>"
}
}
}
}