MCP Catalogs
Home

AwesomeSalesforceSkills

by PranavNagrecha·20·Score 43

Comprehensive Salesforce knowledge layer with 38-tool MCP server providing live-org metadata, skills, and agents for AI assistants.

ai-llmdeveloper-toolsknowledge-graph
4
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

SfSkills is a universal knowledge layer specifically designed for Salesforce AI coding assistants. It consists of three layers: 978+ structured skills with source-grounded instructions, shared templates and canonical building blocks, and a live-org MCP server with 38 tools. The project enables AI assistants to provide role-accurate, Salesforce-specific guidance across all major roles (Admin, Developer, BA, Data, Architect) and Salesforce clouds. The MCP server extends functionality with live-org metadata retrieval, SOQL query capabilities, and diagnostic tools.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI-powered Salesforce development with real-time org validation
you:Learning Salesforce best practices through structured skill guides
you:Automating Salesforce administration tasks with AI assistants
you:What AI tools are supported?
you:How does the live-org MCP server work?

When to choose this

Choose SfSkills when working with Salesforce development or administration and need source-grounded guidance integrated directly into your AI coding assistant.

When NOT to choose this

Don't choose SfSkills if you're not working with Salesforce, as it's specifically tailored for the Salesforce ecosystem with no general-purpose functionality.

Tools this server exposes

12 tools extracted from the README
  • skill_search

    Search for Salesforce skills in the knowledge library

  • agent_suggest

    Suggest appropriate agent based on current task

  • metadata_retrieve

    Retrieve metadata from live Salesforce org

  • soql_query

    Execute SOQL queries against live Salesforce org

  • health_check

    Check health status of MCP server

  • apex_ref_probe

    Probe for Apex class and trigger references

  • flow_ref_probe

    Probe for Flow references in the org

  • permset_shape_probe

    Probe permission set shapes and permissions

  • automation_graph

    Retrieve automation graph and dependencies

  • template_retrieve

    Retrieve reusable Salesforce templates

  • decision_tree_lookup

    Lookup decision trees for automation and sharing

  • envelope_persist

    Persist data envelopes for atomic operations

Comparable tools

salesforce-mcpsalesforce-clideveloperforce

Installation

# 1. Clone the repository
git clone https://github.com/PranavNagrecha/AwesomeSalesforceSkills.git
cd AwesomeSalesforceSkills

# 2. Install dependencies
python3 -m pip install -r requirements.txt

# 3. Install MCP server
pip install sfskills-mcp

# For Claude Desktop:
# Add to claude_desktop_config.json:
{
  "mcpServers": {
    "sfskills": {
      "command": "sfskills-mcp",
      "args": []
    }
  }
}

FAQ

What AI tools are supported?
SfSkills supports Claude Code, Cursor, Windsurf, Augment, and Codex CLI directly, with Aider and any LLM via direct skill access.
How does the live-org MCP server work?
The MCP server provides 38 tools for searching skills/agents/templates, retrieving live-org metadata, executing SOQL queries, and diagnosing org health, using your authenticated Salesforce CLI connection.

Compare AwesomeSalesforceSkills with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.