weather_mcp_server
The Weather MCP Server is designed to provide weather information by connecting to the National Weather Service API.
Weather MCP Server
An MCP (Model Context Protocol) server that provides weather information through a connection to the National Weather Service API.
Features
- Get active weather alerts for any US state
- Get detailed weather forecasts for specific geographic coordinates
Setup
- Clone this repository
- Install dependencies:
or with uv:pip install mcp httpx
uv pip install mcp httpx
Usage
Running the server directly
python weather_server.py
Using with Claude for Desktop
Add this to your Claude for Desktop configuration at ~/Library/Application Support/Claude/claude_desktop_config.json
:
{
"mcpServers": {
"weather_mcp_server": {
"command": "/path/to/uv",
"args": [
"--directory",
"/absolute/path/to/weather_mcp_server",
"run",
"weather_server.py"
]
}
}
}
Replace /path/to/uv
with the actual path to your uv executable (find it with which uv
).
Replace /absolute/path/to/weather_mcp_server
with the absolute path to this directory.
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.