Hypefury
About
Enables AI systems to authenticate with and schedule posts through the Hypefury platform, creating a secure bridge for automated content publishing workflows.
Details
- Author
- eugenechabanov
- Repository
- eugenechabanov/hf-mcp
- GitHub stars
- 1
- Downloads
- 207
- Categories
- Productivity, Developer Tools, Design, AI, Community, Media, Infrastructure, API, Security, Other
- Tags
- #integration
Jump to
- Authentication with Hypefury API
- Scheduling posts on social media via Hypefury
- Deployment-ready for Smithery.ai
- Local testing capability
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
HypefuryCommand (node, npx, python, etc.)npxArguments-
Argument 1
@modelcontextprotocol/inspector -
Argument 2
node -
Argument 3
build/local.js
Environment-
HF_API_KEY
your_hypefury_api_key
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
npm install
Create a .env file in the root directory with the following variables:
HF_API_KEY=your_hypefury_api_key
Alternatively, when deploying to Smithery, set these as environment secrets.
1. Push this repository to GitHub
2. Create a new server on Smithery.ai
3. Connect to this repository
4. Set HF_API_KEY as a secret
5. Deploy
auth
Authenticate with Hypefury.
schedule_post
Schedule a post to be published via Hypefury.
This MCP server provides the following tools:
1. auth - Authenticate with Hypefury
2. schedule_post - Schedule a post to be published via Hypefury
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"hypefury": {
"env": {
"HF_API_KEY": "your_hypefury_api_key"
},
"args": [
"@modelcontextprotocol/inspector",
"node",
"build/local.js"
],
"command": "npx"
}
}
}
Linux
{
"env": {
"HF_API_KEY": "your_hypefury_api_key"
},
"args": [
"@modelcontextprotocol/inspector",
"node",
"build/local.js"
],
"command": "npx"
}
Macos
{
"env": {
"HF_API_KEY": "your_hypefury_api_key"
},
"args": [
"@modelcontextprotocol/inspector",
"node",
"build/local.js"
],
"command": "npx"
}
Windows
{
"env": {
"HF_API_KEY": "your_hypefury_api_key"
},
"args": [
"/c",
"npx",
"@modelcontextprotocol/inspector",
"node",
"build/local.js"
],
"command": "cmd"
}
Hypefury MCP Server
This project is a Model Context Protocol (MCP) server for integrating with Hypefury, a social media scheduling and growth platform. The server provides tools for authenticating with Hypefury and scheduling posts.
Features
- Authentication with Hypefury API
- Scheduling posts on social media via Hypefury
- Deployment-ready for Smithery.ai
- Local testing capability
Getting Started
Prerequisites
- Node.js 16 or higher
- npm or yarn
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





