ReplyNodes for Claude

Yes — Claude can publish to LinkedIn, X, and 30+ networks through ReplyNodes' remote MCP server. Connect Claude once via MCP OAuth or the @replynodes/mcp bridge, and it can inspect your channels, draft and schedule posts, and generate media — with your approval.

ReplyNodes is social media infrastructure for AI agents and applications. Instead of a separate integration per social network, Claude gets one standardized set of MCP tools that work across every connected channel.

How it works

1

Connect Claude to ReplyNodes

Add the remote MCP server at app.replynodes.com/api/mcp to Claude, or use @replynodes/mcp as a local bridge. OAuth discovery is available at app.replynodes.com/.well-known/mcp.

2

Claude inspects your channels

Using integrationList and groupList, Claude lists your connected social accounts and groups to see where it can publish.

3

Draft, schedule, and publish

Claude drafts channel-specific copy, validates it against the integrationSchema, and schedules or publishes via integrationSchedulePostTool — subject to your approval rules.

What Claude can do

Schedule and publish posts

integrationSchedulePostTool schedules or publishes posts to one or more connected integrations with timing and content — so Claude can queue a week of posts from a single conversation.

Manage channels and groups

integrationList and groupList give Claude visibility into connected social accounts and customer groups, so it targets the right channels.

Generate and attach media

generateImageTool, generateVideoTool, generateVideoOptions, and videoFunctionTool let Claude create images and video; uploadFromUrlTool brings remote media into your library.

Approval-aware workflows

Posts can be scheduled for approval instead of instant publish, so a human reviews before anything goes live.

Security and authentication

Claude authenticates with your ReplyNodes API key as a Bearer token, or through MCP OAuth (endpoint: app.replynodes.com/api/mcp-oauth). The key is only sent to ReplyNodes — it is not transmitted anywhere else. Create and rotate keys under the Developers page in the app (API Keys & Agents), and treat them like passwords.

Frequently asked questions

Can Claude actually publish to LinkedIn and X?

Yes. Once connected to ReplyNodes, Claude calls the integrationSchedulePostTool to schedule or publish posts to whichever channels you have connected — LinkedIn, X, and 30+ networks. ReplyNodes handles the actual delivery to each platform.

Which Claude clients work with ReplyNodes?

Any client that supports remote MCP servers or MCP OAuth connectors — including Claude Code and Claude.ai custom connectors — can connect to the remote MCP endpoint at app.replynodes.com/api/mcp. Clients that only support local (stdio) MCP servers can use the @replynodes/mcp bridge package instead.

Do I need the ReplyNodes dashboard to use Claude?

No. Drafting, scheduling, and publishing can all happen through MCP tools in the conversation. The visual calendar is available if you want to review or edit posts manually, but it's optional.

Can Claude generate images or video for posts?

Yes — the MCP server exposes generateImageTool, generateVideoTool, generateVideoOptions, and videoFunctionTool, so Claude can generate and attach media as part of a scheduled post.