Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
The YingDao RPA MCP Server enables Model Context Protocol (MCP) hosts like Claude Desktop to interact with YingDao RPA automation capabilities, supporting both local and enterprise API modes.
Add this to your MCP client configuration:
{
"mcpServers": {
"ying-dao-yingdao-mcp-server": {
"command": "npx",
"args": [
"-y",
"yingdao-mcp-server"
],
"env": {
"RPA_MODEL": "<Operation mode (local or openApi)>",
"ACCESS_KEY_ID": "<Enterprise API access key ID>",
"ACCESS_KEY_SECRET": "<Enterprise API secret key>"
}
}
}
}{
"id": "ying-dao-yingdao-mcp-server",
"name": "YingDao",
"description": "The YingDao RPA MCP Server enables Model Context Protocol (MCP) hosts like Claude Desktop to interact with YingDao RPA automation capabilities, supporting both local and enterprise API modes.",
"source_url": "https://github.com/ying-dao/yingdao_mcp_server",
"publisher_name": "ying-dao",
"publisher_url": "https://github.com/ying-dao",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 1293,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "yingdao-mcp-server"
},
"tools_count": 6
}