RoboPartPicker
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RoboPartPickerFind an open 6-axis robot arm project and list unresolved BOM lines."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RoboPartPicker MCP server
Remote Model Context Protocol server for RoboPartPicker — a catalog of source-linked robotics projects, bills of materials and components.
Endpoint:
https://robopartpicker.com/mcp(Streamable HTTP, no auth for public reads)Registry name:
com.robopartpicker/robopartpickerDiscovery:
https://robopartpicker.com/.well-known/mcp.jsonServer card:
https://robopartpicker.com/.well-known/mcp/server-card.jsonOpenAPI:
https://robopartpicker.com/openapi.json
This repository holds the registry manifest and client configuration for the hosted server. The server itself runs on Cloudflare Workers at robopartpicker.com.
Tools
Tool | What it does |
| Search open robotics projects by keyword, category or kind. |
| Fetch one project with its source repo, license, files and BOM summary. |
| Search the technical component catalog by name, category or maker. |
| Compare two to four components. Same category never implies verified drop-in compatibility. |
| Validate a Robotics Project Package Specification (RPPS) document. |
Related MCP server: expert-mcp-server
Connect a client
Claude Desktop / Cursor / Cline
{
"mcpServers": {
"robopartpicker": {
"type": "streamable-http",
"url": "https://robopartpicker.com/mcp"
}
}
}Claude Code
claude mcp add --transport http robopartpicker https://robopartpicker.com/mcpVerify without a client
curl -s https://robopartpicker.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"curl","version":"1.0"}}}'A healthy response reports serverInfo.name = RoboPartPicker and a tools capability.
Example
Ask an agent: "Find an open 6-axis robot arm project with a bill of materials, and tell me
which BOM lines are still unresolved." A search_projects call with q=rover returns
entries such as:
{
"slug": "nasa-jpl-open-source-rover",
"name": "NASA JPL Open Source Rover",
"license": "Apache-2.0"
}What the data is, honestly
BOM lines are derived from explicit BOM files, documentation, CAD metadata and URDF/robot-description files in each upstream repository. Every line keeps its evidence state — verified, probable, unresolved, unpriced — instead of being silently dropped.
Prices are observed catalog data, not quotes. Supplier coverage is partial and prices drift.
Upstream projects keep their own licenses. This server reads and links; it does not relicense anyone's design.
Software projects, commercial models without manufacturer BOMs, and physical projects without an explicit BOM report distinct honest states rather than guessed parts.
License
The contents of this repository (manifest, documentation, configuration) are MIT licensed. Robotics project data returned by the API remains subject to each upstream project's own license.
This server cannot be deployed
Maintenance
Related MCP Connectors
Let AI agents query data and act across all your business apps via MCP.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.1-
- AlicenseAqualityDmaintenanceEnables MCP-compatible agents to query beliefs, search documents, and explore reasoning chains from expert-service knowledge bases.10MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to intelligently search and reference documentation using hybrid semantic + keyword search via MCP protocol.-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.MIT