MCP.so
登录

Weather MCP Server

@AlexanderLyon

关于 Weather MCP Server

暂无概览

基本信息

分类

媒体与设计

运行时

python

传输方式

stdio

发布者

AlexanderLyon

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "weather-mcp-server-alexanderlyon": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Weather MCP Server?

Weather MCP Server is a Model Context Protocol (MCP) server that provides the current weather for any location. It uses the Open‑meteo API to fetch weather data. The server is designed for developers who want to integrate weather lookups into MCP‑compatible applications, such as AI assistants or workflow tools.

How to use Weather MCP Server?

Set up the server using uv (Python package manager). Create a virtual environment with uv venv, activate it, and install dependencies with uv sync. For testing, run mcp dev server.py. To integrate with Claude Desktop, add a configuration entry to claude_desktop_config.json pointing to the server script.

Key features of Weather MCP Server

  • Provides current weather for any location
  • Uses the free Open‑meteo API (no registration required)
  • Built on the Model Context Protocol standard
  • Simple integration with Claude Desktop
  • Python‑based with uv for dependency management

Use cases of Weather MCP Server

  • Query current weather during AI‑powered conversations
  • Automate weather checks in MCP‑enabled workflows
  • Embed weather data into custom assistant tools
  • Get location‑based weather without manual API calls

FAQ from Weather MCP Server

What does Weather MCP Server do exactly?

It returns the current weather (e.g., temperature, conditions) for any given location by querying the Open‑meteo API, all through the Model Context Protocol.

How do I install and run Weather MCP Server?

Use uv to create a virtual environment (uv venv), activate it, then run uv sync to install dependencies. Start the server with mcp dev server.py for local testing.

Can I use Weather MCP Server with Claude Desktop?

Yes. Add a configuration block to your claude_desktop_config.json file specifying the uv command and the path to server.py, as shown in the README.

What are the runtime dependencies?

Python, the uv package manager, and the MCP Python library (mcp[cli]). All are installed automatically via uv sync.

Does Weather MCP Server require an API key?

The README does not mention any API key. It uses the Open‑meteo API, which is publicly available without authentication.

评论

媒体与设计 分类下的更多 MCP 服务器