Swell MCP
Rank #38,151io.github.devkindhq/swell
Model Context Protocol server for Swell e-commerce platform integration with AI assistants
Swell MCP is a Model Context Protocol (MCP) server published by devkindhq. It ranks #38,151 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Swell MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Oct 11, 2025 and most recently updated on May 15, 2026.
Ranks ahead of 77,440 of 115,591 servers on MCP Toplist.
Use Swell MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add swell -e "SWELL_STORE_ID=<your SWELL_STORE_ID>" -e "SWELL_SECRET_KEY=<your SWELL_SECRET_KEY>" -- npx -y swell-mcpReplace each placeholder with your own value before saving.
[mcp_servers.swell]
command = "npx"
args = ["-y", "swell-mcp"]
[mcp_servers.swell.env]
SWELL_STORE_ID = "<your SWELL_STORE_ID>"
SWELL_SECRET_KEY = "<your SWELL_SECRET_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swell": {
"command": "npx",
"args": [
"-y",
"swell-mcp"
],
"env": {
"SWELL_STORE_ID": "<your SWELL_STORE_ID>",
"SWELL_SECRET_KEY": "<your SWELL_SECRET_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swell": {
"command": "npx",
"args": [
"-y",
"swell-mcp"
],
"env": {
"SWELL_STORE_ID": "<your SWELL_STORE_ID>",
"SWELL_SECRET_KEY": "<your SWELL_SECRET_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"swell": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"swell-mcp"
],
"env": {
"SWELL_STORE_ID": "<your SWELL_STORE_ID>",
"SWELL_SECRET_KEY": "<your SWELL_SECRET_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swell": {
"command": "npx",
"args": [
"-y",
"swell-mcp"
],
"env": {
"SWELL_STORE_ID": "<your SWELL_STORE_ID>",
"SWELL_SECRET_KEY": "<your SWELL_SECRET_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swell": {
"command": "npx",
"args": [
"-y",
"swell-mcp"
],
"env": {
"SWELL_STORE_ID": "<your SWELL_STORE_ID>",
"SWELL_SECRET_KEY": "<your SWELL_SECRET_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.devkindhq%2Fswell)<a href="https://mcptoplist.com/server/io.github.devkindhq%2Fswell"><img src="https://mcptoplist.com/badge/io.github.devkindhq%2Fswell.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
devkindhq
Other servers by devkindhq
View all devkindhq servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | May 15, 2026 |
Frequently asked questions
- Who maintains Swell MCP?
- Swell MCP is maintained by devkindhq, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Swell MCP listed on the Official MCP Registry?
- Yes — Swell MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Swell MCP have?
- MCP Toplist tracks 1 version of Swell MCP, most recently published on May 15, 2026.
- Where can I find the source code for Swell MCP?
- The source code for Swell MCP is hosted at github.com/devkindhq/swell-mcp.