Odel
Partuno — DigiKey & Mouser MCP Server

Partuno — DigiKey & Mouser MCP Server

Local
@jpmarhefka3PythonApache-2.0Updated 4 days ago

DigiKey and Mouser MCP server for component research, BOM analysis, and sourcing.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpartunov4.0.1

Run

uvx partuno

MCP client config

{
  "mcpServers": {
    "partuno-digikey-mouser-mcp-server": {
      "command": "uvx",
      "args": [
        "partuno"
      ]
    }
  }
}