MadeForAI Supply Chain Connector
Rank #20,461io.github.amplichina/madeforai-supplychain-skill
MCP connector for human-reviewed manufacturing tasks through MadeForAI hosted fulfillment.
MadeForAI Supply Chain Connector is a Model Context Protocol (MCP) server published by amplichina. It ranks #20,461 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MadeForAI Supply Chain Connector is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 26, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 111,585 of 132,046 servers on MCP Toplist.
Use MadeForAI Supply Chain Connector
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add madeforai-supplychain-skill -e "MADEFORAI_ACCESS_TOKEN=<your MADEFORAI_ACCESS_TOKEN>" -- npx -y madeforai-supplychain-connectorReplace each placeholder with your own value before saving.
[mcp_servers.madeforai-supplychain-skill]
command = "npx"
args = ["-y", "madeforai-supplychain-connector"]
[mcp_servers.madeforai-supplychain-skill.env]
MADEFORAI_ACCESS_TOKEN = "<your MADEFORAI_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"madeforai-supplychain-skill": {
"command": "npx",
"args": [
"-y",
"madeforai-supplychain-connector"
],
"env": {
"MADEFORAI_ACCESS_TOKEN": "<your MADEFORAI_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"madeforai-supplychain-skill": {
"command": "npx",
"args": [
"-y",
"madeforai-supplychain-connector"
],
"env": {
"MADEFORAI_ACCESS_TOKEN": "<your MADEFORAI_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"madeforai-supplychain-skill": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"madeforai-supplychain-connector"
],
"env": {
"MADEFORAI_ACCESS_TOKEN": "<your MADEFORAI_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"madeforai-supplychain-skill": {
"command": "npx",
"args": [
"-y",
"madeforai-supplychain-connector"
],
"env": {
"MADEFORAI_ACCESS_TOKEN": "<your MADEFORAI_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"madeforai-supplychain-skill": {
"command": "npx",
"args": [
"-y",
"madeforai-supplychain-connector"
],
"env": {
"MADEFORAI_ACCESS_TOKEN": "<your MADEFORAI_ACCESS_TOKEN>"
}
}
}
}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.amplichina%2Fmadeforai-supplychain-skill)<a href="https://mcptoplist.com/server/io.github.amplichina%2Fmadeforai-supplychain-skill"><img src="https://mcptoplist.com/badge/io.github.amplichina%2Fmadeforai-supplychain-skill.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
amplichina
Available versions (1)
| Version | Published |
|---|---|
| 0.5.2 | Jul 30, 2026 |
Frequently asked questions
- Who maintains MadeForAI Supply Chain Connector?
- MadeForAI Supply Chain Connector is maintained by amplichina, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is MadeForAI Supply Chain Connector listed on the Official MCP Registry?
- Yes — MadeForAI Supply Chain Connector is listed on the Official MCP Registry, alongside Glama.
- How many versions does MadeForAI Supply Chain Connector have?
- MCP Toplist tracks 1 version of MadeForAI Supply Chain Connector, most recently published on Jul 30, 2026.
- Where can I find the source code for MadeForAI Supply Chain Connector?
- The source code for MadeForAI Supply Chain Connector is hosted at github.com/amplichina/madeforai-supplychain-skill.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.