Skip to main content
Glama
org-mobicycle

LinkedIn MCP HTTP Server

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

linkedin_post

Post text content to LinkedIn

linkedin_post_article

Share article URL with commentary

linkedin_format_post

Format post with title, body, CTA, hashtags

linkedin_list_organizations

List manageable company pages

Management Tools

Tool

Description

linkedin_validate_token

Check token validity and expiry

linkedin_get_profile

Get profile information

linkedin_list_posts

List recent posts

linkedin_get_post

Get single post details

linkedin_delete_post

Delete a post

linkedin_status

Show server and account status

Installation

cd /path/to/linkedin
npm install

Development

npm run dev

Deployment

npm run deploy

Make sure you have:

  1. Cloudflare account configured

  2. KV namespace created: linkedin_tokens_kv

  3. Durable Object migrations applied

Token Storage

Tokens stored in Cloudflare KV:

  • token:personal

  • token:mobicycle

  • token: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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for LinkedIn, enabling posting, liking, commenting, and profile retrieval via official OAuth 2.0. Features CLI, HTTP admin, and optional Telegram bot.
    14
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A 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.
    -
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP 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

Latest Blog Posts

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