Salesforce MCP Server
Provides natural language querying and data retrieval capabilities for Salesforce CRM, including tools for accessing accounts, contacts, opportunities, leads, activities, and running SOQL queries.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Salesforce MCP Servershow me opportunities closing this month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Salesforce MCP Server
Node.js / Express / TypeScript 기반 Salesforce MCP (Model Context Protocol) 서버
자연어로 Salesforce 데이터를 조회할 수 있습니다.
실행 방법
로컬 실행
# 환경변수 설정
cp .env.example .env
# .env 파일에 Salesforce 인증 정보 입력 후
npm install
npm run build
npm start
# 인증 토큰과 함께 실행
TOKEN=your_token npm start샘플 데이터 생성
npm run seed거래처 7개, 담당자, 영업 기회, 리드, 활동 데이터를 자동으로 생성합니다.
배포하기 (클라우드타입)
새 서비스 생성 → GitHub 연동 →
alerundev/salesforce-mcp-server선택설정
Node v22
빌드 명령어:
npm run build시작 명령어:
npm start
환경변수 설정
키 | 값 |
|
|
| Salesforce 로그인 이메일 |
| Salesforce 비밀번호 |
| Salesforce 보안 토큰 |
| Connected App 소비자 키 |
| Connected App 소비자 시크릿 |
| (선택) Bearer 토큰 인증 사용 시 |
MCP 접속 주소
https://<배포된 도메인>/mcp
인증
Bearer 토큰 인증을 사용합니다 (환경변수 TOKEN 설정 시 활성화):
Authorization: Bearer your-token지원 도구 (Tools)
Tool | 설명 |
| 거래처 목록 조회 |
| 키워드로 거래처 검색 |
| 영업 기회 목록 조회 |
| 단계별 영업 기회 조회 (Closed Won, Prospecting 등) |
| 단계별 영업 기회 집계 (건수 + 금액) |
| 담당자 목록 조회 |
| 이름으로 담당자 검색 |
| 잠재 고객 목록 조회 |
| 상태별 잠재 고객 조회 |
| 최근 활동(Task) 조회 |
| 직접 SOQL 쿼리 실행 |
자연어 질문 예시
"이번 달 마감 예정인 딜 목록 보여줘"
"Closed Won 상태인 영업 기회는 얼마야?"
"삼성전자 담당자 찾아줘"
"단계별로 영업 기회 요약해줘"
"Hot 등급 리드 보여줘"
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alerundev/salesforce-mcp-youtube'
If you have feedback or need assistance with the MCP directory API, please join our Discord server