Fireberry CRM MCP Server

Fireberry CRM MCP Server

Enables AI assistants to securely interact with Fireberry CRM, allowing metadata exploration, schema management, and record operations through natural language.

Category
Visit Server

README

Fireberry CRM MCP Server

<a target="_blank" href="https://fireberry.com" align="center" style="filter:drop-shadow(0 0 18px #fff) drop-shadow(0 0 12px #fff)"> <img alt="Fireberry's Logo" src="./docs/fireberry-logo.svg">

</a>

A powerful Model Context Protocol (MCP) server for seamless AI-CRM integration

MCP Compatible License: MIT npm version

</div>

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

<details> <summary><strong>Claude Desktop</strong></summary>

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>"
            }
        }
    }
}

</details>

<details> <summary><strong>VS Code (GitHub Copilot)</strong></summary>

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>"
                }
            }
        }
    }
}

</details>

<details> <summary><strong>Cursor</strong></summary>

Navigate to Settings → MCP Servers and add:

{
    "fireberry-crm": {
        "command": "npx",
        "args": ["-y", "@fireberry/mcp-server@latest"],
        "env": {
            "FIREBERRY_TOKEN_ID": "<your-token-here>"
        }
    }
}

</details>

Features

🔍 Metadata & Discovery

  • metadata_objects — List all available CRM object types
  • metadata_fields — Get field definitions for any object type
  • metadata_picklist — Retrieve picklist values and options

🏗️ Schema Management

  • object_create — Create new custom objects
  • field_create — Add custom fields to existing objects

📝 Record Operations

  • record_create — Create new records for any object type
  • record_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_ID is 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.


<div align="center"> Made with ❤️‍🔥 by the <a href="https://fireberry.com">Fireberry</a> team </div>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured