Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions data/server-metadata/github-getxapi-getxapi-mcp-d0b54b6c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "../../schemas/server-metadata.schema.json",
"id": "github-getxapi-getxapi-mcp-d0b54b6c",
"source": {
"projectUrl": "https://github.com/getxapi/getxapi-mcp"
},
"links": {
"docs": "https://docs.getxapi.com"
},
"install": {
"commands": [
"npx -y @getxapi/mcp@latest"
],
"env": [
"GETXAPI_KEY",
"X_AUTH_TOKEN",
"X_CT0",
"X_TWID",
"X_PROXY"
],
"confidence": "high"
},
"transport": [
"stdio"
],
"auth": {
"type": "api-key",
"notes": [
"GETXAPI_KEY is required for read tools; optional X account auth enables write/private tools"
]
},
"license": "MIT"
}
1 change: 1 addition & 0 deletions docs/social-media--content-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Servers interacting with social networks, content platforms, or feed aggregators
- [Muralikrishankp/Twitter-MCP-Server-for-Claude](https://github.com/Muralikrishankp/Twitter-MCP-Server-for-Claude): Connects Twitter's trending topics with Claude's analysis capabilities to identify business opportunities.
- [VibeMarketing](https://vibemarketing.ninja/mcp): Social media scheduling for X/Twitter and LinkedIn with AI-powered content generation. OAuth authentication, schedule posts, manage accounts, subscription tracking.
- [AutomateLab-tech/content-distribution-mcp](https://github.com/AutomateLab-tech/content-distribution-mcp): Publish one piece of content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium, and Twitter with idempotent state and per-platform adaptation.
- [getxapi/getxapi-mcp](https://github.com/getxapi/getxapi-mcp): Official GetXAPI MCP server for Twitter / X data access and actions. 44 endpoints across reads (search, profiles, follower graph, timeline, bookmarks, mentions) and writes (post tweets, like, retweet, follow, DM, articles). Install with `npx -y @getxapi/mcp@latest`; requires `GETXAPI_KEY`, with optional X account auth for write tools.
- [Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper): X/Twitter automation platform with 100+ REST endpoints, 2 MCP tools, 23 extraction types, HMAC webhooks, SDKs, and Streamable HTTP at `https://xquik.com/mcp` with `x-api-key` auth.
- * [sociality-io/sociality-mcp](https://github.com/sociality-io/sociality-mcp): Remote MCP server for Sociality.io social media intelligence, giving AI tools and agents structured access to account and competitor insights for reporting, benchmarking, analysis, and custom workflows.
- [Tinyposter](https://tinyposter.app): Post to 11 social platforms (Instagram, X, Threads, TikTok, LinkedIn, YouTube, Facebook, Pinterest, Bluesky, Mastodon, Reddit) from any MCP client. OAuth + bearer auth, RFC 9728 compliant. Scheduling, calendar, multi-brand support. Docs at [tinyposter.app/docs/mcp](https://tinyposter.app/docs/mcp).
Expand Down
Loading