Cursor
Manage Verlynk from your code editor.
Use the Verlynk MCP server in Cursor to manage social content from your IDE. Schedule posts, check your queue, and draft content without leaving your editor.
Setup
1. Create an API Key
Create an API key with the mcp:access scope in Organization Settings (org admin only).
2. Install Node.js (one-time setup)
This integration requires Node.js 18 or higher. Download Node.js.
3. Open Cursor Settings
Open Cursor and go to Settings.
Use Cmd+Shift+J (Mac) or Ctrl+Shift+J (Windows/Linux).
4. Navigate to MCP
Open the MCP tab from the settings sidebar.
5. Add Verlynk MCP Server
Add the following JSON configuration:
{
"mcpServers": {
"Verlynk": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://verlynk.com/api/public/mcp",
"--header",
"Authorization: Bearer YOUR_MCP_KEY"
]
}
}
}
6. Verify Connection
After saving, you should see a connected status for Verlynk in MCP settings.
Try It Out
Copy any example prompt to get started with Cursor:
- List all my connected Verlynk channels
- Draft a Verlynk post announcing our new feature and schedule it for tomorrow morning
- Show me all my draft posts in Verlynk so I can review what's pending
See Prompt Examples for more.