MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

C
Claude MCP Server

A lightweight Model Context Protocol (MCP) server that provides real-time weather data to MCP-compatible clients. Built using Claude’s MCP framework, this server enables seamless weather queries and integration with AI agents and other MCP tools.

创建于 11/11/2025
更新于 about 1 month ago
Repository documentation and setup instructions

🌦️ Weather MCP Server

A lightweight Model Context Protocol (MCP) server that provides real-time weather data to MCP-compatible clients.
This project follows the official MCP Specification and was built with Claude’s MCP SDK.


🚀 Features

  • 🌤️ Fetches current weather information for any city
  • 🌡️ Returns temperature, humidity, and condition data
  • 🧠 Follows the Model Context Protocol (MCP) for AI model interoperability
  • ⚙️ Simple setup and configurable environment
  • 🧩 Works seamlessly with MCP-compatible clients (e.g., Claude, custom AI agents)

🧠 What is MCP?

MCP (Model Context Protocol) is a standardized framework that allows AI models, agents, and tools to communicate and share structured information through a common protocol.
Your Weather MCP Server acts as an MCP-compatible data provider, exposing weather endpoints that can be queried by models in a consistent, machine-readable way.

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx claude-mcp-server

Cursor 配置 (mcp.json)

{ "mcpServers": { "phoenixxxtm-claude-mcp-server": { "command": "uvx", "args": [ "claude-mcp-server" ] } } }