
Security News
n8n Tops 2025 JavaScript Rising Stars as Workflow Platforms Gain Momentum
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.
@solderable/mcp
Advanced tools
MCP client bridge for solderable.dev - connects Claude Desktop via stdio to HTTP endpoint
Connect Claude Desktop to solderable.dev's electronic component search and datasheet tools!
This package bridges Claude Desktop (which uses stdio) to solderable.dev's HTTP MCP server, giving you instant access to:
npx @solderable/mcp
npm install -g @solderable/mcp
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Add this to your config file:
{
"mcpServers": {
"solderable": {
"command": "npx",
"args": ["-y", "@solderable/mcp"]
}
}
}
Important: Completely quit Claude Desktop (Cmd+Q on macOS) and restart it.
Ask Claude:
Search for electronic components with natural language:
Examples:
Features:
Ask questions about component datasheets:
Examples:
Usage:
DEBUG: Enable debug logging (set to true){
"mcpServers": {
"solderable": {
"command": "npx",
"args": ["-y", "@solderable/mcp"],
"env": {
"DEBUG": "true"
}
}
}
}
npx --version in terminal"DEBUG": "true" to see what's happeninghttps://solderable.devTest the package directly:
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | npx @solderable/mcp
Check the logs - Enable debug mode and look for error messages
Verify the server - Visit solderable.dev to make sure it's working
Finding a Component:
Design Research:
MIT License - feel free to use this in your projects!
Happy building! 🛠️
FAQs
MCP client bridge for solderable.dev - connects Claude Desktop via stdio to HTTP endpoint
We found that @solderable/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.