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 Bluesky Social Mcp
Side-by-Side Model Context Protocol Comparison

Linkedin Mcp Server vs Bluesky Social Mcp

In-depth architectural comparison of the Linkedin Mcp Server and Bluesky Social Mcp 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
Bluesky Social Mcp
Social Media · Local stdio
Quality: 35/100 (Fair) | Auth: API Key required
Verdict Summary: Choose Linkedin Mcp Server if you need specialized Social Media tools running via a local process. Choose Bluesky Social Mcp 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
Bluesky Social Mcp logo

Choose Bluesky Social Mcp when:

  • You need dedicated capabilities in the Social Media domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Free / Open Source).
  • You have access to required keys: BLUESKY_IDENTIFIER, BLUESKY_APP_PASSWORD.
  • Primary tools included: .

Feature & Specification Comparison

Specification
Linkedin Mcp Server logo
Linkedin Mcp Server
abhineet34
Social Media
Bluesky Social Mcp logo
Bluesky Social Mcp
gwbischof
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).An MCP server for interacting with Bluesky via the atproto client.
Category & ScopeSocial Media

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

Bluesky Social Mcp Tools (6)

Authentication via Bluesky app password

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"
      }
    }
  }
}
Bluesky Social Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "gwbischof-bluesky-social-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gwbischof-bluesky-social-mcp"
      ],
      "env": {
        "BLUESKY_IDENTIFIER": "YOUR_BLUESKY_IDENTIFIER_HERE",
        "BLUESKY_APP_PASSWORD": "YOUR_BLUESKY_APP_PASSWORD_HERE"
      }
    }
  }
}

Frequently Asked Questions

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

More alternatives to Linkedin Mcp ServerMore alternatives to Bluesky Social McpSocial Media category hub

Related MCP Server Comparisons

Popular comparisons with Linkedin Mcp Server

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

Popular comparisons with Bluesky Social Mcp

Authentication via Bluesky app password, Profile and follow management, Timeline and feed retrieval
Explore Bluesky Social Mcp Details
Social Media
Quality signal44/100 (Fair)35/100 (Fair)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementOAuth 2.0API Key required
Pricing ModelFree / Open SourceFree / Open Source
Required Env Vars
LINKEDIN_ACCESS_TOKEN
BLUESKY_IDENTIFIERBLUESKY_APP_PASSWORD
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · lownpx · low
Engagement & Health 2 views 0 copies 0 upvotes 2 stars 3 views 0 copies 0 upvotes 16 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Linkedin Mcp Server ListingView Bluesky Social Mcp Listing
Profile and follow management
Timeline and feed retrieval
Post creation with text, images, and video
Post interaction: like, repost, mute, and more
Post deletion and retrieval
Reddit Mcp Buddy logo
Bluesky Social Mcp vs Reddit Mcp Buddy
  • Reddit Research Mcp logoBluesky Social Mcp vs Reddit Research Mcp
  • X Twitter Scraper logoBluesky Social Mcp vs X Twitter Scraper
  • Twitter Mcp logoBluesky Social Mcp vs Twitter Mcp