Mmcp.market

LinkedMash MCP server

by linkedmash·io.github.linkedmash/linkedmash·v1.2.0

Search, label and export your LinkedIn saved posts, then draft, schedule and publish from them.

A93/100grade A
What users say
No reviews yet
Be the first
Safety scan
A93/100

full report

Adoption
Growing

0 stars23 downloads/wk

Reviews

Write one

Nobody has reviewed LinkedMash yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

LinkedMash tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan6 source files scanned25/25
  • Live reliabilityremote reachable in 97ms (auth required)20/20
  • Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityOAuth resource metadata advertised on 40115/15
  • Maintenancelast push 65 days ago12/15
  • Maintainer identityregistry namespace matches repository owner7/10
Overall 93/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the LinkedMash repository's README, as published. We do not edit it. Read it on GitHub

LinkedMash

LinkedMash imports your LinkedIn saved posts into a searchable library and auto-syncs them to Notion, Google Sheets, Airtable, and Miro, with a REST API and an MCP server so AI agents such as Claude, ChatGPT, Cursor, and Codex can search and manage the same library.

This repository is the public home of the LinkedMash developer surface: the hosted MCP server, the @linkedmash/mcp npm package, the REST API, and the agent skill. The product itself lives at linkedmash.com. The service source code is not published in this repository.

Connect an AI agent over MCP

LinkedMash runs a hosted MCP server, so there is nothing to install. Add it to your MCP client config:

{
  "mcpServers": {
    "linkedmash": {
      "url": "https://mcp.linkedmash.com/api/mcp?token=<your-token>"
    }
  }
}

Or send the token as a header instead of a URL parameter:

https://mcp.linkedmash.com/api/mcp
Authorization: Bearer <your-token>

Prefer the header form where your client supports it; the URL form exists for clients that cannot set headers, and query strings can end up in request logs.

Create a token at linkedmash.com/integrations/api (login required). Note: the server accepts the initial MCP handshake before checking your token, so a wrong token shows up as a failure on the first tool call, not at connect time.

Per-client setup for Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Codex, OpenClaw, and ChatGPT: Connect Your Agent.

Local MCP server (npm)

Prefer a local stdio server? The same tools ship as @linkedmash/mcp:

LINKEDMASH_TOKEN=<your-token> npx -y @linkedmash/mcp

REST API

The REST API lives at https://api.linkedmash.com/v1 with Bearer authentication (saved posts are called bookmarks in the API):

curl -H "Authorization: Bearer <your-token>" "https://api.linkedmash.com/v1/bookmarks"

Start here:

  • Getting Started
  • Agent Quickstart
  • MCP Tools
  • Webhooks

Agent-readable Markdown versions exist for most doc pages: append .md to an api-docs URL, or start from llms.txt.

Agent skill

Teach a coding agent to drive LinkedMash end to end:

npx skills add linkedmash/agent-skills

Skill repo: linkedmash/agent-skills · Docs: Skills

What LinkedMash does

  • Imports the posts you save on LinkedIn, text and media included, via a Chrome extension
  • Full-text and AI search, labels, and smart folders across your whole library
  • Auto-sync to Notion, Google Sheets, Airtable, and Miro
  • Download your saved posts as CSV, JSON, or PDF
  • An AI assistant that answers questions across your saves
  • A Composer to draft, schedule, auto-publish, and analyze LinkedIn posts

Links

  • Website: linkedmash.com
  • For AI agents: linkedmash.com/for-ai-agents
  • API docs: linkedmash.com/api-docs/getting-started
  • npm: @linkedmash/mcp

Support

Questions or problems with the MCP server or API? Open an issue or reach out via linkedmash.com.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http linkedmash https://mcp.linkedmash.com/api/mcp
Add to Cursor

LinkedMash: common questions

Is LinkedMash MCP server safe?
Yes, by our scan: it is graded A (93/100). Read the LinkedMash safety report
How do I install LinkedMash?
It runs remotely at mcp.linkedmash.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does LinkedMash need an API key?
No key to paste: it signs you in with OAuth when your client connects.
Is LinkedMash maintained?
The last commit was 66 days ago (2026-07-20). The latest release is v1.2.0.
Is LinkedMash up?
100% of our last 20 checks got an answer. We check remote servers about four times a day.
What can I use instead of LinkedMash?
Servers from other publishers that do the same job: Chirpie MCP server, Upload-Post MCP server and Publora MCP server. Compare all LinkedMash alternatives.

Alternatives to LinkedMash

Same job from other publishers: the closest match first, then the best rated.

All LinkedMash alternatives →
  • Chirpie
    Post, schedule, and track social posts on X, Bluesky, LinkedIn, Instagram and more from AI agents.
    A
  • Upload-Post
    Social media MCP: publish, schedule & analyze posts on TikTok, Instagram, YouTube, LinkedIn & X
    A
  • Publora
    Schedule and publish to 10 social platforms: LinkedIn, X, Instagram, TikTok, YouTube, and more.
    A
  • PostLake
    Post, schedule, reply and measure across X, LinkedIn, Instagram, TikTok, YouTube, Threads, Bluesky
    A
  • Ravenpost
    Schedule & publish social media posts to Instagram, TikTok, X, LinkedIn, YouTube, Pinterest & more.
    A

More from linkedmash