LinkedIn MCP HTTP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LinkedIn MCP HTTP ServerPost an update to my personal LinkedIn: Excited to announce our new product launch!"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LinkedIn MCP HTTP Server
HTTP MCP server for LinkedIn posting and management, deployed on Cloudflare Workers with Durable Objects.
Features
✅ Post text content to LinkedIn (personal & company pages)
✅ Share article URLs with custom previews
✅ Format posts with visual hierarchy
✅ List and manage multiple accounts
✅ Token management via Cloudflare KV
✅ Validate token health and expiry
✅ List, get, and delete posts
Related MCP server: LinkedIn MCP Server
Supported Accounts
Personal: Rose Scott (urn:li:person:TiOsO5-QU5)
MobiCycle: MobiCycle Technologies (urn:li:organization:94952386)
MobiCycle Productions: MobiCycle Productions (urn:li:organization:105189353)
Tools
Core Tools
Tool | Description |
| Post text content to LinkedIn |
| Share article URL with commentary |
| Format post with title, body, CTA, hashtags |
| List manageable company pages |
Management Tools
Tool | Description |
| Check token validity and expiry |
| Get profile information |
| List recent posts |
| Get single post details |
| Delete a post |
| Show server and account status |
Installation
cd /path/to/linkedin
npm installDevelopment
npm run devDeployment
npm run deployMake sure you have:
Cloudflare account configured
KV namespace created:
linkedin_tokens_kvDurable Object migrations applied
Token Storage
Tokens stored in Cloudflare KV:
token:personaltoken:mobicycletoken:mobicycle-productions
MCP Configuration
{
"mcpServers": {
"linkedin": {
"type": "http",
"url": "https://your-worker.workers.dev/mcp"
}
}
}Status
✅ Ready to deploy ✅ All tools implemented ✅ Multi-account support
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.
Latest Blog Posts
- 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/org-mobicycle/linkedin-mcp-http'
If you have feedback or need assistance with the MCP directory API, please join our Discord server