
Mcp Weather
A simple MCP server that provides weather info
what is Mcp Weather?
Mcp Weather is a simple MCP server that provides real-time weather information, developed primarily for learning purposes.
how to use Mcp Weather?
To use Mcp Weather, run the server using the command pnpm start
, and then configure an MCP client (like Cherry Studio) to point to the server's SSE endpoint at http://localhost:3000/sse
.
key features of Mcp Weather?
- Provides real-time weather information via an MCP server.
- Utilizes Server-Sent Events (SSE) for live updates.
- Easy to set up and use for learning purposes.
use cases of Mcp Weather?
- Integrating weather data into applications.
- Learning about MCP server implementation and SSE.
- Testing and developing weather-related applications.
FAQ from Mcp Weather?
- What is the purpose of Mcp Weather?
Mcp Weather is designed for educational purposes, helping users learn about MCP servers and real-time data handling.
- How do I run the server?
You can run the server by executing
pnpm start
in your terminal.
- Can I use Mcp Weather in production?
Mcp Weather is primarily a learning tool and may not be suitable for production use without further development.
MCP Weather
An MCP server that provides weather information. Developed for learning purpose.
** Runs on SSE mode**
Scaffolded by this template repo: https://github.com/chenlong-io/ts-koa-starter
Usage
Run the server:
pnpm start
In an MCP client, Cherry Studio for example, add an MCP server pointing to:
http://localhost:3000/sse
It should fetch the tool list correctly.