PluginBench
MCP Server
Active
MIT

io.github.Anirudhx7/suitecrm-mcp MCP Server

io.github.Anirudhx7/suitecrm-mcp

What is the io.github.Anirudhx7/suitecrm-mcp MCP server?

Open-source MCP gateway for SuiteCRM - 24 CRM tools, OAuth2/OIDC auth, multi-entity, observability.

How to install io.github.Anirudhx7/suitecrm-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SUITECRM_ENDPOINT
    required

    SuiteCRM v4_1 REST endpoint URL, e.g. https://crm.example.com/service/v4_1/rest.php

  • SUITECRM_PREFIX
    required

    Tool name prefix, e.g. suitecrm

  • PORT
    required

    Port the gateway listens on

  • AUTH0_DOMAIN
    required

    OIDC provider domain, e.g. your-tenant.auth0.com

  • AUTH0_AUDIENCE
    required

    OAuth2 API audience identifier

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "suitecrm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "suitecrm-mcp-gateway"
      ],
      "env": {
        "SUITECRM_ENDPOINT": "<YOUR_SUITECRM_ENDPOINT>",
        "SUITECRM_PREFIX": "<YOUR_SUITECRM_PREFIX>",
        "PORT": "<YOUR_PORT>",
        "AUTH0_DOMAIN": "<YOUR_AUTH0_DOMAIN>",
        "AUTH0_AUDIENCE": "<YOUR_AUTH0_AUDIENCE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "suitecrm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "suitecrm-mcp-gateway"
      ],
      "env": {
        "SUITECRM_ENDPOINT": "<YOUR_SUITECRM_ENDPOINT>",
        "SUITECRM_PREFIX": "<YOUR_SUITECRM_PREFIX>",
        "PORT": "<YOUR_PORT>",
        "AUTH0_DOMAIN": "<YOUR_AUTH0_DOMAIN>",
        "AUTH0_AUDIENCE": "<YOUR_AUTH0_AUDIENCE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "suitecrm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "suitecrm-mcp-gateway"
      ],
      "env": {
        "SUITECRM_ENDPOINT": "<YOUR_SUITECRM_ENDPOINT>",
        "SUITECRM_PREFIX": "<YOUR_SUITECRM_PREFIX>",
        "PORT": "<YOUR_PORT>",
        "AUTH0_DOMAIN": "<YOUR_AUTH0_DOMAIN>",
        "AUTH0_AUDIENCE": "<YOUR_AUTH0_AUDIENCE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "suitecrm-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "suitecrm-mcp-gateway"
      ],
      "env": {
        "SUITECRM_ENDPOINT": "<YOUR_SUITECRM_ENDPOINT>",
        "SUITECRM_PREFIX": "<YOUR_SUITECRM_PREFIX>",
        "PORT": "<YOUR_PORT>",
        "AUTH0_DOMAIN": "<YOUR_AUTH0_DOMAIN>",
        "AUTH0_AUDIENCE": "<YOUR_AUTH0_AUDIENCE>"
      }
    }
  }
}
Claude Code
claude mcp add suitecrm-mcp --env SUITECRM_ENDPOINT=<YOUR_SUITECRM_ENDPOINT> --env SUITECRM_PREFIX=<YOUR_SUITECRM_PREFIX> --env PORT=<YOUR_PORT> --env AUTH0_DOMAIN=<YOUR_AUTH0_DOMAIN> --env AUTH0_AUDIENCE=<YOUR_AUTH0_AUDIENCE> -- npx -y suitecrm-mcp-gateway

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →