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., "@MCP Weather Serverwhat's the weather forecast for New York City?"
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.
MCP Weather Server
A containerized Model Context Protocol (MCP) server that provides weather tools for AI assistants using the National Weather Service API.
π Quick Start
1. Build Docker Image
make docker-build2. Add to Cursor
Create or edit ~/.cursor/mcp.json:
{
"mcpServers": {
"weather": {
"command": "docker",
"args": ["run", "--rm", "-i", "mcp-weather-server:latest"],
"env": {}
}
}
}3. Restart Cursor
Close and reopen Cursor to load the weather server.
Related MCP server: MCP Weather Server
π€οΈ Available Tools
get_alerts - Weather alerts for any US state (e.g.,
CA,NY)get_forecast - Weather forecast for coordinates (latitude, longitude)
π§ͺ Test Usage
In Cursor chat:
"Get weather alerts for California"
"What's the weather forecast for coordinates 40.7128, -74.0060?"π Requirements
Docker Desktop running
Cursor IDE
π§ Commands
make docker-build # Build image
make test-docker # Test container
make help # See all commandsWeather data from National Weather Service (US locations only)
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.