Draft
Create and edit posts in your organization's library, ready for review or straight to the queue.
Anthropic · terminal & IDE agent
Claude Code lives where the work happens. Wire Inklate into it and the same session that merges the PR can draft the announcement, schedule it for the right morning, and report back on how the last one did.
What Claude Code can do
Create and edit posts in your organization's library, ready for review or straight to the queue.
Queue posts with explicit timezone offsets — 9am always means 9am, never a UTC surprise.
Push posts live to connected LinkedIn profiles and company pages the moment you say so.
Read impressions, reactions, comments, shares, and clicks — the same self-updating numbers as the dashboard.
Setup
You'll need an Inklate organization and, for key-based setups, an API key from Settings → API keys in the dashboard.
Register the server with your organization API key (create one in the dashboard under Settings → API keys).
claude mcp add --transport http inklate https://api.inklate.com/mcp \
--header "Authorization: Bearer inklate_your_org_key"Run /mcp inside Claude Code to confirm Inklate is connected and its tools are listed.
/mcpAsk for drafts, schedules, or analytics in plain language — or add it to CLAUDE.md so every session knows publishing is on the table.
Try these first
“We just merged the dark-mode PR. Draft a LinkedIn post about it and schedule it for tomorrow 9:15 AM IST.”
“List everything scheduled this week and flag anything that collides.”
“Write a launch-day thread from RELEASE_NOTES.md and queue the first post for Monday.”
Questions
In the command above it's passed as a header; for teams, keep it in an environment variable and reference it from your MCP config instead of committing it.
Both work. Add it with --scope user to publish from any repo, or per-project so only your product repo can post.
Also works with
Create an organization, connect LinkedIn, and your agent publishes with the same guardrails as your team.