SmallForce MCP for Cursor

Connect SmallForce to Cursor IDE so the AI agent can manage your social media, CRM contacts, inbox conversations, Google reviews, and call analytics while you code.

Prerequisites

Setup

1. Open MCP settings

In Cursor, go to Settings → MCP or press Cmd + Shift + P and search for “MCP Settings”.

2. Add the SmallForce server

Click “Add new MCP server” and select “Streamable HTTP” as the type. Then set:

  • Name: smallforce
  • URL: https://mcp.smallforcehq.com/mcp

Alternatively, add this to your ~/.cursor/mcp.json file:

{
  "mcpServers": {
    "smallforce": {
      "url": "https://mcp.smallforcehq.com/mcp",
      "headers": {
        "Authorization": "Bearer sf_sk_live_your_api_key_here"
      }
    }
  }
}

Replace sf_sk_live_your_api_key_here with your actual API key.

3. Verify the connection

Go to Settings → MCP and check that the SmallForce server shows a green status indicator. If it shows yellow, click the refresh icon.

Usage

Once connected, use Cursor’s AI chat to interact with SmallForce:

"List my connected social media accounts"
"Create a draft post saying 'Big announcement coming soon! 🚀'"
"Show me all unread inbox conversations"
"Find Google reviews with 1 star that need a reply"
"List contacts added this week"

Troubleshooting

  • Yellow status: Click the refresh icon in MCP settings
  • Tools not appearing: Restart Cursor
  • Auth errors: Verify your API key starts with sf_sk_live_ and is correctly formatted
  • Still stuck: Check the tools reference to confirm available tools