{
  "markdown": "# LinkedMash\n\n> 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.\n\nThis 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](https://www.linkedmash.com). The service source code is not published in this repository.\n\n## Connect an AI agent over MCP\n\nLinkedMash runs a hosted MCP server, so there is nothing to install. Add it to your MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"linkedmash\": {\n      \"url\": \"https://mcp.linkedmash.com/api/mcp?token=<your-token>\"\n    }\n  }\n}\n```\n\nOr send the token as a header instead of a URL parameter:\n\n```text\nhttps://mcp.linkedmash.com/api/mcp\nAuthorization: Bearer <your-token>\n```\n\nPrefer 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.\n\nCreate a token at [linkedmash.com/integrations/api](https://www.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.\n\nPer-client setup for Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Codex, OpenClaw, and ChatGPT: [Connect Your Agent](https://www.linkedmash.com/api-docs/connect-your-agent).\n\n## Local MCP server (npm)\n\nPrefer a local stdio server? The same tools ship as [`@linkedmash/mcp`](https://www.npmjs.com/package/@linkedmash/mcp):\n\n```bash\nLINKEDMASH_TOKEN=<your-token> npx -y @linkedmash/mcp\n```\n\n## REST API\n\nThe REST API lives at `https://api.linkedmash.com/v1` with Bearer authentication (saved posts are called bookmarks in the API):\n\n```bash\ncurl -H \"Authorization: Bearer <your-token>\" \"https://api.linkedmash.com/v1/bookmarks\"\n```\n\nStart here:\n\n- [Getting Started](https://www.linkedmash.com/api-docs/getting-started)\n- [Agent Quickstart](https://www.linkedmash.com/api-docs/agent-quickstart)\n- [MCP Tools](https://www.linkedmash.com/api-docs/mcp-integration)\n- [Webhooks](https://www.linkedmash.com/api-docs/webhooks)\n\nAgent-readable Markdown versions exist for most doc pages: append `.md` to an api-docs URL, or start from [llms.txt](https://www.linkedmash.com/llms.txt).\n\n## Agent skill\n\nTeach a coding agent to drive LinkedMash end to end:\n\n```bash\nnpx skills add linkedmash/agent-skills\n```\n\nSkill repo: [linkedmash/agent-skills](https://github.com/linkedmash/agent-skills) · Docs: [Skills](https://www.linkedmash.com/api-docs/skills)\n\n## What LinkedMash does\n\n- Imports the posts you save on LinkedIn, text and media included, via a Chrome extension\n- Full-text and AI search, labels, and smart folders across your whole library\n- Auto-sync to Notion, Google Sheets, Airtable, and Miro\n- Download your saved posts as CSV, JSON, or PDF\n- An AI assistant that answers questions across your saves\n- A Composer to draft, schedule, auto-publish, and analyze LinkedIn posts\n\n## Links\n\n- Website: [linkedmash.com](https://www.linkedmash.com)\n- For AI agents: [linkedmash.com/for-ai-agents](https://www.linkedmash.com/for-ai-agents)\n- API docs: [linkedmash.com/api-docs/getting-started](https://www.linkedmash.com/api-docs/getting-started)\n- npm: [@linkedmash/mcp](https://www.npmjs.com/package/@linkedmash/mcp)\n\n## Support\n\nQuestions or problems with the MCP server or API? [Open an issue](https://github.com/linkedmash/linkedmash/issues) or reach out via [linkedmash.com](https://www.linkedmash.com).\n",
  "bytes": 3747,
  "sha": "adb24b1539404bab932fb55989d01c9e42c3bfcaf77016655081b411cc520698",
  "repo_slug": "linkedmash/linkedmash",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_linkedmash_linkedmash_b23ebca3/readme"
}