Weather & Prayer Times MCP 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., "@Weather & Prayer Times MCP Serverwhat are the prayer times in Dubai today?"
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.
đź§ Node MCP Local Server (TypeScript)
This is a Model Context Protocol (MCP) demo server implemented in Node.js + TypeScript, running via STDIO.
🚀 Features
Tools: Weather & Namaz times
Prompts: Motivation & Greeting
Resources: Example Readme
Sampling: Random quote
Related MCP server: Weather MCP Server
đź§© Run Locally
npm install
npm run startAPI Keys
OpenWeatherMap:
Sign up for a free account at OpenWeatherMap.
Generate your API key.
Replace
YOUR_OPENWEATHERMAP_API_KEYin your.envfile with this key.
Aladhan API:
The Aladhan API for namaz timings generally does not require an API key for its public endpoints.
📦 Environment
Copy .env.example → .env and add any API keys (if needed).
## ⚙️ Configure your MCP client to spawn the serverFor Claude Desktop Add to your claude_desktop_config.json:
{
"mcpServers": {
"weather-prayer": {
"command": "node",
"args": ["/path/to/your/mcp-server/dist/server.js"],
"env": {
"API_KEY": "default-api-key"
}
}
}
}For Cursor Add to your Cursor MCP configuration:
{
"mcpServers": {
"weather-prayer": {
"command": "node",
"args": ["/path/to/your/mcp-server/dist/server.js"],
"env": {
"API_KEY": "default-api-key"
}
}
}
}For ChatGPT If using ChatGPT with MCP support, configure in your MCP settings:
{
"servers": [
{
"name": "weather-prayer",
"command": "node",
"args": ["/path/to/your/mcp-server/dist/server.js"],
"env": {
"API_KEY": "default-api-key"
}
}
]
}Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Islamic prayer times & calendar MCP (Aladhan API). Keyless.
Get current weather for any city and create images from your prompts. Streamline planning, reports…
Production-ready Muslim prayer reminder MCP with astronomical precision and theological disclosure.
Provide real-time and forecast weather information for locations in the United States using natura…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables users to search for location coordinates, retrieve current weather data, and stream real-time weather updates using the Open-Meteo API. Supports location search by city name and provides detailed weather information including temperature, wind speed, and weather conditions.8-
- AlicenseNot gradedqualityDmaintenanceProvides current weather conditions and 5-day forecasts for any location using the OpenWeatherMap API. Supports flexible location queries including city names, coordinates, and zip codes.MIT
- AlicenseNot gradedqualityCmaintenanceProvides weather data integration using the OpenWeatherMap API, enabling users to fetch current weather conditions, hourly and daily forecasts, weather alerts, and geocoding services for any location worldwide.91MIT
- AlicenseNot gradedqualityDmaintenanceProvides current weather and forecasts for any city via natural language, using OpenWeatherMap API and OpenAI for conversational interface.10GPL 3.0
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/sthossan/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server