faden
Enables posting and scheduling content to Bluesky via the faden social media publishing API.
Enables posting and scheduling content to Facebook via the faden social media publishing API.
Enables posting and scheduling content to Instagram via the faden social media publishing API.
Enables posting and scheduling content to Threads via the faden social media publishing API.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fadenpost 'Hello from faden' to X, LinkedIn, and Instagram"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
faden CLI + MCP server
The open-source client for faden — a unified social-media publishing API. One command (or one MCP tool call) posts across X, LinkedIn, Facebook, Instagram, Threads, Bluesky and more; faden handles each network's OAuth, media and scheduling quirks.
npm install -g @fadenhq/cli # installs the `faden` command
faden login --key fdn_live_…
faden post -p x,linkedin -c "Hello from faden 🚀"As an MCP server for agent runtimes:
claude mcp add faden --env FADEN_API_KEY=fdn_live_… -- npx @fadenhq/cli mcpAnd as a skill, so the agent knows how to use those tools well — check constraints before writing, tailor per platform, read per-target results:
npx skills add fadenhq/cli # Claude Code, Codex, Cursor, … ; -g for every project
npx skills update # refresh the copy laterThat installs the skill alone. Claude Code can take the plugin instead, which carries the skill and the MCP server together:
/plugin marketplace add fadenhq/cli
/plugin install faden@fadenSee apps/cli/README.md for the full command reference and plugin/ for what the plugin contains.
Repository layout
This repo is the public mirror of the OSS subset of the faden codebase:
apps/cli— the@fadenhq/clipackage: CLI + MCP server (faden mcp)packages/shared— shared types, Zod validators and the per-platform constraint matrix (bundled into the published artifact)plugin— Claude Code plugin: MCP config + posting skill
The faden service itself (API, connectors, dashboard) is proprietary; get an API key at faden.io. Issues and PRs for the CLI/MCP surface are welcome here.
Related MCP server: Publora MVP MCP Server
Development
npm install
npm run typecheck
npm test
npm run build -w @fadenhq/cli # bundles dist/index.js via tsupReleases: maintainers push a cli-v<version> tag matching apps/cli/package.json;
.github/workflows/release.yml publishes to npm via trusted publishing (OIDC) with
provenance.
License
This server cannot be deployed
Maintenance
Related MCP Connectors
- OutstandOAuthso.outstand
Publish and schedule social media posts and read analytics across 12 networks through one API.
- BlotatoOAuthcom.blotato
Social media APIs for scheduling, analytics, and DM automation.
Schedule and publish social posts across platforms, with drafts, media uploads and analytics.
Draft, schedule, and publish posts to 8 social platforms with human approval via Socialync OAuth.
Related MCP Servers
- AlicenseBqualityCmaintenanceConnects to multiple social media platforms (Twitter/X, Mastodon, LinkedIn), allowing users to create and publish content across platforms through natural language instructions.314 npm23MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to create, schedule, and manage social media posts across 10 platforms via a unified API.-
- AlicenseAqualityDmaintenanceEnables publishing and scheduling content across 9 social platforms (X, Instagram, TikTok, YouTube, Facebook, LinkedIn, Pinterest, Threads, Bluesky) through a single MCP tool interface, acting as a stateless proxy to the Solnk API.111MIT
- AlicenseNot gradedqualityDmaintenanceSocial media API and MCP server for AI agents that enables publishing to X, Instagram, LinkedIn, Reddit, Bluesky, and Threads from a single endpoint.67 npmMIT