RoboPartPicker MCP MCP Server
Search 2,445 open robotics projects, their parts and BOMs
RoboPartPicker MCP is a Developer Tools MCP (Model Context Protocol) server: Search 2,445 open robotics projects, their parts and BOMs. It is CERN-OHL-W-2.0-licensed and self-hosted from its source repository. Listed on MCP Collection since September 2026.
About RoboPartPicker MCP
Public read-only MCP server for robotics project, component and bill-of-materials data. Search projects, inspect a project's BOM, find components across the catalog, compare components, and validate Robotics Project Package Specification documents. Data compiled from open-source robotics repositories with every line labelled by evidence state (verified/probable/unresolved/unpriced). Remote streamable-http endpoint, no auth for public reads.
How to connect RoboPartPicker MCP to Claude, Cursor or VS Code
RoboPartPicker MCP is self-hosted. Install it from the source repository, then register its start command in your MCP client's config (Claude Code, Cursor, Windsurf or VS Code).
{
"mcpServers": {
"robopartpicker-mcp": {
"command": "<start command from the README>",
"args": []
}
}
}
The exact command (often npx, uvx or docker) is in the project README at github.com/brainbook0/robopartpicker-mcp.
RoboPartPicker MCP FAQ
What is RoboPartPicker MCP?
RoboPartPicker MCP is a Model Context Protocol (MCP) server in the Developer Tools category. Search 2,445 open robotics projects, their parts and BOMs. MCP servers expose tools that AI assistants like Claude can call during a conversation.
How do I use RoboPartPicker MCP with Claude or Cursor?
RoboPartPicker MCP is self-hosted. Install it from the source repository, then register its start command in your MCP client's config (Claude Code, Cursor, Windsurf or VS Code).
Is RoboPartPicker MCP free to use?
RoboPartPicker MCP is published under the CERN-OHL-W-2.0 license, so the software itself is free to run. Hosted or API-backed servers may have their own usage tiers; check the project homepage.
Where is the source code for RoboPartPicker MCP?
The source is at github.com/brainbook0/robopartpicker-mcp.