MCP.so
登录

weather-mcp-s

@bee1194

关于 weather-mcp-s

My first MCP Server for learning

基本信息

分类

媒体与设计

许可证

MIT license

运行时

node

传输方式

stdio

发布者

bee1194

配置

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

{
  "mcpServers": {
    "weather-mcp-s": {
      "command": "/absolute/path/to/node",
      "args": [
        "/absolute/path/to/weather-mcp-s/dist/index.js"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is weather-mcp-s?

weather-mcp-s is an MCP (Model Context Protocol) server built with the mcp-framework. It is designed to be used with Claude Desktop and other MCP-compatible clients, enabling weather-related tool calls via the OpenWeatherMap API.

How to use weather-mcp-s?

Install dependencies with npm install, build with npm run build, then configure in Claude Desktop by adding the server to claude_desktop_config.json with either a local path or npx command. The server requires an OPENWEATHERMAP_API_KEY environment variable.

Key features of weather-mcp-s

  • Built with mcp-framework for easy tool development.
  • Provides an example tool structure for custom tools.
  • Supports publishing to npm for broader distribution.
  • Integrates with Claude Desktop via MCP configuration.
  • Uses OpenWeatherMap API (environment variable required).

Use cases of weather-mcp-s

  • Adding weather tool capabilities to Claude Desktop.
  • Developing and testing MCP tools locally.
  • Publishing a custom weather MCP server on npm.
  • Prototyping new MCP tools with the included scaffold.

FAQ from weather-mcp-s

What is the difference between weather-mcp-s and other weather MCP servers?

The README does not discuss alternatives or comparisons.

What dependencies or runtime are required?

Node.js and npm are required. Dependencies are installed via npm install.

Where does the weather data come from?

Data is retrieved from the OpenWeatherMap API, as indicated by the required OPENWEATHERMAP_API_KEY environment variable.

Are there any known limitations or transport/auth details?

The server requires an API key for OpenWeatherMap and uses standard MCP stdio transport (command/args configuration). No other limits are mentioned.

Can I add my own tools to weather-mcp-s?

Yes. The project includes an example tool and a CLI command mcp add tool to scaffold new tools.

评论

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