
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@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
The npm package @solderable/mcp receives a total of 3 weekly downloads. As such, @solderable/mcp popularity was classified as not popular.
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
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.