social-ghostwriter-mcp-server MCP Server
Omm2005/social-ghostwriter-mcp-server
A Model Context Protocol server that acts as a social media ghostwriter, generating and refining posts with AI.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
Omm2005/social-ghostwriter-mcp-server is a TypeScript MCP server. A Model Context Protocol server that acts as a social media ghostwriter, generating and refining posts with AI.
Ranked #90 out of 124 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 2d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# LinkedIn MCP Server on Cloudflare Workers (OAuth)
This is a TypeScript Cloudflare Worker MCP server equivalent of the Python `linkedin-mcp` server, with OAuth-based auth and matching LinkedIn posting tools.
## Implemented MCP Tools
- `linkedin_get_profile`
- `linkedin_create_post` (single unified post tool: text, mentions, image upload, or video upload)
`linkedin_create_post` media inputs:
- text-only post: omit `media`
- media post(s): `media: [{ "type": "IMAGE|VIDEO", "url": "...", "title": "...", "description": "..." }]`
- mixed image+video in one request is allowed (creates one image post and one video post)
Additional `linkedin_create_post` parameters:
- `author_urn` (optional): post as `urn:li:person:<id>` or `urn:li:organization:<id>`
- `lifecycle_state` (optional): `PUBLISHED` or `DRAFT` (default `PUBLISHED`)
Rules:
- If `media` contains both IMAGE and VIDEO items, the tool creates multiple posts and returns all post IDs.
Mention object shape:
```json
{
"entity_urn" Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.