# 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 for AI agents, plus a Composer to draft, schedule, publish, and analyze LinkedIn content. LinkedMash is a bookmark manager for LinkedIn saved posts. A Chrome extension imports the posts you save on LinkedIn, text and media included, into a searchable library where you can label them, build smart folders, and search inside the post text. Saved posts auto-sync to Notion, Google Sheets, Airtable, and Miro, so your research library lives in the tools you already use. A REST API and an MCP server let AI agents such as Claude, ChatGPT, and Cursor search and manage the same library. An AI assistant answers questions across your saves, email digests resurface them, and the Composer drafts, schedules, auto-publishes, and analyzes LinkedIn posts. ## Product - [LinkedMash](https://www.linkedmash.com/): Save, organize, search, and reuse your LinkedIn saved posts. - [Organize](https://www.linkedmash.com/features/organize): Labels, smart folders, and full-text plus AI search across saved posts. - [Discover](https://www.linkedmash.com/features/discover): Email digests and an AI assistant that answers across your saves. - [Create](https://www.linkedmash.com/features/create): Draft from your saves, schedule, auto-publish to LinkedIn, and track analytics. - [For AI Agents](https://www.linkedmash.com/for-ai-agents): Connect Claude, ChatGPT, Cursor, and Codex over MCP or REST. - [LinkedIn Saved Posts API](https://www.linkedmash.com/linkedin-saved-posts-api): LinkedIn has no official saved posts API; LinkedMash provides REST and MCP access to your own saved posts. - [How to Find Your LinkedIn Saved Posts](https://www.linkedmash.com/how-to-find-linkedin-saved-posts): Saved posts live at linkedin.com/my-items/saved-posts; how to find them on desktop and mobile, and how to search the list. - [Download LinkedIn Saved Posts](https://www.linkedmash.com/download-linkedin-saved-posts): Download saved posts as CSV, JSON or PDF with the full text, author, media and labels. - [Chat With LinkedIn Saved Posts](https://www.linkedmash.com/chat-with-linkedin-saved-posts): Chat with your LinkedIn saved posts: the LinkedMash AI assistant, plus ChatGPT, Claude and Cursor over MCP. - [Best LinkedIn Saved Posts Tools](https://www.linkedmash.com/best-linkedin-saved-posts-tools): Honest comparison of tools for LinkedIn saved posts: LinkedMash, ContextBolt, Dewey, AuthoredUp, Readwise and manual export. - [Pricing](https://www.linkedmash.com/pricing): Plans and pricing. ## Integrations - [Export to Notion](https://www.linkedmash.com/auto-export-linkedin-saved-posts-to-notion): Auto-sync LinkedIn saved posts to a Notion database, with media. - [Export to Google Sheets](https://www.linkedmash.com/auto-export-linkedin-saved-posts-to-google-sheets): Auto-sync saved posts to a Google Sheet. - [Export to Airtable](https://www.linkedmash.com/auto-export-linkedin-saved-posts-to-airtable): Auto-sync saved posts to an Airtable base. - [Export to Miro](https://www.linkedmash.com/auto-export-linkedin-saved-posts-to-miro): Send saved posts to a Miro board as cards. ## Docs - [Getting Started](https://www.linkedmash.com/api-docs/getting-started.md): Learn how to authenticate and start using the LinkedMash API - [Overview](https://www.linkedmash.com/api-docs/agent-quickstart.md): Give an AI agent a tool surface for saved posts and content - [Connect Your Agent](https://www.linkedmash.com/api-docs/connect-your-agent.md): Connect LinkedMash to your AI agent over MCP in under a minute - [Skills](https://www.linkedmash.com/api-docs/skills.md): A ready-to-copy skill that teaches an agent to drive LinkedMash - [MCP Tools](https://www.linkedmash.com/api-docs/mcp-integration.md): Model Context Protocol integration for AI assistants - [Webhooks](https://www.linkedmash.com/api-docs/webhooks.md): Signed HTTP callbacks for saved-post and content events - [n8n Integration](https://www.linkedmash.com/api-docs/n8n-integration.md): Workflow automation with n8n ## API Reference - [Fetch Saved Posts](https://www.linkedmash.com/api-docs/fetch-saved-posts.md): GET /v1/bookmarks - [Count Saved Posts](https://www.linkedmash.com/api-docs/count-saved-posts.md): GET /v1/bookmarks/count - [List Labels](https://www.linkedmash.com/api-docs/list-labels.md): GET /v1/labels - [Add Labels to Bookmarks](https://www.linkedmash.com/api-docs/add-labels-to-bookmarks.md): POST /v1/labels/add - [Remove Labels from Bookmarks](https://www.linkedmash.com/api-docs/remove-labels-from-bookmarks.md): POST /v1/labels/remove - [Get Bookmark](https://www.linkedmash.com/api-docs/get-bookmark.md): GET /v1/bookmarks/{id} - [Create Draft](https://www.linkedmash.com/api-docs/create-draft.md): POST /v1/posts - [List Drafts](https://www.linkedmash.com/api-docs/list-drafts.md): GET /v1/posts - [Get Draft](https://www.linkedmash.com/api-docs/get-draft.md): GET /v1/posts/{id} - [Update Draft](https://www.linkedmash.com/api-docs/update-draft.md): PATCH /v1/posts/{id} - [Delete Draft](https://www.linkedmash.com/api-docs/delete-draft.md): DELETE /v1/posts/{id} - [Upload Media](https://www.linkedmash.com/api-docs/upload-media.md): POST /v1/media/upload - [Schedule Post](https://www.linkedmash.com/api-docs/schedule-post.md): POST /v1/posts/{id}/schedule - [Get Queue](https://www.linkedmash.com/api-docs/get-queue.md): GET /v1/queue - [Get Posting Slots](https://www.linkedmash.com/api-docs/get-posting-slots.md): GET /v1/queue/slots - [Cancel Scheduled Post](https://www.linkedmash.com/api-docs/cancel-scheduled-post.md): DELETE /v1/queue/{scheduleId} - [Reschedule Post](https://www.linkedmash.com/api-docs/reschedule-post.md): POST /v1/queue/{scheduleId}/reschedule - [Get Posting Schedule](https://www.linkedmash.com/api-docs/get-posting-schedule.md): GET /v1/schedule - [Set Posting Schedule](https://www.linkedmash.com/api-docs/set-posting-schedule.md): PUT /v1/schedule - [Get Analytics](https://www.linkedmash.com/api-docs/get-analytics.md): GET /v1/analytics - [Get Post Analytics](https://www.linkedmash.com/api-docs/get-post-analytics.md): GET /v1/analytics/posts