Servers
MCP Weather Server
@nosadaniel
A specialized weather data server built using the MCP SDK and TypeScript that provides weather information through the Model Context Protocol (MCP). This project enables Large Language Models that support MCP to access weather data directly, creating a seamless integration betwee
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weather": {
"command": "node",
"args": [
"/mcp-weather-server/build/index.js"
]
}
}
}