agentreacher for Cursor
io.github.thijssmudde/agentreacher
Connect your AI to social media. Create, schedule, and publish posts to 9+ platforms.
client:Cursor
transport:stdio
runtime:npm
Install agentreacher in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentreacher": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentreacher"
],
"env": {
"AGENTREACHER_API_KEY": "<AGENTREACHER_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs