Connect Cursor or Claude to 165 Typed CRM Tools With MCP
Dev.to AI
•
Generative AI
In the previous article, we created a FavCRM workspace and received a fav_mcp_* API key. Now we can connect an agent. FavCRM exposes its backend through the Model Context Protocol at: Once authenticated, the client can discover 165 typed tools across CRM, bookings, loyalty, invoices, commerce, content, team onboarding, WhatsApp setup, and reporting. Add FavCRM to Cursor Create or update ~/.cursor/mcp.json. { "mcpServers": { "favcrm": { "url": ", "headers": { "Authorization": "Bearer ${en:FAVCRM_API_KEY}" } } } } Then set the environment variable somewhere Cursor can read it.