What is Malaysia Prayer Time MCP Server: Hyper-Accurate Real-Time Timings?
The Malaysia Prayer Time MCP Server is a specialized Model Context Protocol (MCP) server designed to deliver hyper-accurate, real-time prayer timings for zones across Malaysia. It leverages the MPT Waktu Solat API to provide precise data, ensuring compliance with local religious guidelines. This server enables seamless integration into applications requiring instant access to sunrise, midday, dusk, and other critical prayer times.
How to Use Malaysia Prayer Time MCP Server: Hyper-Accurate Real-Time Timings?
Installation Steps
- Create a virtual environment and install dependencies via uv toolchain:
uv venv
source .venv/bin/activate
uv pip install -e . - Grant execution permissions to the server executable:
chmod +x bin/mcp-server-waktu-solat
Claude Desktop Configuration
Edit claude_desktop_config.json
to include the server under mcpServers
:
"waktu-solat": { "command": "uvx", "args": ["run", "/absolute/path/to/bin/mcp-server-waktu-solat"], "env": {} }
Restart Claude Desktop to activate the integration.