MCP Weather Server
About
MCP Weather Server is a weather information server based on the Model Context Protocol (MCP). It provides city weather query functionality, returning temperature and weather conditions for a specified city.
Details
- Author
- Maggieee030
- GitHub stars
- 1
- Downloads
- 342
- Categories
- Media
Jump to
- Query weather information for a specified city
- Returns temperature and weather condition
- Simple API interface via MCP protocol
- Easy to install and run with Node.js
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Weather ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies with npm install, build the project with npm run build, and start the server with npm start. Test the server using MCP Inspector via npx @modelcontextprotocol/inspector. The server exposes a get_weather tool that accepts a city parameter (string) and returns temperature and condition.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp weather server": {
"mcp-weather-server-maggieee030": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector"
]
}
}
}
}
McpServers
{
"mcp-weather-server-maggieee030": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector"
]
}
}
MCP Weather Server
一个基于 MCP(Model Context Protocol)的天气信息服务器,提供城市天气查询功能。功能特点
- 支持查询指定城市的天气信息 - 返回温度和天气状况 - 简单易用的 API 接口安装
```bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
