Skip to main content
ClaudeWave
brainbook0 avatar
brainbook0

robopartpicker-mcp

View on GitHub

MCP server for RoboPartPicker — search source-linked robotics projects, bills of materials and components from AI agents. Hosted endpoint: https://robopartpicker.com/mcp

MCP ServersOfficial Registry0 stars0 forksNOASSERTIONUpdated today
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/brainbook0/robopartpicker-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "robopartpicker-mcp": {
      "command": "node",
      "args": ["/path/to/robopartpicker-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/brainbook0/robopartpicker-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# RoboPartPicker MCP server

Remote [Model Context Protocol](https://modelcontextprotocol.io) server for
[RoboPartPicker](https://robopartpicker.com) — 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/robopartpicker`
- **Product repository:** [brainbook0/robopartpicker](https://github.com/brainbook0/robopartpicker)
- **Discovery:** `https://robopartpicker.com/.well-known/mcp.json`
- **Server card:** `https://robopartpicker.com/.well-known/mcp/server-card.json`
- **OpenAPI:** `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_projects` | Search open robotics projects by keyword, category or kind. |
| `get_project` | Fetch one project with its source repo, license, files and BOM summary. |
| `search_components` | Search the technical component catalog by name, category or maker. |
| `compare_components` | Compare two to four components. Same category never implies verified drop-in compatibility. |
| `validate_rpps` | Validate a Robotics Project Package Specification (RPPS) document. |

## Connect a client

### Claude Desktop / Cursor / Cline

```json
{
  "mcpServers": {
    "robopartpicker": {
      "type": "streamable-http",
      "url": "https://robopartpicker.com/mcp"
    }
  }
}
```

### Claude Code

```bash
claude mcp add --transport http robopartpicker https://robopartpicker.com/mcp
```

### Verify without a client

```bash
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:

```json
{
  "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.
bommcpmcp-servermodel-context-protocolrobotics

What people ask about robopartpicker-mcp

What is brainbook0/robopartpicker-mcp?

+

brainbook0/robopartpicker-mcp is mcp servers for the Claude AI ecosystem. MCP server for RoboPartPicker — search source-linked robotics projects, bills of materials and components from AI agents. Hosted endpoint: https://robopartpicker.com/mcp It has 0 GitHub stars and its last recorded update is dated 2026-09-19.

How do I install robopartpicker-mcp?

+

You can install robopartpicker-mcp by cloning the repository (https://github.com/brainbook0/robopartpicker-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is brainbook0/robopartpicker-mcp safe to use?

+

Our security agent has analyzed brainbook0/robopartpicker-mcp and assigned a Trust Score of 80/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains brainbook0/robopartpicker-mcp?

+

brainbook0/robopartpicker-mcp is maintained by brainbook0. The last recorded GitHub activity is dated 2026-09-19, with 0 open issues.

Are there alternatives to robopartpicker-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy robopartpicker-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: brainbook0/robopartpicker-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/brainbook0-robopartpicker-mcp)](https://claudewave.com/repo/brainbook0-robopartpicker-mcp)
<a href="https://claudewave.com/repo/brainbook0-robopartpicker-mcp"><img src="https://claudewave.com/api/badge/brainbook0-robopartpicker-mcp" alt="Featured on ClaudeWave: brainbook0/robopartpicker-mcp" width="320" height="64" /></a>

More MCP Servers

robopartpicker-mcp alternatives