LinkedMash
OfficialSyncs LinkedIn saved posts to Airtable, enabling search and management of the library through LinkedMash.
Syncs LinkedIn saved posts to Google Sheets, enabling search and management of the library through LinkedMash.
Syncs LinkedIn saved posts to Miro, enabling search and management of the library through LinkedMash.
Syncs LinkedIn saved posts to Notion, enabling search and management of the library through LinkedMash.
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.
Related MCP server: writio-mcp-server
Local MCP server (npm)
Prefer a local stdio server? The same tools ship as @linkedmash/mcp:
LINKEDMASH_TOKEN=<your-token> npx -y @linkedmash/mcpREST 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:
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-skillsSkill 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceConnects Claude Desktop to LinkedIn's data layer for AI-powered networking, enabling profile research, content creation and scheduling, engagement automation, analytics tracking, and messaging through natural language.8536MIT
- Alicense-qualityDmaintenanceLinkedIn-native AI content creation, scheduling & analytics. Write and post on LinkedIn, create drafts, generate hooks & hashtags, schedule posts, and track engagement — all through natural language.44MIT
- AlicenseBqualityAmaintenanceEnables AI agents with read/write access to LinkedIn API, including profile, posts, media, organizations, comments, reactions, and analytics.2012MIT
- Flicense-qualityCmaintenanceEnables AI assistants to manage LinkedIn workflows through a comprehensive set of tools for content generation, profile optimization, lead management, message outreach, engagement, analytics, scheduling, and industry research.
Related MCP Connectors
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
Draft, schedule, publish, and analyze your LinkedIn posts from your AI assistant via Taplio.
Let AI tools securely access your LinkedIn network and DMs
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/linkedmash/linkedmash'
If you have feedback or need assistance with the MCP directory API, please join our Discord server