Developer Tools
partreel.com
Searches and retrieves verified KiCad electronic components with footprints, symbols, and 3D models.
ENDPOINT 1
https://mcp.partreel.com/mcp
MCP server metadata
- Name
- partreel
- Version
- 1.0.0
PartReel: registry of verified KiCad parts (footprint/symbol/3D). search_parts -> get_part -> download URLs. All assets CC-BY-4.0, no auth.
Known tools 7
search_partsSearch the PartReel registry of verified KiCad components (footprint + symbol + 3D STEP/GLB, no login, CC-BY-4.
Inferred read-onlyget_partGet full detail for one part by id: parameters, verification status, datasheet, and absolute download URLs for .
Inferred read-onlyrequest_partRequest on-demand generation of a parametric part that isn't in the registry yet.
Inferred read-onlyhow_to_contributeGet machine-readable instructions for adding a new part to the registry (file layout, metadata schema, quality gates, PR process).
Inferred read-onlysubmit_partUpload a part you built so it is SHARED IMMEDIATELY (status 'staging', unverified).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.partreel]
url = "https://mcp.partreel.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"partreel": {
"type": "http",
"url": "https://mcp.partreel.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: partreel
Remote MCP URL: https://mcp.partreel.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"partreel": {
"url": "https://mcp.partreel.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"partreel": {
"type": "http",
"url": "https://mcp.partreel.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "partreel",
"transport": "streamable-http",
"url": "https://mcp.partreel.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for partreel.com was fetched 2026-09-12T04:49:38.566Z.
partreel.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.