mcp-nexar
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-nexarFind datasheet for part BSS138"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-nexar
Model Context Protocol server for Nexar/Octopart component search.
mcp-nexar exposes Nexar GraphQL supply search through MCP tools for part lookup, exact MPN search, and datasheet URL extraction. It is intended for PCB design and EDA agents that need Octopart/Nexar component data without embedding project-specific K1 hardware code.
This repository is the canonical source for the Nexar MCP server. SpectraSynq/K1.hardware consumes it by repository reference instead of carrying a second editable copy.
Quickstart
Install in an isolated Python environment:
python3 -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -e .
export NEXAR_CLIENT_ID="your-client-id"
export NEXAR_CLIENT_SECRET="your-client-secret"
mcp-nexarNexar credentials are required for live API calls. Create your own application credentials in Nexar; do not commit them to a repository or MCP config file.
Related MCP server: Source Parts MCP Server
Tools
parts_search(q, limit=3)- free-text supply search for MPNs, manufacturers, and datasheet URLs.part_by_mpn(mpn)- exact MPN lookup with basic specs.best_datasheet_url(mpn)- extracts the firstbestDatasheet.urlfrom an MPN search.
Claude Desktop example
{
"mcpServers": {
"nexar": {
"command": "/absolute/path/to/mcp-nexar/.venv/bin/mcp-nexar",
"env": {
"NEXAR_CLIENT_ID": "your-client-id",
"NEXAR_CLIENT_SECRET": "your-client-secret"
}
}
}
}Honest local demo
This demo proves the package imports and refuses to call the network without credentials:
python - <<'PY'
from mcp_nexar.server import clear_token_cache, get_token
clear_token_cache()
try:
get_token()
except RuntimeError as exc:
print(exc)
PYExpected output:
Set NEXAR_CLIENT_ID and NEXAR_CLIENT_SECRET before using Nexar tools.Run the offline test harness:
python -m pip install -e ".[dev]"
python -m pytest -qProvenance
Extracted from SpectraSynq/K1.hardware after the repository transfer to the SpectraSynq organisation.
Source commit:
002fc9770c6211a752dfb50c43802c245c7e69Source file:
mcp/mcp-nexar/server.pySource SHA-256:
cbb668253d78fa2e01e6ccf87ee2e7bee56555644e583c91239bad757ae7ce94
Part of the SpectraSynq toolchain
K1.hardware - flagship KiCad and hardware automation repository.
mcp-lcsc - LCSC OpenAPI component lookup.
mcp-kicad-cli - KiCad CLI automation through MCP.
License
Apache-2.0 - see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides Claude with access to the tscircuit electronics component registry, enabling search, browsing, and analysis of electronic components and circuit packages from the tscircuit ecosystem.3MIT
- AlicenseBqualityAmaintenanceEnables Claude to search and manage electronic components, PCB parts, and manufacturing services through direct access to the Source Parts API. Provides comprehensive product search, pricing, inventory checking, and parametric filtering capabilities for electronics procurement.1001Apache 2.0
- Alicense-quality-maintenanceEnables searching for electronic components through the Nexar Supply API, providing detailed part information including manufacturer, pricing, specifications, and datasheets.
- Flicense-qualityCmaintenanceEnables searching for electronic components, comparing prices across distributors, checking availability, and retrieving datasheets through the Nexar/Octopart API with specialized tools for resistors, capacitors, inductors, semiconductors, crystals, and connectors.8
Related MCP Connectors
Electronic component datasheets for AI agents — specs, pinouts, package data on demand.
Electronic component sourcing, BOM management, and PCB design workflows.
Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SpectraSynq/mcp-nexar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server