mcp-weather
1
MCP Weather is an MCP server that supplies weather information, designed primarily for educational purposes. It operates in SSE mode and integrates into a client like Cherry Studio.
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.