mcp-server-weather
If you are the rightful owner of mcp-server-weather and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured overview of a Model Context Protocol (MCP) server, its features, tools, resources, and usage with different platforms.
Initialize MCP Server using Cursor IDE
mcp.json
{
"mcpServers": {
"mcp_weather": {
"command": "uv",
"args": [
"--directory",
"path_to_your_project_directory",
"run",
"weather.py"
]
}
}
}