Taplio Linkedin MCP

The Taplio LinkedIn MCP Server is a Model Context Protocol (MCP) server that connects AI tools directly to your Taplio account and, through it, to your LinkedIn presence. It gives AI agents, assistants, and chat clients the ability to draft, schedule, and publish LinkedIn posts, browse what you have already posted, research inspiration from other creators, and read your analytics, all through natural language. Its 13 documented tools cover draft, analytics. It is available as a remote MCP endpoint.

Teams that want a hosted social media endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-07-10 · ★ 3 · #44 OF 46 MAINTAINED SOCIAL MEDIA · VERIFIED 2026-08-25

MIT · how we verify → /methodology

01 · Install Taplio Linkedin MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add taplioofficial-taplio-linkedin-mcp --transport http https://mcp.taplio.com

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "taplioofficial-taplio-linkedin-mcp": {
      "url": "https://mcp.taplio.com"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.taplio.com

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.taplio.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

repo age created 2026-07-10 - young repo, little track record yet

license MIT - declared in the repository

registry namespace io.github.TaplioOfficial is GitHub-verified and matches the repo owner

03 · What Taplio Linkedin MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can read this first to orient. Returns the user's identity and content preferences so you can tailor output to them, create a new LinkedIn post draft (unpublished). Publish it later with schedule_draft or publish_draft, fetch a single LinkedIn post draft by id, and list the user's unpublished LinkedIn post drafts.

Capability map

Tools grouped from the project's README - what Taplio Linkedin MCP lets an agent do.

Draft

6 tools - e.g. Create a new LinkedIn post draft (unpublished). Publish it later with schedule_draft or publish_draft.; Fetch a single LinkedIn post draft by id.; Update the content of an existing draft. Only drafts can…

create_draft · get_draft · update_draft · delete_draft · publish_draft · schedule_draft

read & search

5 tools - e.g. Read this first to orient. Returns the user's identity and content preferences so you can tailor output to them; List the user's unpublished LinkedIn post drafts.; List the user's LinkedIn posts (status…

get_me · list_drafts · list_posts · get_post · search_inspiration

Analytics

2 tools - e.g. Get the user's LinkedIn analytics overview (followers, impressions, engagement). Defaults to today when no date; List the user's per-post analytics (impressions, likes, comments, shares), defaulting to…

get_analytics_overview · get_post_analytics

04 · Who maintains Taplio Linkedin MCP

taplio-linkedin-mcp is maintained by taplioofficial. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
social media - ranked #44 of 46 actively-maintained social media servers as of 2026-08-25.
registry
io.github.TaplioOfficial/taplio-linkedin-mcp (active, first published 2026-07-10)

06 · Taplio Linkedin MCP FAQ

Is Taplio Linkedin MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-10. We re-verify nightly.

What can Taplio Linkedin MCP do?

With this server connected, an agent can read this first to orient. Returns the user's identity and content preferences so you can tailor output to them, create a new LinkedIn post draft (unpublished). Publish it later with schedule_draft or publish_draft, fetch a single LinkedIn post draft by id, and list the user's unpublished LinkedIn post drafts.

How do I install Taplio Linkedin MCP?

Run `claude mcp add taplioofficial-taplio-linkedin --transport http https://mcp.taplio.com`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Taplio Linkedin MCP require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Taplio Linkedin MCP