MCP Weather Server
@Maggieee030
关于 MCP Weather Server
一个简单的天气信息 MCP 服务器,提供城市天气查询功能。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-weather-server-maggieee030": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Weather Server?
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.
How to use MCP Weather Server?
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.
Key features of MCP Weather Server
- 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
Use cases of MCP Weather Server
- Integrate real-time weather data into MCP-compatible AI assistants
- Provide weather context for conversational agents or automation workflows
- Test and demonstrate MCP server functionality with a simple tool
FAQ from MCP Weather Server
What runtime does MCP Weather Server require?
It requires Node.js and npm to install and run.
How do I test the server?
Use MCP Inspector by running npx @modelcontextprotocol/inspector after starting the server.
What data does the server return?
It returns the city name, temperature (numeric), and weather condition (string, e.g., "Sunny").
Is there any authentication or transport configuration?
The README does not mention authentication or transport details; it uses the default MCP transport.
Where does the weather data come from?
The README does not specify the data source.
媒体与设计 分类下的更多 MCP 服务器
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
Tripadvisor MCP Server
pab1it0A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.
评论