simple-mcp-server
If you are the rightful owner of simple-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
This is a simple project demonstrating how to build an MCP Server.
The Simple MCP Server is a demonstration project that showcases how to construct a Model Context Protocol (MCP) Server using minimalistic methods. It integrates with the Amap Weather API to provide real-time and forecast weather information and uses DingTalk group robots to send messages to DingTalk groups. The server is designed to work with any AI dialogue client that supports the MCP protocol, such as Cherry Studio, which can interface with various large model providers. The project requires Node.js and Pnpm for development and build processes. Users can configure the server to interact with AI models that support function calls, enabling seamless integration of weather data retrieval and message dispatching to DingTalk groups.
Features
- Weather Query: Utilizes Amap Weather API for real-time and forecast weather information.
- DingTalk Group Messaging: Sends messages to DingTalk groups using DingTalk group robots.
- AI Integration: Works with AI dialogue clients supporting MCP protocol, like Cherry Studio.
- Function Call Support: Compatible with AI models that support function calls for enhanced interaction.
- Local and Cloud Model Support: Supports both local and cloud-based AI models.