Skip to main content
Glama
khrnchn

Waktu Solat MCP

by khrnchn

Waktu Solat MCP

MCP server for Malaysian prayer times via api.waktusolat.app. Works with Claude, Cursor, and other MCP clients.

Tools: get_prayer_times_today, get_prayer_times_month, get_next_prayer, list_zones

Zone codes (important)

Prayer tools require a JAKIM zone code (for example: WLY01, SGR01, JHR01).

If you are unsure which code to use, run:

  • list_zones() to see all zones

  • list_zones("SGR") to filter by state code (examples: SGR, JHR, WLY)

Example prompts in Claude/Cursor:

  • "List all Selangor zones"

  • "Get today's prayer times for WLY01"

  • "What's the next prayer for SGR01?"

Related MCP server: IP Geolocation MCP Server

Local (stdio)

uv sync
uv run waktusolat-mcp

Claude Desktop config:

{
  "mcpServers": {
    "waktusolat": {
      "command": "uv",
      "args": ["--directory", "/path/to/waktu-solat-mcp", "run", "waktusolat-mcp"]
    }
  }
}

Claude Code (local stdio server):

claude mcp add --transport stdio waktusolat -- \
  uv --directory /path/to/waktu-solat-mcp run waktusolat-mcp

Verify in Claude Code:

claude mcp list
claude mcp get waktusolat

After connecting, try:

  • "When is Maghrib in WLY01 today?"

  • "Show me prayer times this month for SGR01"

Hosted (HTTP)

Public deployment (Railway):

  • Web UI: https://web-production-99037.up.railway.app/

  • MCP endpoint: https://web-production-99037.up.railway.app/mcp

Run with HTTP transport to serve a web UI with "Add to Cursor" / "Add to Claude" buttons:

uv run waktusolat-mcp-http

Or: MCP_TRANSPORT=streamable-http uv run waktusolat-mcp

  • Web UI: http://localhost:8000/

  • MCP endpoint: http://localhost:8000/mcp

Claude Code (remote HTTP server):

claude mcp add --transport http waktusolat https://web-production-99037.up.railway.app/mcp

Then run /mcp inside Claude Code to check connection/auth status.

Deploy to Railway, Render, etc. Set PORT (PaaS usually provides this). The app binds to 0.0.0.0 and uses PORT automatically. If behind a proxy, set MCP_BASE_URL to your public URL (for example this app uses https://web-production-99037.up.railway.app) so install links use the correct URL.

Docker

docker compose up --build
# Web UI: http://localhost:8000/
# MCP: http://localhost:8000/mcp
Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that provides access to Malaysia prayer time data through Claude Desktop, enabling users to retrieve prayer times for specific zones, list available prayer zones, and check current prayer time status.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A comprehensive MCP server for calculating Jewish prayer times (zmanim) using the python-zmanim library, supporting multiple halachic opinions and global locations.
    6
    1
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Azan-MCP is an open-source Model Context Protocol (MCP) server that brings a comprehensive suite of Islamic utilities directly into AI assistants such as Claude Desktop.
    34
    382
    MIT

View all related MCP servers

Related MCP Connectors

  • This MCP server provides seamless access to Malaysia's government open data, including datasets, w…

  • Islamic prayer times & calendar MCP (Aladhan API). Keyless.

  • Free, no-key Bible MCP server — 86 translations in 32 languages, from any MCP client.

View all MCP Connectors

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/khrnchn/waktu-solat-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server