home / mcp / weather mcp server
mcp-server-weather
Configuration
View docs{
"mcpServers": {
"bobby169-mcp-server-weather": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/YOUR/PROJECT/mcptest/build/index.js"
]
}
}
}Weather MCP Server provides weather information through a lightweight MCP interface. It lets you fetch the current forecast for any latitude/longitude and retrieve active weather alerts for US states, enabling you to build weather-aware applications and integrations quickly.
To use this server with an MCP client, first ensure the server is built and reachable by the client. You will run the built server locally and point your MCP client to the provided runtime entry so it can communicate and request weather data.
Prerequisites you need on your machine:
Step by step commands to set up the server locally:
pnpm install
pnpm run buildReturns the current weather forecast for a given latitude and longitude.
Returns active weather alerts for a US state.