Access weather station data, observations, and forecasts using the WeatherXM PRO API.
An MCP server implementation exposing the WeatherXM PRO APIs as MCP tools, allowing clients to access weather station data, observations, and forecasts through the MCP protocol.
Clone the repository to your local machine.
git clone https://github.com/WeatherXM/weatherxm-pro-mcp.git
After cloning the repository, you need to install the dependencies and build the project before running the MCP server.
npm install
npm run build
This is the common configuration for MCP clients such as Claude Desktop, Cursor, Windsurf Editor, VSCode and plugins such as RooCode and Cline.
{
"mcpServers": {
"weatherxm-pro": {
"command": "npx",
"args": [
"-y",
"path to mcp"
],
"env": {
"WEATHERXMPRO_API_KEY": "your-api-key"
}
}
}
}
Replace "path to mcp"
with the actual path to the MCP server or package name, and "your-api-key"
with your WeatherXM PRO API key.
Note: If you have other MCP servers in use in the client, you can add it to the existing
mcpServers
object.
Follow the steps below to use the WeatherXM PRO MCP server with Claude Desktop MCP client:
Edit the MCP settings file located at:
~/Library/Application Support/Claude/claude_desktop_config.json
Add the WeatherXM PRO MCP server configuration under the mcpServers
object.
Restart Claude Desktop to apply the changes.
You can now use the server in Claude Desktop to run queries on the WeatherXM PRO MCP server.
Follow the steps below to use the WeatherXM PRO MCP server with Cursor:
Follow the steps below to use the WeatherXM PRO MCP server with Windsurf Editor:
The MCP server can be built and run as a Docker container.
docker build -t weatherxm-pro-mcp .
docker run -d -p 3000:3000 -e WEATHERXMPRO_API_KEY="your-api-key" -e PORT=3000 weatherxm-pro-mcp
Replace "your-api-key"
with your actual WeatherXM PRO API key.
MIT License
An MCP server designed to run on Cloudflare Workers, featuring OAuth login support and Cloudflare KV integration for data storage.
A server for Kubernetes CLI tools like kubectl, istioctl, helm, and argocd, supporting multi-cluster management via dynamic kubeconfig.
An MCP server for the Dynatrace observability platform.
A template for deploying a remote, authentication-free MCP server on Cloudflare Workers. Tools are defined directly in the source code.
Interact with AWS services using the AWS CLI. Requires AWS CLI to be installed and configured.
A Python MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph.
A server that connects to the Strava API, allowing language models to access Strava data and features.
Interact with the Paddle Billing API to manage products, prices, customers, transactions, and subscriptions.
Golang-based Kubernetes MCP Server. Built to be extensible.
Access Alpha Vantage financial data APIs to get real-time and historical stock data, forex rates, and cryptocurrency information.