Salesforce
Integrates with Salesforce to enable natural language interactions for executing queries, managing r...
Log in to Salesforce
- Go to your Salesforce instance login page.
- Log in with your administrator or API-enabled user account.
Create a Connected App
- Click the gear icon in the upper right and select "Setup".
- In the left sidebar, search for "App Manager" and open it under "Apps" → "App Manager".
- Click the "New Connected App" button.
Configure the Connected App
- Enter a name and email for the app.
- Under "API (Enable OAuth Settings)", check "Enable OAuth Settings".
- For the "Callback URL", enter any valid https URL (e.g.,
https://localhost/callback), or your service's callback if used. - For "Selected OAuth Scopes", add at least:
- "Access and manage your data (api)"
- You may also add "Full access (full)" and "Perform requests on your behalf at any time (refresh_token, offline_access)" if needed.
- Save the app settings.
Obtain the Consumer Key and Consumer Secret
- After saving, you'll see the "Consumer Key" and be able to copy the "Consumer Secret" under the app details.
- You'll use these to authenticate via OAuth.
Authorize the App and Get an Access Token
- Open an incognito/private browser window.
- Go to this URL, filling in your values:
https://login.salesforce.com/services/oauth2/authorize?response_type=code&client_id=YOUR_CONSUMER_KEY&redirect_uri=YOUR_CALLBACK_URL- If you are using a sandbox, use
https://test.salesforce.cominstead.
- If you are using a sandbox, use
- Log in with your Salesforce credentials and approve the app.
- You’ll be redirected to your callback URL with a
codeparameter.
Exchange the Authorization Code for an Access Token
Use a tool like Postman, or
curl, to make a POST request to:https://login.salesforce.com/services/oauth2/tokenwith the following
application/x-www-form-urlencodedparameters:grant_type=authorization_codecode=THE_CODE_FROM_PREVIOUS_STEPclient_id=YOUR_CONSUMER_KEYclient_secret=YOUR_CONSUMER_SECRETredirect_uri=YOUR_CALLBACK_URL
The response JSON will contain
access_tokenandinstance_url.
Copy the Access Token and Instance URL
- Copy the values for
access_tokenandinstance_urlfrom the response.
- Copy the values for
Fill in the FastMCP Connection Interface
- In the FastMCP connection interface, press the "Install Now" button for the Salesforce MCP connector.
- When prompted, enter:
SALESFORCE_ACCESS_TOKEN: (use the access token from step 7)SALESFORCE_INSTANCE_URL: (use the instance URL from step 7)SALESFORCE_DOMAIN: (Optional. Entertestif using a Salesforce sandbox, or leave blank for production.)
You have now successfully connected the Salesforce MCP integration!
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Database
View All →Supabase MCP Server
Connect Supabase projects directly with AI assistants using the Model Context Protocol (MCP). This server standardizes communication between Large Language Models and Supabase, enabling AI to manage tables, query data, and interact with project features like edge functions, storage, and branching. Customize access with read-only or project-scoped modes and select specific tool groups to fit your needs. Integrated tools cover account management, documentation search, database operations, debugging, and more, empowering AI to assist with development, monitoring, and deployment tasks in your Supabase environment efficiently and securely.
Svelte
Official Svelte documentation access and code analysis server that provides up-to-date reference material, playground link generation, and intelligent autofixer capabilities for detecting common patterns, anti-patterns, and migration opportunities in Svelte 5 and SvelteKit projects.
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.