Nexar MCP Server
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., "@Nexar MCP Serversearch for 10k ohm resistors with 1% tolerance"
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.
Nexar MCP Server
MCP server that provides search_components tool for querying Nexar Supply API. Follows Dedalus Labs MCP Server Guidelines.
Setup
Install dependencies:
npm installSet environment variables:
export NEXAR_CLIENT_ID=your_client_id
export NEXAR_CLIENT_SECRET=your_client_secretBuild:
npm run buildRun server:
# HTTP transport (production/cloud)
npm start
# STDIO transport (local development)
npm run start:stdioDevelopment
# Watch mode with HTTP transport
npm run dev
# Watch mode with STDIO transport
npm run dev:stdioUpload to Dedalus
After testing locally, upload this repository to Dedalus cloud to get a registry ID (e.g., "username/nexar-mcp").
Tool: search_components
Input:
{query: string, limit?: number}Output: Array of PartObject (components from Nexar API)
Description: Searches Nexar Supply API for electronic components matching the query
PartObject Format
Matches frontend types.ts:
Required:
mpn,manufacturer,description,priceOptional:
currency,voltage,package,interfaces[],datasheet,quantity
Architecture
Follows Dedalus Labs guidelines:
src/index.ts- Main entry pointsrc/server.ts- Server instance creationsrc/client.ts- Nexar API clientsrc/tools/nexar.ts- Tool definitionssrc/transport/http.ts- Streamable HTTP transportsrc/transport/stdio.ts- STDIO transport (dev)
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/phuhduong/nexar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server