Alibaba Cloud MCP Demo
Provides the backend server framework for the MCP, handling API requests and responses between the frontend and the Alibaba Cloud API.
Used to run the backend service and execute child processes for Python script interactions with the Alibaba Cloud API.
Supported as a package manager for installing the Node.js dependencies required by the MCP server.
Enables API interactions with Alibaba Cloud's Bailian service through the dashscope library for natural language processing and intent parsing.
Powers the frontend development environment for the Vue 3 application that provides the chat interface.
Supported as an alternative package manager for installing the Node.js dependencies required by the MCP server.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Alibaba Cloud MCP Demowhat's the weather like in Shanghai tomorrow?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
阿里云百炼 MCP 交互演示
这是一个基于Vue 3和Express的应用,用于演示与阿里云百炼API的交互。应用包含前端界面和后端API服务,实现了自然语言处理和意图解析功能。
功能特点
用户友好的聊天界面
通过阿里云百炼API进行意图解析
支持天气查询等任务执行
前后端分离架构,保护API密钥
Related MCP server: MCP Python Demo
技术栈
前端:Vue 3 + Vite
后端:Express.js
API调用:Python脚本(通过Node.js子进程调用)
大模型:阿里云百炼 Qwen-turbo
安装与运行
前提条件
Node.js (v14+)
npm 或 yarn
Python 3.6+
阿里云百炼API密钥
安装依赖
# 安装Node.js依赖
npm install
# 安装Python依赖
pip install dashscope使用方法
打开浏览器访问 http://localhost:5173
在输入框中输入自然语言查询,例如:
"查一下明天上海的天气"
"今天北京天气怎么样"
系统会解析您的意图并显示解析结果,然后执行相应任务并返回结果。
项目结构
├── public/ # 静态资源
├── src/ # 前端源代码
│ ├── assets/ # 资源文件
│ ├── components/ # Vue组件
│ │ └── MCPChat.vue # 聊天组件
│ ├── services/ # 服务层
│ │ └── mcpService.js # API服务
│ ├── App.vue # 主应用组件
│ └── main.js # 入口文件
├── server.js # 后端服务
├── mcp_script.py # Python脚本(自动生成)
└── package.json # 项目配置扩展建议
添加用户认证和会话管理
扩展支持更多类型的意图和任务
添加历史记录保存功能
实现语音输入和输出
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceA lightweight Node.js server that connects Claude Desktop to Taiwan's Central Weather Administration (CWA) API, allowing users to retrieve weather forecast data for all cities and counties in Taiwan.11MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP-based project that integrates Zhipu AI and Tencent Map APIs to provide weather queries, geocoding, and web search functionality through both command-line and web interfaces.5
- AlicenseNot gradedqualityDmaintenanceProvides intelligent weather services through an orchestrated multi-server architecture with Docker support, enabling natural language weather queries, forecasting, and alert monitoring powered by local LLM integration.MIT
- FlicenseNot gradedqualityDmaintenanceA TypeScript-based Model Context Protocol server that enables Claude Desktop to fetch real-time weather data via external weather APIs. It provides a simple integration for users to query current weather information through natural language interactions.11
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
LLM chat, text summarization and AI image generation
MCP server for GLM chat completions using Zhipu AI models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lfzxmw/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server