Skip to main content
Glama

Islamic Calendar MCP

Cloudflare Worker MCP server for the JAKIM Hijri calendar (1447H–1449H), plus a local Next.js app for development UI.

Remote MCP URL

https://islam-calendar.shahrulestar.com/mcp

Related MCP server: Malaysia Open Data MCP

Worker (production)

npm install
npm run worker:dev      # http://127.0.0.1:8788/mcp
npm run worker:deploy   # deploy + custom domain

Config: wrangler.jsonc — Worker islamic-calendar-mcp on custom domain islam-calendar.shahrulestar.com.

Next.js (local UI + /api/mcp)

npm run dev

Local Next MCP: http://localhost:3000/api/mcp

Data

File

Content

data/hijri_months.json

Lunar month start/end (1447H–1449H)

data/islamic_events.json

Islamic calendar events (1448H–1449H)

MCP tools

Tool

Description

Parameters

get_lunar_months

Lunar month details (list, one month, or date lookup)

year?, month?, status?, date?

get_islamic_events

Islamic calendar events for Malaysia

year?, month?, type?, date?, includeRecurring?

Cursor setup

{
  "mcpServers": {
    "islamic-calendar": {
      "url": "https://islam-calendar.shahrulestar.com/mcp"
    }
  }
}

Local Worker:

{
  "mcpServers": {
    "islamic-calendar": {
      "url": "http://127.0.0.1:8788/mcp"
    }
  }
}

Stdio proxy clients:

{
  "mcpServers": {
    "islamic-calendar": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://islam-calendar.shahrulestar.com/mcp"]
    }
  }
}
F
license - not found
-
quality - not tested
C
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
    A
    maintenance
    MCP server for Hebcal, enabling users to generate Jewish holiday lists, convert Hebrew dates, look up Shabbat candle lighting times, Torah readings, and yahrzeits.
    7
    68
    7
    BSD 2-Clause "Simplified"
  • A
    license
    A
    quality
    A
    maintenance
    MCP server providing Malaysian/global prayer times (JAKIM + Aladhan fallback), nearest mosque/surau finder, and Islamic calendar events.
    4
    1
    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.

  • MCP server for doc2mcp documentation, generated by doc2mcp.

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/shahrulestar/islamic-calendar-mcp'

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