MCP Weather Server
Provides real-time weather information for any location using FastMCP.
README
MCP Weather Server
A weather application demonstrating the Model Context Protocol (MCP) using FastMCP framework.
What is MCP (Model Context Protocol)?
Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external data sources and tools. Think of it as a universal "plugin system" for AI models that allows them to:
- Access Real-time Data: Connect to databases, APIs, and live systems
- Execute Actions: Perform operations like file management, system commands, or API calls
- Maintain Security: Controlled access with proper authentication and permissions
- Stay Updated: Always work with the latest information rather than static training data
MCP bridges the gap between AI models and the real world by providing a standardized way for models to interact with external systems while maintaining security and reliability.
Key Benefits of MCP:
- Standardized Interface: Consistent protocol across different tools and services
- Security First: Built-in authentication and permission controls
- Real-time Access: Live data instead of stale training information
- Extensible: Easy to add new tools and data sources
- Cross-platform: Works across different AI models and platforms
What is FastMCP?
FastMCP is a Python framework that simplifies building MCP servers. It's designed to make creating MCP-compliant servers as easy as building a REST API with FastAPI.
Key Features:
- Decorator-based: Simple
@mcp.tool()decorators to expose functions - Type Safety: Full TypeScript-like type hints and validation
- Automatic Documentation: Self-documenting APIs with schema generation
- Built-in Server: Ready-to-use server implementation
- Development Tools: Hot reloading and debugging support
Why Use FastMCP vs Core Python MCP SDK?
| Feature | FastMCP | Core MCP SDK |
|---|---|---|
| Ease of Use | ✅ Simple decorators, minimal boilerplate | ❌ More verbose, manual setup required |
| Development Speed | ✅ Rapid prototyping and development | ⚠️ Slower initial setup |
| Type Safety | ✅ Built-in validation and type checking | ⚠️ Manual type validation needed |
| Documentation | ✅ Auto-generated from code | ❌ Manual documentation required |
| Learning Curve | ✅ Familiar FastAPI-like syntax | ❌ Steeper learning curve |
| Flexibility | ⚠️ Some conventions enforced | ✅ Full control over implementation |
| Performance | ✅ Optimized for common use cases | ✅ Can be optimized for specific needs |
When to Choose FastMCP:
- 🚀 Rapid Development: Need to get a server up quickly
- 🔰 Learning MCP: First time building MCP servers
- 🛠️ Standard Use Cases: Common patterns like API wrappers, data access
- 👥 Team Development: Want consistent, maintainable code
When to Choose Core SDK:
- 🎯 Specific Requirements: Need custom protocol handling
- ⚡ Performance Critical: Require maximum optimization
- 🔧 Advanced Features: Need low-level protocol control
- 🏗️ Custom Architecture: Building complex, multi-component systems
Current Weather API Example
This repository demonstrates a weather MCP server built with FastMCP that provides real-time weather information.
Features
- Weather Lookup: Get current weather for any location
- Location-based: Smart location parsing and validation
- Error Handling: Graceful handling of invalid locations or API failures
- Type Safe: Full type validation for inputs and outputs
Implementation
The weather server exposes a single tool:
@mcp.tool()
def get_weather_info(location: str) -> str:
"""
Get Weather information for a given location.
Args:
location (str): The location for which to get the weather information.
The location needs to be a proper city name like London, Tokyo etc.
"""
Getting Started
-
Clone the Repository:
git clone https://github.com/yourusername/MCP_WEATHER.git cd MCP_WEATHER -
Create a Virtual Environment:
uv venv weather_mcp_env source weather_mcp_env/bin/activate -
Install Dependencies:
uv sync or uv pip install -r requirements.txt -
Configuration:
.vscode/mcp.json
{
"mcpServers": {
"weather": {
"command": "path/to/python",
"args": ["path/to/weather_server.py"]
}
}
}
Open the vscode chat agent mode and ask a weather question
what is the weather in Jersey City?
you should see the agent using the MCP server to get the weather information.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。