Skip to main content
Glama
fadenhq

faden

by fadenhq

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 mcp

And 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 later

That 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@faden

See 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/cli package: 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 tsup

Releases: 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

AGPL-3.0-only.

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
6Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to schedule and publish social media posts to platforms like Instagram, TikTok, YouTube, LinkedIn, Facebook, X, Threads, and Pinterest using natural language.
    33
    115
    2
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables 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.
    11
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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