Skip to main content

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

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.

note

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"
]
}
}
}

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.