Simple Dynamsoft Mcp
БесплатноНе проверенMCP server for Dynamsoft SDKs - Capture Vision, Barcode Reader (Mobile/Python/Web), Dynamic Web TWAIN, and Document Viewer. Provides documentation, code snippet
Описание
MCP server for Dynamsoft SDKs - Capture Vision, Barcode Reader (Mobile/Python/Web), Dynamic Web TWAIN, and Document Viewer. Provides documentation, code snippets, and API guidance.
README
MCP server that helps AI assistants generate accurate code and guidance for Dynamsoft SDKs.
Supported products:
- Dynamic Web TWAIN (DWT)
- Dynamsoft Document Viewer (DDV)
- Dynamsoft Barcode Reader (DBR): mobile, web, server/desktop
- Dynamsoft MRZ Scanner (MRZ)
- Dynamsoft Mobile Scanner (MDS)
Default transport is stdio. Native Streamable HTTP is also supported at /mcp.
Demo Video
https://github.com/user-attachments/assets/cc1c5f4b-1461-4462-897a-75abc20d62a6
Two Core Usage Modes
- Remote MCP over HTTP (recommended)
- Local MCP via
npx
1) Remote (Recommended)
Use this endpoint directly:
https://simple-dynamsoft-mcp.wonderfulwave-69908b91.eastus2.azurecontainerapps.io/mcp
2) Local
npx -y simple-dynamsoft-mcp@latest
Deployment Guides
- Azure Container Apps runbook:
docs/deployment/azure-container-apps.md - Self-hosting (Ubuntu/any server):
docs/deployment/self-hosting.md
MCP Client Configuration
Use one of the following client configs. Remote is recommended.
OpenCode
OpenCode Config
Remote (recommended):
Location:
- macOS:
~/.config/opencode/opencode.json - Windows:
%USERPROFILE%\.config\opencode\opencode.json
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dynamsoft": {
"type": "remote",
"url": "https://simple-dynamsoft-mcp.wonderfulwave-69908b91.eastus2.azurecontainerapps.io/mcp"
}
}
}
Local:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dynamsoft": {
"type": "local",
"command": ["npx", "-y", "simple-dynamsoft-mcp@latest"]
}
}
}
Claude Desktop
Claude Desktop Config
Location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Remote (recommended):
{
"mcpServers": {
"dynamsoft": {
"url": "https://simple-dynamsoft-mcp.wonderfulwave-69908b91.eastus2.azurecontainerapps.io/mcp"
}
}
}
Local:
{
"mcpServers": {
"dynamsoft": {
"command": "npx",
"args": ["-y", "simple-dynamsoft-mcp@latest"]
}
}
}
VS Code with GitHub Copilot
VS Code MCP Config
Global location:
- macOS:
~/Library/Application Support/Code/User/mcp.json - Windows:
%APPDATA%\Code\User\mcp.json
Workspace alternative: .vscode/mcp.json
Remote (recommended):
{
"servers": {
"dynamsoft": {
"url": "https://simple-dynamsoft-mcp.wonderfulwave-69908b91.eastus2.azurecontainerapps.io/mcp"
}
}
}
Local:
{
"servers": {
"dynamsoft": {
"command": "npx",
"args": ["-y", "simple-dynamsoft-mcp@latest"]
}
}
}
Cursor
Cursor MCP Config
Location:
- macOS:
~/.cursor/mcp.json - Windows:
%USERPROFILE%\.cursor\mcp.json
Remote (recommended):
{
"mcpServers": {
"dynamsoft": {
"url": "https://simple-dynamsoft-mcp.wonderfulwave-69908b91.eastus2.azurecontainerapps.io/mcp"
}
}
}
Local:
{
"mcpServers": {
"dynamsoft": {
"command": "npx",
"args": ["-y", "simple-dynamsoft-mcp@latest"]
}
}
}
Windsurf
Windsurf MCP Config
Location:
- macOS:
~/.codeium/windsurf/mcp_config.json - Windows:
%USERPROFILE%\.codeium\windsurf\mcp_config.json
Remote (recommended):
{
"mcpServers": {
"dynamsoft": {
"url": "https://simple-dynamsoft-mcp.wonderfulwave-69908b91.eastus2.azurecontainerapps.io/mcp"
}
}
}
Local:
{
"mcpServers": {
"dynamsoft": {
"command": "npx",
"args": ["-y", "simple-dynamsoft-mcp@latest"]
}
}
}
Cline
Cline MCP Config
Location:
- VS Code settings JSON for Cline MCP integration
Remote (recommended):
{
"mcpServers": {
"dynamsoft": {
"url": "https://simple-dynamsoft-mcp.wonderfulwave-69908b91.eastus2.azurecontainerapps.io/mcp"
}
}
}
Local:
{
"mcpServers": {
"dynamsoft": {
"command": "npx",
"args": ["-y", "simple-dynamsoft-mcp@latest"]
}
}
}
Continue
Continue MCP Config
Location:
~/.continue/config.yaml(or workspace Continue config)
Remote (recommended):
mcpServers:
dynamsoft:
transport: streamable-http
url: https://simple-dynamsoft-mcp.wonderfulwave-69908b91.eastus2.azurecontainerapps.io/mcp
Local:
mcpServers:
dynamsoft:
command: npx
args:
- -y
- simple-dynamsoft-mcp@latest
Available Tools
The server exposes this minimal tool surface:
get_index-- compact product/version/sample index with selection guidancesearch-- semantic search across docs and samples (also accepts exact sample IDs)list_samples-- browse available samples for a product/edition/platformresolve_version-- resolve current version for a product/edition/platformget_quickstart-- opinionated quickstart: picks a sample by scenario, returns code + install instructionsget_sample_files-- get full project files for a known sample (discovered via list_samples or search)
Advanced Configuration And Operator Docs
Advanced settings, CI/runbook details, and maintenance workflows live in:
AGENTS.md.env.example
License
MIT
Установить Simple Dynamsoft Mcp в Claude Desktop, Claude Code, Cursor
unyly install simple-dynamsoft-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add simple-dynamsoft-mcp -- npx -y simple-dynamsoft-mcpFAQ
Simple Dynamsoft Mcp MCP бесплатный?
Да, Simple Dynamsoft Mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Simple Dynamsoft Mcp?
Нет, Simple Dynamsoft Mcp работает без API-ключей и переменных окружения.
Simple Dynamsoft Mcp — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Simple Dynamsoft Mcp в Claude Desktop, Claude Code или Cursor?
Открой Simple Dynamsoft Mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Simple Dynamsoft Mcp with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
