Skip to content
Cursor

Partuno — DigiKey & Mouser MCP Server for Cursor

io.github.jpmarhefka/partuno

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

client:Cursor transport:stdio runtime:pypi

Install Partuno — DigiKey & Mouser MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "partuno": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "partuno"
      ],
      "env": {
        "DIGIKEY_ACCESS_TOKEN": "<DIGIKEY_ACCESS_TOKEN>",
        "DIGIKEY_CLIENT_ID": "<DIGIKEY_CLIENT_ID>",
        "DIGIKEY_CLIENT_SECRET": "<DIGIKEY_CLIENT_SECRET>",
        "MOUSER_SEARCH_API_KEY": "<MOUSER_SEARCH_API_KEY>",
        "MOUSER_ACCOUNT_API_KEY": "<MOUSER_ACCOUNT_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Partuno — DigiKey & Mouser MCP Server in other clients