Connect your client
Add the server to Claude Code, Claude Desktop, Cursor, or MCP Inspector.
How auth works
OAuth 2.1, discovery endpoints, and which studio your tools act on.
Browse the tools
All 16 tools, their inputs, and what they return.
Publish your first post
Connect LinkedIn, write a draft, publish it — end to end.
Endpoint
POST /mcp. Clients that only support
stdio can bridge to it with mcp-remote.
What you can ask for
Every post the server returns carries a
url — a deep link into the web studio.
Hand it to the user instead of a bare id so they can see what you wrote.
The same functions as the API
MCP is not a wrapper around the REST API — both surfaces call the same typed functions in the Worker. A tool and its matching endpoint validate identically, emit the same analytics, and can never drift apart.Studio is in active development. Today it publishes text and image posts to
LinkedIn and X; video and document publishing is stored but not yet
dispatched.