loading…
Search for a command to run...
loading…
Enables AI assistants to manage marketing campaigns, Facebook accounts, and lead generation tasks through the MessengerFlow platform. It provides tools for inte
Enables AI assistants to manage marketing campaigns, Facebook accounts, and lead generation tasks through the MessengerFlow platform. It provides tools for interacting with messaging inboxes, scraping leads, and accessing real-time performance analytics.
MCP server for MessengerFlow — manage campaigns, accounts, leads, inbox, and analytics from AI assistants like Claude Desktop.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"messengerflow": {
"command": "npx",
"args": ["@messengerflow/mcp-server"],
"env": {
"MESSENGERFLOW_API_KEY": "mf_your_key_here"
}
}
}
}
No API key needed — authenticates with your MessengerFlow account:
{
"mcpServers": {
"messengerflow": {
"url": "https://mcp.messengerflow.com/mcp"
}
}
}
cd mcp
npm install
MESSENGERFLOW_API_KEY=mf_your_key npm run dev
| Variable | Required | Default | Description |
|---|---|---|---|
MESSENGERFLOW_API_KEY |
Yes | — | API key (starts with mf_) |
MESSENGERFLOW_BASE_URL |
No | https://app.messengerflow.com/api/v1 |
API base URL |
To get your API key:
mf_)| Tool | Description |
|---|---|
manage_campaigns |
Create, update, start/stop, delete campaigns. View leads and activity. |
manage_accounts |
Add, update, delete Facebook accounts. View stats and logs. |
manage_leads |
Import CSV, scrape groups/pages, merge, export lead collections. |
manage_inbox |
View conversations, search, send messages, manage read status. |
get_analytics |
Dashboard stats, activity charts, performance metrics. |
| URI | Description |
|---|---|
messengerflow://dashboard |
Dashboard stats |
npm run build # Outputs to dist/
npm start # Run built version
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"messengerflow-mcp-server": {
"command": "npx",
"args": []
}
}
}