salesforce-mcp-server

micahyee415/salesforce-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Read-only Model Context Protocol (MCP) server for Salesforce (SOQL, SOSL, reports, schema, bulk record fetch) on Cloud Run with Google OAuth.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "salesforce-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "micahyee415/salesforce-mcp-server"
      ]
    }
  }
}

README Excerpt

> A read-only Model Context Protocol (MCP) server for Salesforce — SOQL queries, SOSL full-text search, saved report execution, schema discovery, and bulk record fetch — deployable on Google Cloud Run with Google OAuth. --- `salesforce-mcp` exposes your Salesforce org as a set of structured read-only tools that any MCP-compatible client (Claude Desktop, Claude.ai remote connectors, etc.) can call conversationally.

Tools (20)

ALLOWED_DOMAINGOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETPORTSERVER_URLSF_API_VERSIONSF_CLIENT_IDSF_CLIENT_SECRETSF_INSTANCE_URLSF_LOGIN_URLdescribe_objectdescribe_reportget_api_limitsget_current_userget_recordget_recordslist_objectslist_reportsquery_recordsrun_report

Topics

cloud-rungoogle-oauthmcpmodel-context-protocolsalesforcetypescript