Fireberry CRM Server
FreeNot checkedEnables AI assistants to securely interact with Fireberry CRM, allowing metadata exploration, schema management, and record operations through natural language.
About
Enables AI assistants to securely interact with Fireberry CRM, allowing metadata exploration, schema management, and record operations through natural language.
README
Connect your AI assistants directly to Fireberry CRM with secure, real-time access to your customer data. Perform complex CRM operations through natural language interactions.
Quick Start
1. Get Your API Token
Generate your Fireberry API token following the authentication guide.
2. Install & Configure
Choose your preferred runtime:
Node.js (Recommended)
Add to your MCP configuration file:
{
"mcpServers": {
"fireberry-crm": {
"command": "npx",
"args": ["-y", "@fireberry/mcp-server@latest"],
"env": {
"FIREBERRY_TOKEN_ID": "<your-token-here>"
}
}
}
}
Bun
{
"mcpServers": {
"fireberry-crm": {
"command": "bunx",
"args": ["@fireberry/mcp-server@latest"],
"env": {
"FIREBERRY_TOKEN_ID": "<your-token-here>"
}
}
}
}
3. Tool-Specific Setup
Claude Desktop
Update claude_desktop_config.json from MCP official docs:
{
"mcpServers": {
"fireberry-crm": {
"command": "npx",
"args": ["-y", "@fireberry/mcp-server@latest"],
"env": {
"FIREBERRY_TOKEN_ID": "<your-token-here>"
}
}
}
}
VS Code (GitHub Copilot)
Add to .vscode/settings.json:
{
"github.copilot.advanced": {
"mcpServers": {
"fireberry-crm": {
"command": "npx",
"args": ["-y", "@fireberry/mcp-server@latest"],
"env": {
"FIREBERRY_TOKEN_ID": "<your-token-here>"
}
}
}
}
}
Cursor
Navigate to Settings → MCP Servers and add:
{
"fireberry-crm": {
"command": "npx",
"args": ["-y", "@fireberry/mcp-server@latest"],
"env": {
"FIREBERRY_TOKEN_ID": "<your-token-here>"
}
}
}
Features
🔍 Metadata & Discovery
metadata_objects— List all available CRM object typesmetadata_fields— Get field definitions for any object typemetadata_picklist— Retrieve picklist values and options
🏗️ Schema Management
object_create— Create new custom objectsfield_create— Add custom fields to existing objects
📝 Record Operations
record_create— Create new records for any object typerecord_update— Update existing records with new values
Usage Examples
Once configured, try these natural language prompts:
Exploring Your Fireberry platform
"What object types are available in my Fireberry CRM?"
"Show me all fields for the Contacts object"
"List the picklist values for the Account Status field"
Data Operations
"Create a new custom object called 'Projects' with description, and status fields"
"Add a 'Project Budget' currency field to the Projects object"
"Create a new project record called 'Q1 Digital Transformation'"
"Import this contacts.csv file into my CRM"
Configuration
Environment Variables
| Variable | Required | Description |
|---|---|---|
FIREBERRY_TOKEN_ID |
✅ | Your Fireberry API token |
Security
- 🔐 All requests authenticated with your Fireberry API token
- 🔑 Token validation on startup
Troubleshooting
Common Issues
Server not starting?
- Verify your
FIREBERRY_TOKEN_IDis correct - Check that Node.js/Bun is properly installed
- Ensure network connectivity to
api.fireberry.com
Tools not appearing?
- Restart your AI assistant after configuration
- Verify JSON syntax in configuration files
- Check MCP server logs for error messages
Development Setup
git clone https://github.com/fireberry/mcp-server
cd mcp-server
npm install
npm run dev
License
MIT License - see LICENSE file for details.
from github.com/fireberry-crm/mcp-server
Install Fireberry CRM Server in Claude Desktop, Claude Code & Cursor
unyly install fireberry-crm-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add fireberry-crm-mcp-server -- npx -y @fireberry/mcp-serverFAQ
Is Fireberry CRM Server MCP free?
Yes, Fireberry CRM Server MCP is free — one-click install via Unyly at no cost.
Does Fireberry CRM Server need an API key?
No, Fireberry CRM Server runs without API keys or environment variables.
Is Fireberry CRM Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Fireberry CRM Server in Claude Desktop, Claude Code or Cursor?
Open Fireberry CRM Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Fireberry CRM Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
