MCP Server
MCP
Partuno — DigiKey & Mouser MCP Server
DigiKey and Mouser MCP server for component research, BOM analysis, and sourcing.
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
By
Comments
Sign in to leave a comment