Retour aux applications

Mingdao MCP Server
par iceleaf916
Query, create, and manage records in Mingdao (明道云) worksheets through AI assistants using the MCP protocol.
0 étoiles
1 vues
Fonctionne dans:claude
Expose:Tools
What it does
Connects AI assistants to Mingdao (明道云), a Chinese low-code platform with a powerful worksheet/database engine. Lets the AI list worksheets, inspect schemas, query records with filters and pagination, and perform full CRUD plus batch and relational operations — all via natural language.
Tools
list_worksheets— List all available worksheets in the applicationget_worksheet_schema— Retrieve field definitions and view configurationsquery_records— Query records with filtering, sorting, and paginationget_record— Fetch a single record by IDcreate_record— Create a new worksheet recordupdate_record— Update an existing recorddelete_record— Delete a recordcreate_worksheet— Create a new worksheet with field definitionsget_related_records— Fetch linked records via relationshipscreate_record_with_relations— Create records and establish relationships in one stepupdate_record_relations— Update relationship links between recordsbatch_create_records— Bulk insert multiple recordsbatch_update_records— Bulk update multiple records
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mingdao": {
"command": "npx",
"args": ["mingdao-mcp-server"],
"env": {
"MINGDAO_APP_KEY": "your_app_key",
"MINGDAO_SIGN": "your_sign",
"MINGDAO_BASE_URL": "https://cooperation.uniontech.com"
},
"type": "stdio"
}
}
}
Requires a Mingdao app key and API signature from your Mingdao admin panel.
Supported hosts
Confirmed: Claude Desktop (via claude_desktop_config.json / ~/.claude.json).
Installation rapide
npx mingdao-mcp-serverInformations
- Tarification
- free
- Publié
- 4/6/2026
- étoiles
- 0