Skip to main content
Glama
fireberry-crm

Fireberry CRM MCP Server

Official

Fireberry CRM MCP Server

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

MCP Compatible License: MIT npm version

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:

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

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

Related MCP server: MCP Salesforce Server

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.


A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to securely interact with Salesforce CRM data through SOQL queries, CRUD operations, and metadata exploration. Supports connecting to Salesforce objects like Accounts, Contacts, and Opportunities via OAuth 2.0 authentication.
    Last updated
    8
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to interact with Salesforce through a secure interface for performing CRUD operations, executing SOQL queries, and managing schema discovery. It features a smart learning system that analyzes custom objects and fields to provide intelligent assistance tailored to specific Salesforce configurations.
    Last updated
    14
    59
    17
    BSD 2-Clause "Simplified"
  • F
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to interact with Salesforce CRM by executing SOQL queries and performing CRUD operations on records such as Leads. It supports secure OAuth 2.0 authentication and provides management for both standard and custom Salesforce fields.
    Last updated
  • F
    license
    B
    quality
    D
    maintenance
    Provides AI agents with secure access to Salesforce data and operations, enabling natural language interaction with CRM for sales, marketing, and executive teams.
    Last updated
    6
    5

View all related MCP servers

Related MCP Connectors

  • Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...

  • Give AI agents access to form submissions — read, search, update, and process file attachments.

  • Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fireberry-crm/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server