Order anything from your terminal — search, buy, track, and manage via MCP tools.
claude mcp add clishop -- npx -y clishop
claude_desktop_config.json
{
"mcpServers": {
"clishop": {
"command": "npx",
"args": [
"-y",
"clishop"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"clishop": {
"command": "npx",
"args": [
"-y",
"clishop"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"clishop": {
"command": "npx",
"args": [
"-y",
"clishop"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"clishop": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clishop"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"clishop": {
"command": "npx",
"args": [
"-y",
"clishop"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.StefDCL--clishop/reviews or the review_server meta-tool.
POST /mcp