JLCPCB Parts MCP Server
これは何
JLCPCBのPCBA向けの、部品探しを補助するMCPサーバーです。
会話例
Basic Partsに分類されている、フェライトビーズを検索した例です。

また、以下のページでは降圧型DC-DCコンバータの抵抗値の選定を行っています。 https://claude.ai/share/9f02f1a4-7b38-48fb-b29a-f10cf1e608ba
設定
データベースとして、JLC PCB SMD Assembly Component Catalogueを使用しています。
ここで分割ZIPにして提供されている cache.sqlite3 が必要です。2025年4月現在、番号は cache.z19 まで存在します。
PythonでMCPが利用可能な環境を作り、サーバーとして server.py を指定してください。
また、データベースへのパスを JLCPCB_DB_PATH 環境変数へ設定する必要があります。
Claude Desktopでの設定例を以下に示します。
{
"mcpServers": {
"JLCPCB parts": {
"command": "python",
"args": [
"path/to/server.py"
],
"env": {
"JLCPCB_DB_PATH": "path/to/database.sqlite3"
}
}
}
}
Recommend MCP Servers 💡
mcp-access-point
Turn a web server into an MCP server in one click without making any code changes.
markdownify-mcp
A Model Context Protocol server for converting almost anything to Markdown
mcp-3d-cartoon-generator
An MCP server that generates 3D-style cartoon images using Google Gemini AI and provides secure file system operations.
label-studio
This project provides a Model Context Protocol (MCP) server that allows interaction with a Label Studio instance using the label-studio-sdk. It enables programmatic management of labeling projects, tasks, and predictions via natural language or structured calls from MCP clients. Using this MCP Server, you can make requests like: * "Create a project in label studio with this data ..." * "How many tasks are labeled in my RAG review project?" * "Add predictions for my tasks." * "Update my labeling template to include a comment box."
anki-mcp
the best anki mcp
TBXark/mcp-proxy
An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server, supporting SSE/HTTP streaming.