← Back to Plugins
MCP Server MCP

Partuno — DigiKey & Mouser MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx partuno

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "partuno",
      "version": "4.0.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "isRequired": true,
          "value": "partuno-mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional DigiKey bearer token for local mode.",
          "isSecret": true,
          "name": "DIGIKEY_ACCESS_TOKEN"
        },
        {
          "description": "DigiKey OAuth client ID for the operator's integration.",
          "isSecret": true,
          "name": "DIGIKEY_CLIENT_ID"
        },
        {
          "description": "DigiKey OAuth client secret for the operator's integration.",
          "isSecret": true,
          "name": "DIGIKEY_CLIENT_SECRET"
        },
        {
          "description": "Optional Mouser Search API key for catalog workflows.",
          "isSecret": true,
          "name": "MOUSER_SEARCH_API_KEY"
        },
        {
          "description": "Optional Mouser Account API key for order-history and Cart workflows.",
          "isSecret": true,
          "name": "MOUSER_ACCOUNT_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...