MCP.so
Sign In
S

Salesforce Ai Agent Mcp Server

@pratapsfdc22-dev

About Salesforce Ai Agent Mcp Server

No overview available yet

Basic information

Category

AI & Agents

Transports

stdio

Publisher

pratapsfdc22-dev

Submitted by

Pratap Kumar

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "salesforce-ai-agent": {
      "command": "node",
      "args": [
        "/absolute/path/to/salesforce-ai-agent-mcp/dist/index.js"
      ],
      "env": {
        "JIRA_BASE_URL": "https://your-org.atlassian.net",
        "JIRA_EMAIL": "[email protected]",
        "JIRA_API_TOKEN": "your_token",
        "SF_LOGIN_URL": "https://login.salesforce.com",
        "SF_CLIENT_ID": "your_client_id",
        "SF_CLIENT_SECRET": "your_client_secret",
        "SF_USERNAME": "[email protected]",
        "SF_PASSWORD": "yourpassword",
        "SF_SECURITY_TOKEN": "yourToken",
        "N8N_BASE_URL": "https://your-n8n.com",
        "N8N_API_KEY": "your_n8n_api_key"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Comments

More AI & Agents MCP servers