Awesome Salesforce Skills

v1.0.0Business Applicationsstable

Open-source Salesforce knowledge layer for AI coding assistants. 982+ source-grounded skills, 75 agents, 38-tool MCP server with live-org metadata. pip install sfskills-mcp.

agentforceai-agentsai-coding-assistantanthropicapex
Share:
23
Stars
0
Downloads
0
Weekly
0/5

What is Awesome Salesforce Skills?

Awesome Salesforce Skills is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to open-source salesforce knowledge layer for ai coding assistants. 982+ source-grounded skills, 75 agents, 38-tool mcp server with live-org metadata. pip install sfskills-mcp.

Open-source Salesforce knowledge layer for AI coding assistants. 982+ source-grounded skills, 75 agents, 38-tool MCP server with live-org metadata. pip install sfskills-mcp.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Open-source Salesforce knowledge layer for AI coding assista

Use Cases

Salesforce knowledge layer
Apex and object integration
Live org metadata access
PranavNagrecha

Maintainer

LicenseApache-2.0
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesomesalesforceskills

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Awesome Salesforce Skills

Awesome Salesforce Skills is an open-source knowledge layer that brings over 980 source-grounded Salesforce development skills and 75 specialized agents into AI coding assistants via a 38-tool MCP server. It provides live org metadata access using existing Salesforce CLI credentials — covering Apex classes, custom objects, flows, validation rules, permission sets, and record types — so developers can get accurate, context-aware help with Salesforce tasks without sharing credentials with external services. Teams using Cursor, Windsurf, Claude Code, or VS Code with Copilot use it to accelerate Apex development, debug org-specific issues, and navigate complex Salesforce metadata at scale.

Prerequisites

  • Python 3.9+ with pip installed
  • Salesforce CLI (sf) installed and authenticated to at least one org (sf org login web)
  • The AwesomeSalesforceSkills repository cloned locally
  • An MCP-compatible client such as Claude Code, Cursor, Windsurf, or VS Code with Copilot
1

Clone the repository

Clone the AwesomeSalesforceSkills repository to your local machine. The skills, agents, and MCP server all live in this single repo.

git clone https://github.com/PranavNagrecha/AwesomeSalesforceSkills.git
cd AwesomeSalesforceSkills
2

Install Python dependencies

Install the base requirements, then install the MCP server package in editable mode from the mcp subdirectory.

python3 -m pip install -r requirements.txt
python3 -m pip install -e mcp/sfskills-mcp
3

Authenticate your Salesforce org

Log in to the Salesforce org you want to introspect. The MCP server uses existing sf CLI credentials and does not store secrets in-process.

sf org login web --alias my-dev
sf config set target-org=my-dev
4

Configure your MCP client

Add the sfskills MCP server to your editor's MCP configuration. Set SFSKILLS_REPO_ROOT to the absolute path of the cloned repository.

{
  "mcpServers": {
    "sfskills": {
      "command": "python3",
      "args": ["-m", "sfskills_mcp"],
      "env": {
        "SFSKILLS_REPO_ROOT": "/absolute/path/to/AwesomeSalesforceSkills"
      }
    }
  }
}
5

Verify the server is connected

Restart your MCP client. Ask your AI assistant to list available Salesforce skills or search for Apex-related capabilities to confirm the server is running and returning results.

Awesome Salesforce Skills Examples

Client configuration

Claude Code or Cursor MCP configuration for the sfskills server with repo root path.

{
  "mcpServers": {
    "sfskills": {
      "command": "python3",
      "args": ["-m", "sfskills_mcp"],
      "env": {
        "SFSKILLS_REPO_ROOT": "/Users/yourname/AwesomeSalesforceSkills"
      }
    }
  }
}

Prompts to try

Example prompts for Salesforce development with Awesome Salesforce Skills.

- "List all custom objects in my connected Salesforce org"
- "Search for Salesforce skills related to Apex trigger best practices"
- "Show me the flows in my org that are active and relate to the Account object"
- "What validation rules exist on the Opportunity object in my dev org?"
- "Find skills for setting up Agentforce and list the relevant agents"

Troubleshooting Awesome Salesforce Skills

sfskills_mcp module not found when the server starts

Ensure you ran python3 -m pip install -e mcp/sfskills-mcp from the repository root. The -e flag is important for editable installs. Verify the install with: python3 -c "import sfskills_mcp".

Org introspection tools return no data or authentication errors

Confirm your Salesforce CLI session is active with sf org display. If the session has expired, re-authenticate with sf org login web --alias my-dev and set the target org again with sf config set target-org=my-dev.

SFSKILLS_REPO_ROOT path causes file not found errors

Use the absolute path to the cloned repository — relative paths are not supported. On Windows, use forward slashes or escape backslashes (C:\\Users\\... or C:/Users/...). Verify the path contains the README.md and mcp/ directory.

Frequently Asked Questions about Awesome Salesforce Skills

What is Awesome Salesforce Skills?

Awesome Salesforce Skills is a Model Context Protocol (MCP) server that open-source salesforce knowledge layer for ai coding assistants. 982+ source-grounded skills, 75 agents, 38-tool mcp server with live-org metadata. pip install sfskills-mcp. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Awesome Salesforce Skills?

Follow the installation instructions on the Awesome Salesforce Skills GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Awesome Salesforce Skills?

Awesome Salesforce Skills works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Awesome Salesforce Skills free to use?

Yes, Awesome Salesforce Skills is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Awesome Salesforce Skills Alternatives — Similar Business Applications Servers

Looking for alternatives to Awesome Salesforce Skills? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "awesomesalesforceskills": { "command": "npx", "args": ["-y", "awesomesalesforceskills"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Awesome Salesforce Skills?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides