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.
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)
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
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