mcp-crm

Saipranoy/mcp-crm
★ 0 stars TypeScript Code/Dev Tools Updated 2d ago
MCP server exposing a CRM over stdio, with Microsoft Entra device-code sign-in
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-crm": {
      "command": "npx",
      "args": [
        "-y",
        "Saipranoy/mcp-crm"
      ]
    }
  }
}

README Excerpt

A learning project: a [Model Context Protocol](https://modelcontextprotocol.io) server that exposes a CRM to an MCP client over stdio. Sign-in goes through Microsoft Entra using the device-code flow. The resulting identity token is exchanged for a CRM access token, so CRM queries run as the signed-in user and return only what that user is allowed to see.

Tools (5)

crm_login_statusget_crm_accountsearch_accountssearch_crm_accountsstart_crm_login