
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.