Costco MCP Server
Rank #35,171io.github.thehesiod/costco
MCP server for Costco warehouse receipts and online orders
Costco MCP Server is a Model Context Protocol (MCP) server published by thehesiod. It ranks #35,171 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Costco MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Apr 19, 2026 and most recently updated on Apr 19, 2026.
Ranks ahead of 80,420 of 115,591 servers on MCP Toplist.
Use Costco MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add costco -- uvx costco-mcp-server[mcp_servers.costco]
command = "uvx"
args = ["costco-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"costco": {
"command": "uvx",
"args": [
"costco-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"costco": {
"command": "uvx",
"args": [
"costco-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"costco": {
"type": "stdio",
"command": "uvx",
"args": [
"costco-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"costco": {
"command": "uvx",
"args": [
"costco-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"costco": {
"command": "uvx",
"args": [
"costco-mcp-server"
]
}
}
}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.thehesiod%2Fcostco)<a href="https://mcptoplist.com/server/io.github.thehesiod%2Fcostco"><img src="https://mcptoplist.com/badge/io.github.thehesiod%2Fcostco.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
thehesiod
Other servers by thehesiod
View all thehesiod servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Apr 19, 2026 |
| 0.1.1 | Apr 19, 2026 |
Frequently asked questions
- Who maintains Costco MCP Server?
- Costco MCP Server is maintained by thehesiod, which publishes 3 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Costco MCP Server listed on the Official MCP Registry?
- Yes — Costco MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Costco MCP Server have?
- MCP Toplist tracks 2 versions of Costco MCP Server, most recently published on Apr 19, 2026.
- Where can I find the source code for Costco MCP Server?
- The source code for Costco MCP Server is hosted at github.com/thehesiod/costco-mcp.