A MCP server that uses computer vision to process images and builds an inventory.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vision-electronic-in": {
"command": "uvx",
"args": [
"vision-electronic-indexing"
]
}
}
}
Run in terminal:
claude mcp add vision-electronic-in uvx vision-electronic-indexing
Add to .cursor/mcp.json:
{
"mcpServers": {
"vision-electronic-in": {
"command": "uvx",
"args": [
"vision-electronic-indexing"
]
}
}
}
Or install with pip: pip install vision-electronic-indexing
README Excerpt
Agent-assisted electronics/PCB photo indexing for Pi. The package processes images with Cloudflare Workers AI, extracts visible IC/package markings, prepares parts for datasheet lookup, and produces an enriched inventory CSV. Typical flow: ```text photos -> vision extraction -> raw JSON + evidence -> agent datasheet verification -> inventory.csv
Tools (20)
amountcandidate_partsdatasheet_urldescriptionimageslikely_partmanufacturerneeds_reviewnotesobserved_markingsprocess_imageprocess_image_folderraw_jsonsave_inventorysighting_countverifiedvision_confidencevision_inventory_process_foldervision_inventory_process_imagevision_inventory_save