Skip to main content
AllMCPs
BrowseBestCategoriesToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Linkedin Mcp Server
  4. vs Posthive
Side-by-Side Model Context Protocol Comparison

Linkedin Mcp Server vs Posthive

In-depth architectural comparison of the Linkedin Mcp Server and Posthive MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Linkedin Mcp Server
Social Media · Local stdio
Quality: 44/100 (Fair) | Auth: OAuth 2.0
Posthive
Social Media · Local stdio
Quality: 44/100 (Fair) | Auth: OAuth 2.0
Verdict Summary: Choose Linkedin Mcp Server if you need specialized Social Media tools running via a local process. Choose Posthive if your workspace requires Social Media integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Linkedin Mcp Server logo

Choose Linkedin Mcp Server when:

  • You need dedicated capabilities in the Social Media domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: OAuth 2.0 (Free / Open Source).
  • You have access to required keys: LINKEDIN_ACCESS_TOKEN.
  • Primary tools included: Create, edit, delete LinkedIn posts, Upload images for posts, Fetch user profile details.
Explore Linkedin Mcp Server Details
Posthive logo

Choose Posthive when:

  • You need dedicated capabilities in the Social Media domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: OAuth 2.0 (Free / Open Source).
  • You have access to required keys: ENCRYPTION_KEY, JWT_ACCESS_TOKEN_SECRET, JWT_REFRESH_TOKEN_SECRET, DATABASE_URL, REDIS_URL.

Feature & Specification Comparison

Specification
Linkedin Mcp Server logo
Linkedin Mcp Server
abhineet34
Social Media
Posthive logo
Posthive
AstaBlackClove
Social Media
SummaryLocal LinkedIn MCP server for posting to LinkedIn from Claude. 9 tools — create/edit/delete posts (text, image, article), upload images, fetch profile, look up company pages, and check follower counts. Uses the official LinkedIn REST API with OAuth 2.0 (wmembersocial, OIDC).Schedule and manage social media posts across 13 platforms (Bluesky, Threads, Instagram, LinkedIn, Mastodon, YouTube, Facebook, Pinterest, Telegram, Nostr, X/Twitter, Discord, Tumblr). OAuth 2.0 + PKCE, 10 tools, draft-first workflow.
Category & Scope

Tools & Capabilities Breakdown

Linkedin Mcp Server Tools (6)

Create, edit, delete LinkedIn posts
Upload images for posts
Fetch user profile details
Lookup company pages by name or ID
Get follower statistics for company pages
OAuth 2.0 authentication with LinkedIn

Posthive Tools (6)

Multi-platform posting to 14+ social networks

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Linkedin Mcp Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "abhineet34-linkedin-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "abhineet34-linkedin-mcp-server"
      ],
      "env": {
        "LINKEDIN_ACCESS_TOKEN": "YOUR_LINKEDIN_ACCESS_TOKEN_HERE"
      }
    }
  }
}
Posthive Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "astablackclove-posthive": {
      "command": "npx",
      "args": [
        "-y",
        "astablackclove-posthive"
      ],
      "env": {
        "ENCRYPTION_KEY": "YOUR_ENCRYPTION_KEY_HERE",
        "JWT_ACCESS_TOKEN_SECRET": "YOUR_JWT_ACCESS_TOKEN_SECRET_HERE",
        "JWT_REFRESH_TOKEN_SECRET": "YOUR_JWT_REFRESH_TOKEN_SECRET_HERE",
        "DATABASE_URL": "YOUR_DATABASE_URL_HERE",
        "REDIS_URL": "YOUR_REDIS_URL_HERE"
      }
    }
  }
}

Frequently Asked Questions

Linkedin Mcp Server is categorized under Social Media and uses a local stdio subprocess. In contrast, Posthive belongs to Social Media using local stdio subprocess. Select Linkedin Mcp Server when you need capabilities focused on social media and Posthive when you require tools for social media.

More alternatives to Linkedin Mcp ServerMore alternatives to PosthiveSocial Media category hub

Related MCP Server Comparisons

Popular comparisons with Linkedin Mcp Server

  • Reddit Mcp Buddy logoLinkedin Mcp Server vs Reddit Mcp Buddy
  • Bluesky Social Mcp logoLinkedin Mcp Server vs Bluesky Social Mcp
  • Veezee Mcp logoLinkedin Mcp Server vs Veezee Mcp
  • Mcp logoLinkedin Mcp Server vs Mcp

Popular comparisons with Posthive

  • Primary tools included: Multi-platform posting to 14+ social networks, OAuth 2.0 + PKCE authentication with no API key required, Calendar view with drag-and-drop rescheduling.
  • Explore Posthive Details
    Social Media
    Social Media
    Quality signal44/100 (Fair)44/100 (Fair)
    Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
    Auth RequirementOAuth 2.0OAuth 2.0
    Pricing ModelFree / Open SourceFree / Open Source
    Required Env Vars
    LINKEDIN_ACCESS_TOKEN
    ENCRYPTION_KEYJWT_ACCESS_TOKEN_SECRETJWT_REFRESH_TOKEN_SECRETDATABASE_URLREDIS_URL
    Compatible Clients
    Claude DesktopCursorWindsurfClineVS Code
    Claude DesktopCursorWindsurfClineVS Code
    Install path signalnpx · lownpx · low
    Engagement & Health 2 views 0 copies 0 upvotes 2 stars 1 views 0 copies 0 upvotes 8 stars
    Verified / OfficialCommunity ListingCommunity Listing
    Open full listingView Linkedin Mcp Server ListingView Posthive Listing
    OAuth 2.0 + PKCE authentication with no API key required
    Calendar view with drag-and-drop rescheduling
    Bulk CSV scheduling for large volumes of posts
    Post templates and draft-first workflow
    Public REST API with full CRUD and Bearer auth (Pro/Team)
    Reddit Mcp Buddy logoPosthive vs Reddit Mcp Buddy
  • Mcp logoPosthive vs Mcp
  • Agent logoPosthive vs Agent
  • Kadenzo Mcp logoPosthive vs Kadenzo Mcp