Simple MCP server with a weather tool – built with @modelcontextprotocol/sdk.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-fetch-weather": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A simple and functional implementation of a Model Context Protocol (MCP) server, using the official SDK.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in maps
Real-time BART departures, trip planning, fares, stations, and advisories.
A Model Context Protocol (MCP) server providing TomTom's location services, search, routing, and traffic data to AI agents.
MCP server for the VesselAPI — maritime vessel tracking, port events, emissions, and navigation data
Global weather API: forecasts, historical data, marine, ski, astronomy and timezone.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Fetch Weather and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A simple and functional implementation of a Model Context Protocol (MCP) server, using the official SDK.
This project exposes a tool (fetch-weather) that allows you to obtain the current weather of a city, ideal as a basic example to learn about the protocol and communication between LLMs and custom tools.
@modelcontextprotocol/sdk and zodpnpm, npm or yarngit clone git@github.com:IsseiSuar/mcp-fetch-weather.git
cd mcp-fetch-weather
pnpm install # or npm install