streamable-httpMITupdated 14d ago
BoardRepo connects ChatGPT, Codex, Claude Code, and Claude Cowork to real PCB projects. It combines BoardRepo's hosted MCP tools with one shared workflow skill for finding boards, reading schematic connectivity and BOMs, running checks, and reviewing boards a user owns.
What can you do with boardrepo?
BoardRepo plugin
BoardRepo connects ChatGPT, Codex, Claude Code, and Claude Cowork to real PCB projects. It combines BoardRepo's hosted MCP tools with one shared workflow skill for finding boards, reading schematic connectivity and BOMs, running checks, and reviewing boards a user owns.
The OpenAI package is for the universal Plugins Directory shared by ChatGPT and Codex. The Claude package complements BoardRepo's existing connector listing by adding the same workflow skill for Claude Code and Cowork. Both wrappers use the same hosted service and the same skill in this folder.
Package contents
.codex-plugin/plugin.jsoncontains the ChatGPT and Codex package metadata..app.jsonreferences BoardRepo's registered OpenAI MCP integration..claude-plugin/plugin.jsoncontains the Claude package metadata and hosted MCP connection.skills/boardrepo/SKILL.mdis the shared provider-neutral workflow.assets/contains BoardRepo's approved light and dark icons.
The package contains no local server, access token, reviewer account, user data, cached analysis, or analytics. The OpenAI app identifier is public connection metadata, not a credential. Tool access is authorized by BoardRepo OAuth when a user connects.
What it can do
The hosted server exposes 15 tools for public-board discovery, board metadata, file and BOM reads, schematic connectivity, KiCad DRC/ERC, fabrication profiles, structured design queries, and owner-authorized reviews. Every tool is read-only. Checks and reviews may return a running status, but no tool edits, deletes, uploads, renames, or publishes a board.
Public boards are available by default. Reading a user's own boards, including private ones, requires the user to grant that access during BoardRepo authorization.
How the guidance is split
The server's initialize instructions are the authority for safety and review-reporting rules. The
bundled skill supplies the operational workflow: how to find a board, choose the right tool, page
results, run expensive checks carefully, and verify findings. When wording differs, the live server
instructions and tool descriptors win.
Validate
From the plugin package root:
claude plugin validate --strict .
To load the Claude package for one local session:
claude --plugin-dir .
The release source validates the Codex manifest and registered app mapping against the current plugin ingestion contract before this package is mirrored here. Directory preview testing remains required before either submission is published.
- Documentation: https://boardrepo.com/connect
- Smithery: https://smithery.ai/servers/boardrepo/boardrepo
- Glama: https://glama.ai/mcp/connectors/com.boardrepo/boardrepo
- Privacy: https://boardrepo.com/privacy
- Terms: https://boardrepo.com/terms
- Support: mailto:support@boardrepo.com
Install
Add boardrepo to your client. Pick the one you use.
claude mcp add --transport http boardrepo https://boardrepo.com/mcpcodex mcp add boardrepo --url https://boardrepo.com/mcp{
"mcpServers": {
"boardrepo": {
"url": "https://boardrepo.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"boardrepo": {
"type": "http",
"url": "https://boardrepo.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"boardrepo": {
"url": "https://boardrepo.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"boardrepo": {
"serverUrl": "https://boardrepo.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance25/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.3.0Latest | Aug 27, 2026 |
| 0.2.0 | Aug 25, 2026 |
| 0.1.2 | Aug 22, 2026 |
| 0.1.1 | Aug 22, 2026 |
| 0.1.0 | Aug 22, 2026 |