Sfcc Dev MCP
Rank #8,635io.github.taurgis/sfcc-dev-mcp
MCP server for Salesforce B2C Commerce Cloud development assistance
Sfcc Dev MCP is a Model Context Protocol (MCP) server published by taurgis. It ranks #8,635 of 115,460 servers tracked on MCP Toplist, and its repository has 27 GitHub stars. Sfcc Dev MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 5 tracked versions. It was first listed on Aug 9, 2025 and most recently updated on Apr 8, 2026.
Ranks ahead of 106,825 of 115,460 servers on MCP Toplist.
Use Sfcc Dev MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sfcc-dev-mcp -- npx -y sfcc-dev-mcp[mcp_servers.sfcc-dev-mcp]
command = "npx"
args = ["-y", "sfcc-dev-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"sfcc-dev-mcp": {
"command": "npx",
"args": [
"-y",
"sfcc-dev-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sfcc-dev-mcp": {
"command": "npx",
"args": [
"-y",
"sfcc-dev-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sfcc-dev-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sfcc-dev-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sfcc-dev-mcp": {
"command": "npx",
"args": [
"-y",
"sfcc-dev-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sfcc-dev-mcp": {
"command": "npx",
"args": [
"-y",
"sfcc-dev-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.taurgis%2Fsfcc-dev-mcp)<a href="https://mcptoplist.com/server/io.github.taurgis%2Fsfcc-dev-mcp"><img src="https://mcptoplist.com/badge/io.github.taurgis%2Fsfcc-dev-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
taurgis
Available versions (5)
| Version | Published |
|---|---|
| 1.1.0 | Apr 8, 2026 |
| 1.0.21 | Feb 21, 2026 |
| 1.0.20 | Feb 21, 2026 |
| 1.0.14 | Sep 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sfcc Dev MCP?
- Sfcc Dev MCP is maintained by taurgis, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Sfcc Dev MCP listed on the Official MCP Registry?
- Yes — Sfcc Dev MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Sfcc Dev MCP have?
- MCP Toplist tracks 5 versions of Sfcc Dev MCP, most recently published on Apr 8, 2026.
- Where can I find the source code for Sfcc Dev MCP?
- The source code for Sfcc Dev MCP is hosted at github.com/taurgis/sfcc-dev-mcp.