LinkedIn MCP HTTP Server
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
- LinkMCPOAuthio.linkmcp
Hosted MCP server for LinkedIn: 31 tools for profiles, search, messaging, posts, enrichment.
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
LinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for LinkedIn, enabling posting, liking, commenting, and profile retrieval via official OAuth 2.0. Features CLI, HTTP admin, and optional Telegram bot.14 npmMIT
- FlicenseNot gradedqualityCmaintenanceA production-ready MCP server for interacting with the LinkedIn API, enabling profile lookup, post creation and deletion, image posting, and organization page management through a secure tool-based interface.-
- AlicenseNot gradedqualityAmaintenanceMCP server that enables LinkedIn content generation through Claude, offering brand setup, playbooks, on-brand PDF/PNG rendering, and post tracking with per-client tokens.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for managing LinkedIn content workflows. It generates images via OpenAI, stores assets in Cloudinary, and queues drafts through Buffer with mandatory human approval.MIT