Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Weather MCP ServerCompare the weather in New York and Los Angeles"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Weather MCP Server
An MCP (Model Context Protocol) server that provides weather tools for AI assistants, built with xmcp.
Features
Tools
get-current-weather - Get current weather conditions for any city (temperature, humidity, wind speed)
get-forecast - Get weather forecast for 1-7 upcoming days
compare-weather - Compare weather between two cities
Resources
weather://{city}/current- Current weather data as a resource
Prompts
weather-summary - Generate weather summary prompts
Installation
npm installUsage
Development
npm run devProduction
npm run build
npm run startInspect with MCP Inspector
npm run inspectConfiguration
Add to your MCP client configuration:
{
"mcpServers": {
"weather": {
"command": "node",
"args": ["/path/to/weather-mcp/dist/stdio.js"]
}
}
}API
This server uses the free Open-Meteo API for weather data. No API key required.
Tech Stack
xmcp - MCP framework
Zod - Schema validation
Open-Meteo API - Weather data
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.