MCP server for Follow Up Boss CRM with 157 tools covering 100% of the official API. Manage contacts, deals, pipeline, tasks, emails, smart lists, action plans, webhooks, and more through natural language. Built for real estate professionals who use Follow Up Boss.
Server Config
{
"mcpServers": {
"followupboss": {
"command": "node",
"args": [
"/path/to/followupboss-mcp-server/index.js"
],
"env": {
"FUB_API_KEY": "your_api_key_here"
}
}
}
}