loading…
Search for a command to run...
loading…
Enables AI assistants to securely interact with Fireberry CRM, allowing metadata exploration, schema management, and record operations through natural language.
Enables AI assistants to securely interact with Fireberry CRM, allowing metadata exploration, schema management, and record operations through natural language.
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.
Generate your Fireberry API token following the authentication guide.
Choose your preferred runtime:
Add to your MCP configuration file:
{
"mcpServers": {
"fireberry-crm": {
"command": "npx",
"args": ["-y", "@fireberry/mcp-server@latest"],
"env": {
"FIREBERRY_TOKEN_ID": "<your-token-here>"
}
}
}
}
{
"mcpServers": {
"fireberry-crm": {
"command": "bunx",
"args": ["@fireberry/mcp-server@latest"],
"env": {
"FIREBERRY_TOKEN_ID": "<your-token-here>"
}
}
}
}
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>"
}
}
}
}
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>"
}
}
}
}
}
Navigate to Settings → MCP Servers and add:
{
"fireberry-crm": {
"command": "npx",
"args": ["-y", "@fireberry/mcp-server@latest"],
"env": {
"FIREBERRY_TOKEN_ID": "<your-token-here>"
}
}
}
metadata_objects — List all available CRM object typesmetadata_fields — Get field definitions for any object typemetadata_picklist — Retrieve picklist values and optionsobject_create — Create new custom objectsfield_create — Add custom fields to existing objectsrecord_create — Create new records for any object typerecord_update — Update existing records with new valuesOnce configured, try these natural language prompts:
"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"
"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"
| Variable | Required | Description |
|---|---|---|
FIREBERRY_TOKEN_ID |
✅ | Your Fireberry API token |
Server not starting?
FIREBERRY_TOKEN_ID is correctapi.fireberry.comTools not appearing?
git clone https://github.com/fireberry/mcp-server
cd mcp-server
npm install
npm run dev
MIT License - see LICENSE file for details.
Выполни в терминале:
claude mcp add fireberry-crm-mcp-server -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.