Simple Dynamsoft
Freeby MCP Community
MCP server for Dynamsoft SDKs - Capture Vision, Barcode Reader (Mobile/Python/Web), Dynamic Web TWAIN, and Document Viewer. Provides documentation, code snippet
v7.3.11Added Apr 12, 2026
mcpmodel-context-protocoldynamsoftcapture-visionbarcode-reader
Simple Dynamsoft MCP Server
MCP server for Dynamsoft SDKs - Capture Vision, Barcode Reader (Mobile/Python/Web), Dynamic Web TWAIN, and Document Viewer. Provides documentation, code snippet
Installation
npx -y simple-dynamsoft-mcp
Reviews
Installation
Quick install
npx -y simple-dynamsoft-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"simple-dynamsoft": {
"command": "npx",
"args": ["-y", "simple-dynamsoft-mcp"]
}
}
}