ZelesIA
ZelesIA MCP Server
Turn the LinkedIn posts you save into a knowledge base your assistant can search and cite.
You save a post on LinkedIn with one click. ZelesIA summarises it, groups it by topic, and keeps it. Connect this MCP server and Claude — or ChatGPT, or Cursor — answers from what you saved, citing the original post.
This repository is the connection guide for the hosted server. There is nothing to install.

Endpoint:
https://mcp.zelesia.com/mcp(Streamable HTTP)Registry:
com.zelesia/zelesiaWebsite: zelesia.com
Connect it
You need a ZelesIA account with something saved. The server only ever reads your own library.
Claude (web and desktop)
Settings → Connectors → Add custom connector, and paste https://mcp.zelesia.com/mcp.
A ZelesIA consent screen opens; approve it and the tools appear.
Claude Code
claude mcp add --transport http zelesia https://mcp.zelesia.com/mcpCursor, VS Code and other MCP clients
Point them at the same URL over Streamable HTTP:
{
"mcpServers": {
"zelesia": {
"type": "http",
"url": "https://mcp.zelesia.com/mcp"
}
}
}ChatGPT
The server also publishes the search / fetch pair that ChatGPT's connectors expect, backed by
the same library. Add it as a custom connector with the endpoint above.
Related MCP server: flin-linkedin-posts-mcp
What the assistant reads
Your own library: every post you saved, summarised, with its key points and its link back to LinkedIn.

Tools
Tool | What it does |
| An index of your library: how many posts, over what date range, which topics and headlines. Cheap — call it before searching, so the assistant doesn't guess at words you never saved. |
| Searches your saved posts by meaning and by keyword. Returns the topic, a link to the original post, and an excerpt — usually enough to answer and cite without opening anything. Paginated by cursor. |
| The ChatGPT-compatible pair, over the same library. |
Every tool is read-only. Nothing the assistant does can change or delete what you saved.
Access and privacy
OAuth 2.1. You approve the connection on a ZelesIA consent screen. No API key to paste, no password shared with the client.
Your library only. A grant reads the posts of the account that approved it, and nothing else.
Revocable. Remove the grant from your ZelesIA account and the connection stops working straight away.
Terms: zelesia.com/terms · Privacy, including how to reach us: zelesia.com/privacy
Support
Open an issue in this repository.
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 Connectors
Search, label and export your LinkedIn saved posts, then draft, schedule and publish from them.
Let AI tools securely access your LinkedIn network and DMs
Write LinkedIn posts in your voice: ideas, drafts, scheduling, analytics from your personal AI.
Live LinkedIn data for AI agents: profiles, companies, jobs, posts, email finding. No account risk.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to interact with LinkedIn for posting, commenting, liking, and managing connections via OAuth2 authentication.29MIT
- AlicenseBqualityBmaintenanceEnables users to read and analyze their own LinkedIn posts and shares using OAuth login and LinkedIn's Member Data Portability API. Supports post listing, analysis, draft matching, and engagement enrichment.10MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to read and edit LinkedIn profiles including headline, about section, work experience, education, and skills through OAuth 2.0 authentication.16
- AlicenseNot gradedqualityCmaintenanceEnables reading your own LinkedIn posts and articles inside Claude Desktop via LinkedIn's official OAuth 2.0 API.MIT
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/ZelesIA-AI/zelesia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server