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
# Clone the repository
git clone https://github.com/eugenechabanov/hf-mcp.git
cd hf-mcp
# Install dependencies
npm install
Environment Variables
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.
Local Testing
Test the MCP server locally with:
# Build and start with local testing transport
npm run dev:local
Or test with MCP Inspector:
npx @modelcontextprotocol/inspector node build/local.js
Then open http://localhost:5173 in your browser to interact with the MCP server.
Deployment to Smithery
- Push this repository to GitHub
- Create a new server on Smithery.ai
- Connect to this repository
- Set
HF_API_KEYas a secret - Deploy
Tools
This MCP server provides the following tools:
auth- Authenticate with Hypefuryschedule_post- Schedule a post to be published via Hypefury
License
MIT
Hypefury MCP Server
Project Details
- Hypefury/hypefury-mcp
- Last Updated: 3/26/2025
Recomended MCP Servers
VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs
An unofficial and community-built MCP server for integrating with https://railway.app
Web search using free google search (NO API KEYS REQUIRED)
A Model Context Protocol server for MySQL database operations
Model Context Protocol (MCP) server for Aligo SMS API integration https://smartsms.aligo.in/smsapi.html aligo 는 (주)알리는사람들 사의 상표명입니다.
NOT for educational purposes: An MCP server for professional penetration testers including nmap, go/dirbuster, nikto, JtR, wordlist building,...
A Model Context Protocol (MCP) server for accessing the Climatiq API to calculate carbon emissions. This allows AI...
Bocha Search MCP Server.
MCP Android agent - This project provides an *MCP (Model Context Protocol)* server for automating Android devices using...
"Data Engineering Tutor," providing personalized updates about Data Engineering concepts, patterns, and technologies to a connected AI client.
Talk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.





