postall for Cursor
io.github.postall-io/postall
Post to 35+ social media platforms. Schedule & publish from Claude AI.
client:Cursor
transport:stdio
runtime:npm
Install postall in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"postall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"postall-mcp-server"
],
"env": {
"POSTALL_API_KEY": "<POSTALL_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs