Salesforce Ai Agent Mcp Server

by pratapsfdc22-dev

277 downloads
Not rated
GitHub

About

Salesforce Ai Agent Mcp Server.

Details

Author
pratapsfdc22-dev
Downloads
277
Categories
AI, Project Management, Automation, Infrastructure, Developer Tools

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Salesforce Ai Agent Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "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": "you@company.com",
        "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": "you@yourorg.com",
        "SF_PASSWORD": "yourpassword",
        "SF_SECURITY_TOKEN": "yourToken",
        "N8N_BASE_URL": "https://your-n8n.com",
        "N8N_API_KEY": "your_n8n_api_key"
      }
    }
  }
}

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "salesforce ai agent mcp server": {
            "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": "you@company.com",
                    "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": "you@yourorg.com",
                    "SF_PASSWORD": "yourpassword",
                    "SF_SECURITY_TOKEN": "yourToken",
                    "N8N_BASE_URL": "https://your-n8n.com",
                    "N8N_API_KEY": "your_n8n_api_key"
                }
            }
        }
    }
}

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": "you@company.com",
            "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": "you@yourorg.com",
            "SF_PASSWORD": "yourpassword",
            "SF_SECURITY_TOKEN": "yourToken",
            "N8N_BASE_URL": "https://your-n8n.com",
            "N8N_API_KEY": "your_n8n_api_key"
        }
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.