Claude
Manage your content from Claude.
Claude lets you manage your Verlynk content using natural language. You can create posts, schedule content, and manage your social media presence directly from Claude using the Verlynk MCP server.
Setup
- Claude Desktop
- Claude Code
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.
If multiple Node versions are installed, verify Claude Desktop is using version 18+.
3. Open Claude Settings
Open Claude Desktop and go to Settings.
4. Navigate to Developer Tab
Open the Developer tab and click Edit config.
5. Add Verlynk MCP Config
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"
]
}
}
}
1. Create an API Key
Create an API key with the mcp:access scope in Organization Settings (org admin only).
2. Add Verlynk MCP via CLI
Run the following command in your terminal to add the Verlynk MCP server to Claude Code:
claude mcp add verlynk \
--transport http \
https://verlynk.com/api/public/mcp \
--header "Authorization: Bearer YOUR_MCP_KEY"
3. Verify the Integration
Run the following command to confirm the MCP server is connected:
claude mcp list
Try It Out
Copy any example prompt to get started with Claude:
- List all my scheduled Verlynk posts for this week
- Create a draft post for LinkedIn: We just shipped our analytics dashboard
- Show channels with no scheduled posts tomorrow
See Prompt Examples for more.