parts-mcp

pchen41/parts-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server to search DigiKey for parts
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "parts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pchen41/parts-mcp"
      ]
    }
  }
}

README Excerpt

mcp server to query digikey for parts. digikey part search isn't great at fuzzy search, so we use a LLM to breakdown a complex query into simple keywords and progressively refine the result by applying filters. `npm run build` to build `npx @modelcontextprotocol/inspector node build/index.js` to test (you need to manually set the env vars in the mcp inspector ui)