PartsTable for VS Code
com.partstable/partstable
MCP server for IT hardware parts research: normalize PNs, search listings, get subs/comps.
client:VS Code
transport:streamable-http
tools:5
Install PartsTable in VS Code
.vscode/mcp.json
{
"servers": {
"partstable": {
"type": "http",
"url": "https://mcp.partstable.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs