StackMCP

Sales Development Stack for Cursor

Beginner6 servers24.2K tokens

Configuration

{
  "mcpServers": {
    "hubspot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hubspot/mcp-server"
      ],
      "env": {
        "HUBSPOT_ACCESS_TOKEN": "YOUR_HUBSPOT_ACCESS_TOKEN"
      }
    },
    "slack-official-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-slack"
      ],
      "env": {
        "SLACK_BOT_TOKEN": "YOUR_SLACK_BOT_TOKEN",
        "SLACK_TEAM_ID": "YOUR_SLACK_TEAM_ID"
      }
    },
    "mailchimp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mailchimp-mcp-server"
      ],
      "env": {
        "MAILCHIMP_API_KEY": "YOUR_MAILCHIMP_API_KEY"
      }
    },
    "google-analytics-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@google-analytics/mcp"
      ],
      "env": {
        "GA_PROPERTY_ID": "YOUR_GA_PROPERTY_ID",
        "GOOGLE_APPLICATION_CREDENTIALS": "YOUR_GOOGLE_APPLICATION_CREDENTIALS"
      }
    },
    "twitter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "twitter-mcp"
      ],
      "env": {
        "TWITTER_API_KEY": "YOUR_TWITTER_API_KEY",
        "TWITTER_API_SECRET": "YOUR_TWITTER_API_SECRET",
        "TWITTER_ACCESS_TOKEN": "YOUR_TWITTER_ACCESS_TOKEN",
        "TWITTER_ACCESS_SECRET": "YOUR_TWITTER_ACCESS_SECRET"
      }
    },
    "brave-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ],
      "env": {
        "BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
      }
    }
  }
}

Where to save

Paste the config above into:

.cursor/mcp.json

Environment Variables

Replace the YOUR_ placeholders with your actual values.

HUBSPOT_ACCESS_TOKENrequired

HubSpot private app access token

Used by: HubSpot MCP

SLACK_BOT_TOKENrequired

Slack bot token (xoxb-...)

Used by: Slack MCP (Official)

SLACK_TEAM_IDrequired

Slack team/workspace ID

Used by: Slack MCP (Official)

MAILCHIMP_API_KEYrequired

Mailchimp API key

Used by: Mailchimp MCP

GA_PROPERTY_IDrequired

Google Analytics 4 property ID

Used by: Google Analytics MCP

GOOGLE_APPLICATION_CREDENTIALSrequired

Path to Google service account JSON key file

Used by: Google Analytics MCP

TWITTER_API_KEYrequired

Twitter API key

Used by: Twitter/X MCP

TWITTER_API_SECRETrequired

Twitter API secret

Used by: Twitter/X MCP

TWITTER_ACCESS_TOKENrequired

Twitter access token

Used by: Twitter/X MCP

TWITTER_ACCESS_SECRETrequired

Twitter access token secret

Used by: Twitter/X MCP

BRAVE_API_KEYrequired

Brave Search API key

Used by: Brave Search MCP

What’s in this stack

HubSpot MCP10 tools

CRM data access, contact management, deal tracking, and company information from HubSpot. Official integration in public beta.

Manages your sales pipeline, contact records, and deal stages so no prospect falls through the cracks.

Official MCP server for Slack. Send and read messages, manage channels, and search conversations from your AI editor.

Coordinates with your sales team on hot leads and shares real-time deal updates in dedicated channels.

Email campaign management, audience lists, automation workflows, and campaign analytics from Mailchimp.

Creates and sends targeted email sequences that nurture cold leads into qualified sales opportunities.

Access GA4 data, run custom reports, and get real-time analytics from your AI editor. Official Google implementation.

Tracks which marketing channels and landing pages generate the highest-quality inbound leads.

Post tweets, search timelines, manage followers, and analyze engagement on Twitter/X from your AI editor.

Monitors prospect activity and industry conversations for timely, relevant social selling outreach.

Search the web using Brave Search API. Perform web searches and get results directly in your AI editor context.

Researches prospect companies, recent funding rounds, and news to personalize your outreach messaging.

Other editors