MCP Server
Click on "Deploy 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 Serverwhat's the weather in Berlin?"
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 Server
A ready-to-use implementation of the Model Context Protocol (MCP) that extends Claude with real-time Products/weather data capabilities.
Youtube reference: https://www.youtube.com/watch?v=Y4bpWRLdRoA
Features
The MCP Product/Weather Server implements below primary tools:
get-forecast: Retrieve current weather conditions and forecasts for any location by latitude/longitude
get-alerts: Check for active weather alerts in any US state
get-products: list all available products in the catalog
add-product: add a new product to the catalog
get-product-by-id: fetch a product by id
Once connected, Claude can:
Answer questions about current weather conditions
Provide detailed weather forecasts
Alert users to severe weather warnings
Make recommendations based on weather data
fetch all added products
add a product to the catalog (name, description, price, quantity)
fetch a product by id
Related MCP server: mcp-weather-server
Quick Start
Prerequisites
Node.js 16+ and npm
Basic knowledge of TypeScript/JavaScript
you also need to run spring boot rest apis using application: product-poc
Installation
Clone this repository:
git clone https://github.com/navgour1989/mcp-server.gitt cd mcp-serverInstall dependencies:
npm installBuild the project:
npm run build
Connecting to Claude Desktop
Open your Claude Desktop configuration file:
Mac:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%AppData%\Claude\claude_desktop_config.json
Add the following configuration (update the path to point to your repository):
{ "mcpServers": { "product": { "command": "node", "args": [ "/absolute/path/to/your/mcp-server/build/index.js" ] } } }Restart Claude Desktop
Look for the hammer icon in Claude Desktop, indicating that MCP tools are available
Testing Your Implementation
Try asking Claude these questions:
"What's the weather like in San Francisco right now?"
"Are there any weather alerts in Texas today?"
"What's the forecast for Chicago this weekend?"
This server cannot be deployed
Maintenance
Related MCP Connectors
One workspace of tools for Claude and ChatGPT: connect 600+ apps, generate media, build tools.
Manage your IoT device fleet directly from Claude. Create device templates with datastreams and events, provision new devices, read live sensor data, and control outputs. The Blynk connector integrates with the Blynk IoT platform, enabling direct configuration and monitoring of connected devices and infrastructure.
Manage your Pollen account: sync, enrich, fix, and publish your store's catalog for AI agents.
- mcpOAuthio.styleforge
Brand-aware creative studio for Claude: 200+ tools for on-brand ads, video, email and campaigns.
Related MCP Servers
- AlicenseAqualityDmaintenanceIntegrates the OpenWeather API with Claude to provide real-time weather updates, 5-day forecasts, and air quality data. It enables users to query current conditions, pollution levels, and coordinate-based weather information directly within their conversations.4MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude to access real-time weather data and alerts, including forecasts and severe weather warnings, by providing tools like get-forecast and get-alerts.55 npm18GPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables Claude Desktop to query real-time weather information, forecasts, and history via the OpenWeatherMap API.5 npm98MIT
- FlicenseNot gradedqualityDmaintenanceProvides 12 weather tools for conditions, forecasts, alerts, model imagery, radar, and 205 meteorological calculations, enabling weather data access and analysis through Claude Code.1-