@socialcrmai/cli
v1.0.2
Published
SocialCRM CLI — connect AI coding tools to your brand intelligence MCP server
Readme
@socialcrmai/cli
Connect AI coding tools (Cursor, Claude Code, Gemini CLI) to your SocialCRM brand intelligence MCP server in one command.
Install
npm install -g @socialcrmai/cliQuick Start
# 1. Save your API key (from Settings > API Keys in the SocialCRM dashboard)
socialcrm auth
# 2. Configure your editor (auto-detects Cursor / Claude Code)
socialcrm init
# 3. Verify connection
socialcrm statusCommands
socialcrm auth [api-key]
Save your SocialCRM API key. If no key is provided, prompts interactively.
The key is stored in ~/.socialcrm/config.json (file permissions 600).
socialcrm init
Write the MCP server configuration for your AI coding tool.
socialcrm init # auto-detect platform
socialcrm init --cursor # Cursor only
socialcrm init --claude # Claude Code only
socialcrm init --gemini # Gemini CLI only
socialcrm init --all # all platforms
socialcrm init --dir /path # specify project directoryWhat it writes:
| Platform | Config file |
|------------|------------------------|
| Cursor | .cursor/mcp.json |
| Claude Code| .mcp.json |
| Gemini CLI | gemini-extension.json|
socialcrm status
Ping the MCP server with your stored API key and list available tools.
Get an API Key
- Log in at socialcrm.com
- Go to Settings > API Keys
- Click Create API Key
- Copy the key and run
socialcrm auth <key>
