Skip to content
Grok

eBay Browse for Grok

io.github.cunicopia-dev/ebay-mcp

eBay Browse API MCP server — buy-side listing search and price intelligence.

client:Grok transport:stdio runtime:pypi

Install eBay Browse in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ebay-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ebay-mcp"
      ],
      "env": {
        "EBAY_ENV": "<EBAY_ENV>",
        "EBAY_PRD_APP_ID": "<EBAY_PRD_APP_ID>",
        "EBAY_PRD_CERT_ID": "<EBAY_PRD_CERT_ID>",
        "EBAY_SBX_APP_ID": "<EBAY_SBX_APP_ID>",
        "EBAY_SBX_CERT_ID": "<EBAY_SBX_CERT_ID>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

eBay Browse in other clients