MCP.so
Sign In

Hypefury MCP Server

@eugenechabanov

About Hypefury MCP Server

HF MCP Server

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

eugenechabanov

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "hf-mcp": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "node",
        "build/local.js"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Hypefury MCP Server?

The Hypefury MCP Server is a Model Context Protocol (MCP) server that integrates with Hypefury, a social media scheduling and growth platform. It provides tools for authenticating with Hypefury and scheduling posts, enabling AI assistants to manage social media posting workflows.

How to use Hypefury MCP Server?

Clone the repository, install dependencies, create a .env file with your HF_API_KEY, then build and run locally with npm run dev:local or deploy to Smithery.ai. The server exposes two tools: auth (authenticate with Hypefury) and schedule_post (schedule a post via Hypefury).

Key features of Hypefury MCP Server

  • Authentication with the Hypefury API
  • Schedule posts on social media via Hypefury
  • Deployment-ready for Smithery.ai
  • Local testing via npm run dev:local
  • MCP Inspector support for interactive testing

Use cases of Hypefury MCP Server

  • Schedule social media posts directly from an AI assistant
  • Automate cross-platform posting workflows with Hypefury
  • Integrate Hypefury scheduling into MCP-compatible applications

FAQ from Hypefury MCP Server

What are the system requirements?

Node.js 16 or higher, and npm or yarn.

How do I obtain a Hypefury API key?

How can I test the server locally?

Run npm run dev:local to start with a local testing transport, or use npx @modelcontextprotocol/inspector node build/local.js and open http://localhost:5173.

Can I deploy this server to production?

Yes, it is designed for deployment on Smithery.ai. Push the repository to GitHub, create a new server on Smithery, connect the repo, set HF_API_KEY as a secret, and deploy.

What tools does the server provide?

The server provides two tools: auth for authenticating with Hypefury and schedule_post for scheduling a post to be published.

Comments

More Other MCP servers