MCP Weather Server
This project is to use MCP server protocol of Anthropic to retrieve wheather alerts or details about the wheather using Claude Desktop app
📝 Table of Contents
🧐 About
MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and accessories, MCP provides a standardized way to connect AI models to different data sources and tools.
Why MCP? MCP helps you build agents and complex workflows on top of LLMs. LLMs frequently need to integrate with data and tools, and MCP provides:
A growing list of pre-built integrations that your LLM can directly plug into The flexibility to switch between LLM providers and vendors Best practices for securing your data within your infrastructure
This project creates one such MCP server , which you can interact with claude desktop client.
🏁 Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Do a "npm i"
- Build the project using "npm build"
- Run the MCP server using node build/index.js
- Modify CLAUDE_DESKTOP_CONFIG.json (found in Library/Application Support/Claude) If not available make a new one and paste below code. // { // "mcpServers": { // "weather": { // "command": "node", // "args": [ // "/Users/spidugu/Downloads/my-projectspace/wheather/build/index.js" // ] // } // } // }
- Restart claude desktop THE HAMMER ICON WOULD SHOW THE INSTALLED MCP, CHECK THE LOGS IF THERE IS ISSUE
Prerequisites
What things you need to install the software and how to install them.
Claude Desktop (https://claude.ai/download) Node version 20 and above (https://nodejs.org/en/download)
Usage
⛏️ Built Using
- NodeJs - Server Environment
✍️ References
https://modelcontextprotocol.io/quickstart/server
Recommend MCP Servers 💡
foobara-mcp-connector
Exposes Foobara commands according to the Model Context Protocol (MCP) specification.
lunar
lunar.dev: Agent native MCP Gateway for governance and security
@roychri/mcp-server-asana
This Model Context Protocol server implementation of Asana allows you to talk to Asana API from MCP Client such as Anthropic's Claude Desktop Application, and many more.
@hiromitsusasaki/raindrop-io-mcp-server
An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
OpenMCP
OpenMCP is a standard for converting web APIs into MCP servers and an open source registry of servers following the standard. It enables LLMs to fetch data and perform actions across various domains.
OvertliDS/mcp-searxng-enhanced
An enhanced MCP server for SearXNG providing category-aware web search, web scraping, and date/time tools.