MCP Crm MCP Server

A simple MCP server for CRM functionality with TypeScript

Local serverstdioTypeScript

What is the MCP Crm MCP server?

Mcp crm mcp server connects MCP Crm to AI assistants that speak the Model Context Protocol. A simple MCP server for CRM functionality with TypeScript.

What MCP Crm does

A production-ready Model Context Protocol (MCP) server for Customer Relationship Management (CRM) functionality, built with TypeScript and SQLite.

Tools it exposes

Once connected, the assistant can call these 6 tools directly:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Setup — The Setup tool exposed by this server
  • Database — The Database tool exposed by this server
  • Scalability — The Scalability tool exposed by this server
  • Reliability — The Reliability tool exposed by this server
  • Monitoring — The Monitoring tool exposed by this server

Installing the mcp crm mcp server

The server is distributed via npm as tsx, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Requirements

  • Node.js 18+ - npm or yarn

Where it fits

Database servers turn schema archaeology and ad-hoc reporting into conversation, which is why they tend to be the second or third server people install. MCP Crm sits in that group, and the shape of its toolset — Prerequisites, Setup, Database among others — tells you what it is really for. Worth comparing against the other databases servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by nxt3d, written in TypeScript.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp crm mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
SetupThe Setup tool exposed by this server.
DatabaseThe Database tool exposed by this server.
ScalabilityThe Scalability tool exposed by this server.
ReliabilityThe Reliability tool exposed by this server.
MonitoringThe Monitoring tool exposed by this server.

How to install the MCP Crm MCP server

{
  "mcpServers": {
    "crm": {
      "command": "npx",
      "args": ["-y", "tsx"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 18+ - npm or yarn

Example prompts to try

  • Use MCP Crm to Prerequisites.
  • Use MCP Crm to Setup.
  • Use MCP Crm to Database.

Frequently asked questions

It connects MCP Crm to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Prerequisites, Setup, Database, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Crm directly.