← Index

BuyWhere MCP

io.github.BuyWhere/buywhere-mcp·v1.0.1·Developer Tools
Quality Score
90
/100

BuyWhere MCP server — product catalog for Claude Desktop, Cursor, and MCP agents.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "buywhere-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@buywhere/mcp-server"
      ],
      "env": {
        "BUYWHERE_API_KEY": "<your-buywhere_api_key>",
        "BUYWHERE_API_URL": "<buywhere_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "buywhere-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@buywhere/mcp-server"
      ],
      "env": {
        "BUYWHERE_API_KEY": "<your-buywhere_api_key>",
        "BUYWHERE_API_URL": "<buywhere_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @buywhere/mcp-server
§02  Environment variables
BUYWHERE_API_KEY
requiredsecret

BuyWhere API key used for authenticated product catalog requests.

BUYWHERE_API_URL

Optional override for the BuyWhere API base URL.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools