MCP.so
Sign In

Mcp Server Malaysia Prayer Time

@amanasmuei

About Mcp Server Malaysia Prayer Time

A Model Context Protocol (MCP) server for Malaysia Prayer Time data

Basic information

Category

Productivity

License

MIT

Runtime

python

Transports

stdio

Publisher

amanasmuei

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-malaysia-prayer-time": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        ".venv"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mcp Server Malaysia Prayer Time?

Mcp Server Malaysia Prayer Time is an MCP server that provides accurate Islamic prayer times for locations throughout Malaysia. It integrates with Claude Desktop to deliver real-time prayer schedules using JAKIM-verified data from the waktusolat.app API.

How to use Mcp Server Malaysia Prayer Time?

Install Python 3.10+, clone the repository, create a virtual environment, and install dependencies. Configure Claude Desktop with a JSON file pointing to the server’s main.py, then restart Claude. Interact using natural language queries like “What are the prayer times for Kuala Lumpur today?” or “List all prayer time zones in Malaysia.” The server exposes three tools: get_prayer_times, get_prayer_times_by_coordinates, and list_zones.

Key features of Mcp Server Malaysia Prayer Time

  • Location-based prayer times for any Malaysian city or district
  • Coordinate support for latitude/longitude lookups
  • Direct query using JAKIM zone codes (e.g., SGR03)
  • Complete daily schedule (Fajr, Sunrise, Dhuhr, Asr, Maghrib, Isha)
  • Current and next prayer time determination
  • Seamless integration with Claude Desktop via MCP

Use cases of Mcp Server Malaysia Prayer Time

  • Get daily prayer times for any Malaysian city or zone code
  • Find prayer times by geographic coordinates
  • List all available JAKIM prayer time zones in Malaysia
  • Check current prayer status and next prayer time
  • Retrieve prayer schedules through natural language in Claude Desktop

FAQ from Mcp Server Malaysia Prayer Time

What dependencies or runtime are required?

Python 3.10 or higher, pip or uv package manager, and the latest version of Claude Desktop.

Where does the prayer time data come from?

The server uses the waktusolat.app API, which provides JAKIM-verified prayer times for Malaysia.

What should I do if Claude cannot connect to the server?

Verify that the configuration paths are absolute and correct, check Claude’s logs (~/Library/Logs/Claude/mcp*.log on macOS), and test the server directly by running python main.py.

Why are no prayer times returned?

Ensure internet connectivity, check that the zone code is valid (use list_zones), and note that the API may be temporarily unavailable.

Does the server support locations outside Malaysia?

No, the server currently only supports cities and zones within Malaysia.

Comments

More Productivity MCP servers