Malaysia Prayer Time MCP Server

Features • Installation • Configuration • Usage • API Reference • Troubleshooting • Contributing • License

Local serverstdioPython

What is the Malaysia Prayer Time MCP server?

Malaysia Prayer Time MCP server exists for a simple reason — assistants are far more useful when they can act on Malaysia Prayer Time directly instead of describing what you should do. Features • Installation • Configuration • Usage • API Reference • Troubleshooting • Contributing • License.

What you get

Malaysia Prayer Time MCP Server provides accurate Islamic prayer times for locations throughout Malaysia. This server implements the Model Context Protocol (MCP) to seamlessly integrate with Claude Desktop, delivering real-time prayer schedules directly through your AI assistant.

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

What the assistant can call

Once Malaysia Prayer Time is connected, these are the calls the assistant has available:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Examples — The Examples tool exposed by this server
  • get_prayer_times — Retrieves prayer times for a specific city or zone code in Malaysia
  • get_prayer_times_by_coordinates — The get_prayer_times_by_coordinates tool exposed by this server
  • list_zones — Lists all available prayer time zones in Malaysia with their corresponding codes

Configuration and credentials

  • Python 3.10 or higher - Claude Desktop (latest version) - pip or uv package manager

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the malaysia prayer time mcp server does with a few real requests.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Malaysia Prayer Time's toolset — Prerequisites, Examples, get_prayer_times and 2 more — is a fair guide to whether it matches your workflow. It is maintained by amanasmuei; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Malaysia Prayer Time's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
ExamplesThe Examples tool exposed by this server.
get_prayer_timesRetrieves prayer times for a specific city or zone code in Malaysia.
get_prayer_times_by_coordinatesThe get_prayer_times_by_coordinates tool exposed by this server.
list_zonesLists all available prayer time zones in Malaysia with their corresponding codes.

How to install the Malaysia Prayer Time MCP server

{
    "mcpServers": {
        "malaysia-prayer-time": {
            "command": "/absolute/path/to/your/.venv/bin/python",
            "args": [
                "main.py"
            ],
            "cwd": "/absolute/path/to/mcp-server-malaysia-prayer-time"
        }
    }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Python 3.10 or higher - Claude Desktop (latest version) - pip or uv package manager

Example prompts to try

  • Use Malaysia Prayer Time to Prerequisites.
  • Use Malaysia Prayer Time to Examples.
  • Use Malaysia Prayer Time to get prayer times.

Frequently asked questions

It connects Malaysia Prayer Time to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Prerequisites, Examples, get_prayer_times, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Malaysia Prayer Time directly.