@fluxsocialai/mcp-server
v0.1.0
Published
MCP server for FluxSocial — generate and publish social media content from AI tools
Maintainers
Readme
@fluxsocialai/mcp-server
MCP (Model Context Protocol) server for FluxSocial. Lets AI tools like Claude Desktop and Cursor generate and publish social media content through FluxSocial.
Setup
Create an API key in your FluxSocial settings: Settings > API Keys > Create Key
Add to your MCP client config (e.g., Claude Desktop
claude_desktop_config.json):
{
"mcpServers": {
"fluxsocial": {
"command": "npx",
"args": ["@fluxsocialai/mcp-server"],
"env": {
"FLUXSOCIAL_API_KEY": "fsx_live_...",
"FLUXSOCIAL_API_URL": "https://www.fluxsocial.app"
}
}
}
}Available Tools
| Tool | Description |
|------|-------------|
| get_credit_balance | Check remaining credits |
| preview_cost | Preview cost before generation |
| generate_content | Generate social media content |
| get_content | Retrieve generated content by ID |
| post_content | Publish to social platforms |
| check_post_status | Check posting status |
| list_accounts | List connected social accounts |
| list_businesses | List your businesses |
Development
cd mcp-server
npm install
npm run buildTest locally:
FLUXSOCIAL_API_KEY=fsx_live_... FLUXSOCIAL_API_URL=http://localhost:3010 node dist/index.js