MCP Weather Server
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 in Tokyo?"
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 simple MCP (Model Context Protocol) server built during an Agentic AI Internship. This server demonstrates how MCP can be used to provide tools, resources, and prompts to AI applications.
Features
MCP servers can provide the following functionalities:
Resources
File-like data that can be read by clients, such as API responses or file contents.
Tools
Functions that can be called by Large Language Models (LLMs) with user approval.
Prompts
Pre-written templates that help users accomplish specific tasks efficiently.
Related MCP server: Weather Service MCP
Requirements
Python 3.10 or higher
uv package manager
Python MCP SDK 1.2.0 or higher
httpx
Project Setup
1. Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh2. Initialize the Project
uv init .3. Install Dependencies
uv add "mcp[cli]" httpx4. Create the Server File
Create a file named weather.py and add the MCP server implementation.
5. Run the Server
uv run weather.pyProject Structure
.
├── weather.py
├── pyproject.toml
├── uv.lock
├── README.md
└── .gitignoreLearning Outcomes
Understanding MCP architecture
Building custom MCP tools
Integrating APIs using Python
Running MCP servers with uv
Working with Agentic AI applications
Author
Vishal M K B.E. CSE (AI & ML)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI agents to fetch real-time weather data for any location using the OpenWeatherMap API. Demonstrates how to build a simple MCP server that exposes weather information as a tool for LLMs.Last updated1GPL 3.0
- FlicenseBqualityDmaintenanceA learning project demonstrating how to build MCP servers with Python, featuring weather query tools that showcase custom tool creation, configuration, and integration with AI assistants.Last updated1
- Flicense-qualityDmaintenanceAn MCP server that provides weather and web search tools, orchestrated by a LangGraph agent with OpenAI for natural language interaction.Last updated8
- Flicense-qualityCmaintenanceA minimal MCP server that provides weather data using Open-Meteo API, designed as a teaching tool for improving AI agent tool interfaces.Last updated
Related MCP Connectors
Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VISHAL-MK/agentic-AI-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server