Weather MCP Server
@devlibx
Weather MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"experiment-java-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Weather MCP Server?
Weather MCP Server is a Spring Boot application that exposes mock weather data through the Model Context Protocol (MCP). It provides a getWeather tool that AI assistants can call to retrieve current weather information for any location, using realistic simulated parameters.
How to use Weather MCP Server?
Clone the repository, build with mvn clean install, and run with mvn spring-boot:run. The server listens on port 8080 by default. To integrate with AI assistants in IDEs like Cursor or Cline, configure the SSE endpoint http://localhost:8089/sse in the MCP settings (ensure the port matches your application.properties). Use the MCP Inspector (npx @modelcontextprotocol/inspector) to test the getWeather tool.
Key features of Weather MCP Server
- Retrieves current weather for any specified location
- Generates realistic mock weather data (temperature, condition, humidity, wind speed)
- MCP integration for AI assistant compatibility
- Easy setup with Spring Boot and Maven
Use cases of Weather MCP Server
- AI assistants answering weather queries during conversations
- Testing MCP server integration in IDEs and development tools
- Demonstrating Spring AI’s MCP server capabilities with a simple tool
FAQ from Weather MCP Server
What does this server do?
It provides a mock weather service that AI assistants can call through MCP to get weather data for a given location.
How do I integrate it with an AI assistant in my IDE?
In your IDE’s MCP settings, add a new server with the SSE endpoint http://localhost:8089/sse (or the port configured in application.properties), then restart the assistant.
Can I use this server with real weather data?
No – the server uses mock data only, with realistic but simulated weather parameters. It is designed for demonstration and testing.
What are the runtime requirements?
Java 17 or higher, Maven 3.6+, and Spring Boot 3.2.0. Node.js and npm are needed only for the optional MCP Inspector.
How can I test the server without an AI assistant?
Run the MCP Inspector (npx @modelcontextprotocol/inspector), connect to the SSE endpoint (default http://localhost:8080/mcp/sse), and test the getWeather tool with a location parameter.
「メディアとデザイン」の他のコンテンツ
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
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.
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
コメント