Documentation Index
Fetch the complete documentation index at: https://anchors.in/docs/llms.txt
Use this file to discover all available pages before exploring further.
The anchors MCP lets any AI tool save a LinkedIn post draft and instantly return a shareable preview link — no browser, no login, no copy-pasting. The link opens a pixel-perfect preview that looks exactly like LinkedIn, with mobile and desktop toggle built in.
MCP server
Connect any MCP-compatible AI tool to anchors using this server URL.Connect the MCP
- Claude (Web)
- Claude Desktop (Mac / Windows)
- ChatGPT
Works on Claude Pro, Max, Team, and Enterprise plans at claude.ai.
Open Settings
Go to claude.ai. Click your profile name in the bottom-left corner and select Settings.
Enter the anchors MCP details
Fill in the following:
- Name:
anchors - URL:
https://collab.anchors.in/mcp
On Team or Enterprise plans, an Owner must add the connector first via Organization Settings → Connectors, before members can connect individually.
How it works
Call save_linkedin_post
The AI calls
save_linkedin_post with the post data. anchors stores it and returns a uniqueString.Review before publishing
Anyone with the link can open it — no login needed. Toggle between mobile and desktop to review exactly how it will look on LinkedIn.
Tools
save_linkedin_post
Saves a LinkedIn post draft and returns a unique preview identifier.
| Parameter | Type | Required | Description |
|---|---|---|---|
content | string | ✅ | The main post text body |
influencerName | string | Author’s display name | |
tagline | string | Author’s title or role | |
profileImage | string | URL of the author’s profile photo | |
images | array | Array of image URLs attached to the post | |
isApproved | boolean | Whether the brand has approved the draft | |
status | string | Post status — e.g. draft, submitted | |
suggestionComment | string | Brand’s feedback or revision note on the draft | |
viewMode | string | Default view — mobile or desktop |
uniqueString — use this to build the preview URL.
get_linkedin_post
Retrieves a previously saved post by its unique identifier.
| Parameter | Type | Required | Description |
|---|---|---|---|
uniqueString | string | ✅ | The ID returned by save_linkedin_post |
The preview link
No login required
Anyone with the link can view the preview — no anchors account needed.
Mobile + desktop toggle
Switch between both views to review exactly how the post reads across devices.
Pixel-perfect preview
Looks exactly like a real LinkedIn post — not a raw text block.
Instantly shareable
Send to brands, creators, or clients directly from your AI tool output.
Use cases
Brand–creator approval flow
A brand briefs a creator via AI. The AI drafts the post, saves a preview, and returns a link. The brand reviews and approves before anything goes live — no more reviewing raw text in a doc or email thread.LinkedIn ghostwriting
Write a post in any AI tool — Claude, Cursor, ChatGPT with MCP — and instantly share a visual preview with your client. They see exactly how it will look before you hit publish. No more “can you paste it somewhere I can read it properly.”Content agencies at scale
Loop through multiple creator drafts in a workflow. Generate one preview link per creator. Send each link for individual sign-off. All automated — no manual copy-pasting between tools.No-code workflows via Make or n8n
A form submission triggers a post draft. The anchors MCP saves it. The preview link is sent via email or Slack for human review — all without writing any code beyond the workflow config.Full approval loop via AI agent
An agent writes the draft, saves a preview, attachessuggestionComment from the brand, and sets isApproved: false. The creator gets the link, reviews feedback, revises, and the loop continues — all tracked through the MCP.
FAQ
Do I need an anchors account to use this?
Do I need an anchors account to use this?
No. The MCP handles the save operation. Anyone with the preview link can view it without logging in.
Can I edit a saved post?
Can I edit a saved post?
Not directly. Save a new post with the updated content using
save_linkedin_post and share the new link.Is the preview link public?
Is the preview link public?
Anyone who has the link can view it. It is not publicly indexed or listed anywhere — only people you share the link with can access it.
Which AI tools does this work with?
Which AI tools does this work with?
Any tool that supports MCP — including Claude, Cursor, Windsurf, n8n, Make, and more.
What does isApproved actually do?
What does isApproved actually do?
It is a metadata flag stored with the post. It does not automatically trigger any action on anchors — your workflow decides how to use it.
Can I retrieve a post I saved earlier?
Can I retrieve a post I saved earlier?
Yes. Call
get_linkedin_post with the uniqueString returned at save time to retrieve the full post data.Try it directly
Don’t need an AI tool right now? Use the LinkedIn Post Preview tool directly in your browser — paste any post text and see how it looks before publishing. Open LinkedIn Post Preview →Learn more about anchors — the LinkedIn influencer marketing platform — at anchors.in
