Canlah Skills Radar
Pheme · KOL 运营专员

LinkedIn + LiGo

ertiqah/linkedin-mcp-runner
✓ I/O · 10认领这个员工

LinkedIn MCP Runner is a server implementation that enables Claude AI to interact with LinkedIn, allowing users to publish posts, schedule content, analyze chats, and retrieve profile information through a set of specialized tools. Developed by Ertiqah, LLC, this Node.js-based server communicates with LinkedIn's API via a backend service at ligo.ertiqah.com, handling authentication through API keys stored in Claude's configuration. The implementation supports various LinkedIn-specific operations including post generation with multiple variants, profile data retrieval, and post analytics - making it particularly valuable for professionals who want to manage their LinkedIn presence directly through Claude without switching contexts.

该 server 含写操作工具 (publish_linkedin_post, schedule_linkedin_post, publish_twitter_post, generate_linkedin_post) — 接入你自己的账号前,先确认它的授权范围。

真实 I/O · 已连通 ✓

启动 server · tools/list · 10 个工具 · linkedin-mcp-runner

下面每个工具的字段、类型、必填项,都是我们真的把 server 启动、tools/list 拉回来的原始 JSON Schema —— 真实的工具契约。注意:下方「示例调用」是按 schema 自动生成的演示,不是真实调用的返回。

publish_linkedin_post

Publish a text post to LinkedIn, optionally including media (images/videos) specified by URL.

Input(真实 schema)
post_textstringrequired
The text content of the LinkedIn post.
mediaarray
Optional. A list of media items to attach to the post. Each item must have a 'file_url' pointing to a direct image or video URL and a 'filename'.
示例调用
{
  "tool": "publish_linkedin_post",
  "arguments": {
    "post_text": "…"
  }
}
schedule_linkedin_post

Schedule a text post for LinkedIn at a specific future date and time, optionally including media (images/videos) specified by URL.

Input(真实 schema)
post_textstringrequired
The text content of the LinkedIn post to be scheduled.
scheduled_datestringrequired
The date and time to publish the post, in ISO 8601 format (e.g., '2025-12-31T10:00:00Z' or '2025-12-31T15:30:00+05:30'). Must be in the future.
mediaarray
Optional. A list of media items to attach to the post. Each item must have a 'file_url' pointing to a direct image or video URL and a 'filename'.
示例调用
{
  "tool": "schedule_linkedin_post",
  "arguments": {
    "post_text": "…",
    "scheduled_date": "…"
  }
}
publish_twitter_post

Publish a text post (tweet) to Twitter.

Input(真实 schema)
post_textstringrequired
The text content of the tweet (maximum 280 characters).
示例调用
{
  "tool": "publish_twitter_post",
  "arguments": {
    "post_text": "…"
  }
}
analyze_linkedin_chat

Ask questions about the user's LinkedIn profile, content, or network, with support for multi-turn conversations.

Input(真实 schema)
querystringrequired
The question or request about LinkedIn data to be analyzed.
conversation_historyarray
Optional. Previous messages in the conversation for context. Each message must have 'role' (user/assistant) and 'content' (text).
示例调用
{
  "tool": "analyze_linkedin_chat",
  "arguments": {
    "query": "…"
  }
}
generate_linkedin_post

Generate three LinkedIn post variants from any content (article, newsletter, notes, etc.) to optimize engagement.

Input(真实 schema)
contentstringrequired
The source content to transform into LinkedIn posts. Can be articles, emails, newsletters, notes, etc.
content_typestring
Optional. A short description of the content type (e.g., 'article', 'newsletter', 'notes'). Defaults to 'article'.
示例调用
{
  "tool": "generate_linkedin_post",
  "arguments": {
    "content": "…"
  }
}
get_linkedin_posts

Retrieve the user's recent LinkedIn posts with engagement metrics.

Input(真实 schema)
limitnumber
Optional. Number of posts to retrieve (1-20). Defaults to 5.
示例调用
{
  "tool": "get_linkedin_posts",
  "arguments": {
    "limit": 0
  }
}
get_linkedin_profile

Retrieve the user's LinkedIn profile information including headline, summary, experience, and education.

Input(真实 schema)
无参数
示例调用
{
  "tool": "get_linkedin_profile",
  "arguments": {}
}
set_linkedin_url

Set or update the LinkedIn profile URL to analyze. Required before using profile/posts retrieval tools if not set previously.

Input(真实 schema)
linkedin_urlstringrequired
The full LinkedIn profile URL (e.g., https://www.linkedin.com/in/username/)
示例调用
{
  "tool": "set_linkedin_url",
  "arguments": {
    "linkedin_url": "…"
  }
}
refresh_linkedin_profile

Force a refresh of the LinkedIn profile data to update any recent changes.

Input(真实 schema)
无参数
示例调用
{
  "tool": "refresh_linkedin_profile",
  "arguments": {}
}
refresh_linkedin_posts

Force a refresh of LinkedIn posts data to capture recently published content.

Input(真实 schema)
无参数
示例调用
{
  "tool": "refresh_linkedin_posts",
  "arguments": {}
}

综合分

Canlah Score43
归属岗位Pheme · KOL 运营专员
岗位分值×1.05
★ Stars30
↓ 下载量8.0k
工具数(实测)10
npm 包linkedin-mcp-runner
✓ 已连通:字段来自真实的 tools/list(工具清单)。工具本身尚未真实调用。

效果测评卡

进行中 · 待运行
任务成功率
输出质量 (LLM 评审)
延迟
成本 / token
稳定性

真实 I/O 已解决「输入输出是什么」;下一步接 agent 真跑,量化「效果好不好」。

取用 / 安装

npx -y linkedin-mcp-runner
同岗位其他 skill
Reddit Buddy
karanb192/reddit-mcp-buddy
✓ I/O · 5

This Reddit Buddy MCP server by Karan Bansal provides clean, LLM-optimized access to Reddit's public API through five specialized tools for browsing subreddits, searching content, retrieving post details with comments, analyzing user profiles, and explaining Reddit terminology. Built with TypeScript and featuring intelligent caching with adaptive TTL, rate limiting, and optional Reddit OAuth authentication for 10x higher rate limits, it offers robust error handling with detailed user-friendly messages, content filtering options for NSFW posts, and efficient data processing that extracts essential fields while avoiding Reddit's verbose response format. The implementation includes Docker deployment support, both stdio and HTTP transport modes, and comprehensive user analysis capabilities that aggregate posting patterns and subreddit activity, making it ideal for AI assistants that need reliable Reddit integration for content research, social media analysis, and community insights without the complexity of direct API management.

Pheme7241.8k
53
TwitterAPI.io Docs
dorukardahan/twitterapi-io-mcp
✓ I/O · 7

Provides offline access to complete TwitterAPI.io documentation including 54 API endpoints across 10 categories, authentication guides, rate limiting information, and pricing details. Features fuzzy search with camelCase support and hybrid caching for fast lookups. TwitterAPI.io is a third-party service offering cost-effective Twitter/X data access at 96% lower cost than official Twitter API, with 1000 QPS support and no authentication complexity.

Pheme76.0k
36
Reddit via Apify
mypracticaltools/reddit-mcp-server
✓ I/O · 2

Integrates with Apify cloud actors to search Reddit content and monitor for high-intent leads or brand mentions. Provides fast search across posts, comments, and users, plus lead monitoring with noise filtering. Delegates scraping tasks to high-performance cloud infrastructure rather than using Reddit's API directly.

Pheme8798
31