mcp-weather-server
MCP Weather Server is a simple Model Context Protocol server providing weather data via an Express API.
The MCP Weather Server is designed to provide weather data through a simple and efficient Model Context Protocol (MCP) server. Built using Node.js and Express, it allows users to fetch current weather information for specified cities. The server requires an API key from OpenWeatherMap to function, which needs to be configured in the source code. The server is implemented in TypeScript and must be compiled before use. It can be integrated with various platforms, including VS Code, to enhance development workflows. The server is open-source and licensed under the MIT License, making it accessible for modification and distribution.
Features
- Provides current weather data for specified cities.
- Built using Node.js and Express for efficient performance.
- Implemented in TypeScript for type safety and scalability.
- Easily integrates with development environments like VS Code.
- Open-source with an MIT License for flexibility and community contributions.