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
Configure Environment Variables for
Please provide values for the following environment variables:
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.
ClickHouse
Unlock powerful analytics with the ClickHouse MCP Server—seamlessly run, explore, and manage SQL queries across ClickHouse clusters or with chDB’s embedded OLAP engine. This server offers easy database and table listing, safe query execution, and flexible access to data from files, URLs, or databases. Built-in health checks ensure reliability, while support for both ClickHouse and chDB enables robust data workflows for any project.
Postgres MCP Pro
Boost your Postgres database performance with Postgres MCP Pro, an AI-driven MCP server offering advanced index tuning, detailed explain plans, and comprehensive health checks. It combines proven optimization algorithms with schema intelligence for safe, context-aware SQL execution. Whether analyzing slow queries or recommending optimal indexes, Postgres MCP Pro empowers developers to improve efficiency and maintain database integrity. Designed for both development and production, it supports flexible transport options and robust access controls, making database management smarter, safer, and easier. Experience deterministic performance insights alongside AI assistance to keep your Postgres running at its best.
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.