MCP Catalogs
Homemcp-hosted screenshot

mcp-hosted

by forcedotcom·109·Score 49

Salesforce's hosted MCP servers enable AI assistants to securely connect to Salesforce assets using the Model Context Protocol.

developer-toolsai-llmproductivity
13
Forks
7
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

Salesforce's hosted MCP servers provide a standardized interface for AI assistants like Claude and ChatGPT to connect securely to Salesforce logic and assets. The servers implement MCP as an open standard with enterprise-grade authentication and governance. The repository includes comprehensive documentation covering basic administration, server reference, and best practices for building custom servers. Salesforce maintains active development with clear separation between setup documentation, developer guides, and community resources.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Connecting AI assistants to Salesforce data and business logic
you:Enabling secure API access to Salesforce systems for AI applications
you:Building custom MCP servers that integrate with Salesforce workflows
you:What authentication methods are supported?
you:Can I build custom MCP servers with Salesforce?

When to choose this

Choose this if you need to connect AI assistants to Salesforce data and automation flows and want enterprise-grade authentication without building custom integrations.

When NOT to choose this

Avoid this if you're not using Salesforce, as it requires a Salesforce instance and only works with MCP-compatible AI clients.

Comparable tools

salesforce-mcpgeneric-api-mcpdatabase-mcpcustom-integration

Installation

Installation

Salesforce MCP servers are hosted and managed within the Salesforce platform. To configure:

  1. Navigate to Setup in your Salesforce org
  2. Find 'API Catalog' in the 'Platform Tools' section
  3. Select 'Manage MCP Servers'
  4. Enable the desired servers and configure authentication

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "salesforce": {
      "command": "npx",
      "args": ["@salesforce/mcp-server", "--host", "your-domain.my.salesforce.com"]
    }
  }
}

FAQ

What authentication methods are supported?
Salesforce MCP servers support enterprise-grade authentication including OAuth 2.0 and Salesforce's built-in security frameworks.
Can I build custom MCP servers with Salesforce?
Yes, Salesforce provides documentation and best practices for building custom MCP servers that integrate with their APIs and workflows.

Compare mcp-hosted with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.