Skip to content

electronics rfq agent for Grok

io.github.rudrendupaul/electronics-rfq-agent

AI quoting agent for electronics distributors. RFQ in, quote out via MCP tools.

client:Grok transport:stdio runtime:pypi

Install electronics rfq agent in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "electronics-rfq-agent": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "electronics-rfq-agent-cli"
      ]
    }
  }
}

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

electronics rfq agent in other clients