CSM Intelligence MCP Server
Exposes simulated Salesforce CRM data as MCP tools for Claude Desktop, enabling customer success managers to prioritize at-risk accounts, review opportunities, cases, and Gong notes via natural language.
README
CSM Intelligence MCP Server
A Model Context Protocol (MCP) server that exposes simulated Salesforce CRM data as tools callable by Claude Desktop. Built to demonstrate the same architecture used in production at CData Software — where Claude (MCP client) + CData ConnectAI (MCP server) + live Salesforce data drove weekly CSM account prioritization.
Architecture
Claude Desktop (MCP Client)
│ MCP Protocol over stdio
▼
csm-mcp-server/server.py ←── This repo
│ Tool calls
▼
data/salesforce.json (Accounts, Opportunities, Cases, Gong Notes)
│
▼
Claude reasons over returned data
│
▼
Prioritized CSM Weekly Worklist
Setup
1. Install dependencies
cd csm-mcp-server
python3 -m pip install -r requirements.txt
2. Configure Claude Desktop
Open your Claude Desktop config file:
open ~/Library/Application\ Support/Claude/claude_desktop_config.json
Add the server config (merge with any existing config):
{
"mcpServers": {
"csm-intelligence": {
"command": "python3",
"args": ["/Users/mahesh/csm-mcp-server/server.py"],
"env": {}
}
}
}
3. Restart Claude Desktop
Quit and reopen Claude Desktop. You should see a 🔌 icon or tool count increase in the chat interface.
MCP Tools Exposed
| Tool | Description |
|---|---|
get_accounts |
Full account portfolio with ARR, health score, CSM, renewal date |
get_opportunities |
Renewals and expansions with stage, probability, close date |
get_cases |
Open support cases by account and severity |
get_gong_notes |
Call summaries, sentiment, and risk flags from Gong |
get_at_risk_accounts |
Pre-filtered risk signals across all accounts |
Demo Prompts
Use these in Claude Desktop after connecting the server:
Weekly prioritization:
"Pull all at-risk accounts and give me a prioritized CSM action list for this week. Include ARR at risk, renewal dates, and top 2 actions per account."
Specific account deep-dive:
"Give me a full picture of Stryker Corporation — open cases, recent Gong call sentiment, renewal status, and what our CSM should do this week."
Revenue at risk summary:
"Which accounts renewing in the next 60 days have health scores below 60? Rank by ARR and tell me what's driving the risk for each."
Churn signal scan:
"Scan all Gong notes for negative sentiment flags and cross-reference with open support cases. Which accounts have both? What's the combined ARR at risk?"
CSM workload view:
"Show me all accounts owned by Mathis Corn. What's his highest priority this week and why?"
The Production Story
At CData Software, this exact architecture ran in production:
- Claude Desktop as the MCP client — CSMs used natural language prompts
- CData ConnectAI as the MCP server — connected to live Salesforce (with Gong data ingested) and Datadog
- Weekly output: prioritized account list with risk flags, driving CSM weekly planning
- Outcome: GRR improved from 74% to 83% (~$2M ARR protected)
This repo demonstrates the same pattern with simulated data, making the architecture portable and demonstrable without proprietary dependencies.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.