Enables AI agents to interact with Salesforce through MCP, supporting queries, records, metadata, and bulk operations with flexible OAuth authentication.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.LOG_LEVEL— INFO DEBUG, INFO, WARNING, ERRORSALESFORCE_CLIENT_ID— e =your_client_id \SALESFORCE_CLIENT_SECRET— No Client secret (optional, see modes below)SALESFORCE_LOGIN_URL— e =https://login.salesforce.com \BASE_URL— No Public URL of the server (default: http://localhost:8000)OAUTH_REDIRECT_PATHOAUTH_REQUIRED_SCOPES— No Comma-separated scopes (default: api,refresh_token)OAUTH_STORAGE_TYPE— memory memory or redisSTORAGE_ENCRYPTION_KEY— Fernet key for token encryptionREDIS_URL— redis://localhost:6379 Redis connection URLSALESFORCE_ACCESS_TOKEN— e =your_token \SALESFORCE_INSTANCE_URL— e =https://your-domain.my.salesforce.com \SALESFORCE_USER_ID— No User ID (default: env_user)SALESFORCE_ORG_ID— No Org ID (default: env_org)SALESFORCE_USERNAME— No Username (default: env_user)PORT— 8000 HTTP server port (cloud platform standard)FASTMCP_PORT— HTTP server port (fallback, for backwards compatibility)OAUTH_MODE— bearer bearer for client-handled OAuth, proxy for server OAuth proxy[](https://m8ven.ai/mcp/hypn4-salesforce-mcp-server-egly6l)