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 "Install 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: @posteverywhere/mcp
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.31422MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to schedule and publish social media posts to platforms like Instagram, TikTok, YouTube, LinkedIn, Facebook, X, Threads, and Pinterest using natural language.331152MIT
- Flicense-qualityCmaintenanceEnables AI agents to create, schedule, and manage social media posts across 10 platforms via a unified API.
- AlicenseAqualityBmaintenanceEnables 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
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Schedule and publish to 10 social platforms: LinkedIn, X, Instagram, TikTok, YouTube, and more.
Publish, schedule, and manage social media posts across major platforms via the Postproxy API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fadenhq/cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server