postbolt for Cursor
io.github.whitemarmot/postbolt
Publish to 13+ social media platforms from any AI agent via MCP.
client:Cursor
transport:stdio
runtime:npm
Install postbolt in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"postbolt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"postbolt-mcp"
],
"env": {
"POSTBOLT_API_KEY": "<POSTBOLT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs