jlcpcb-parts-mcp
29
This project is an MCP server that helps users search for parts related to JLCPCB's PCBA. It uses a specific database for component information and can be set up in Python, offering practical usage for component selection and management.
What is the JLCPCB Parts MCP Server used for?
It is used to assist in finding and selecting components for JLCPCB's PCBA services.
What database does the server use?
It uses the JLC PCB SMD Assembly Component Catalogue, specifically the cache.sqlite3 file.
How do I configure the server?
You need to set up a Python environment and specify the server script and database path in the environment variables.
Can I use this server on different platforms?
Yes, the server can be configured for different platforms, such as Claude Desktop, using the provided configuration examples.
What programming language is used for the server?
The server is implemented using Python.