Biorhythm
FreeNot checkedComputes biorhythm values (physical, emotional, intellectual) and generates a PNG chart showing sine curves based on birth date and optional target date.
About
Computes biorhythm values (physical, emotional, intellectual) and generates a PNG chart showing sine curves based on birth date and optional target date.
README
생년월일을 받아 바이오리듬 수치 + 사인파 차트(PNG) 를 반환하는 MCP 서버. "내 바이오리듬 보여줘"라고 하면 신체·감성·지성 세 곡선 그래프 이미지를 돌려준다.
구조·네이밍·PNG·설치 규약은 STANDARD.md를 따른다.
mcp-qrskeleton 복제본.
계산 (결정론적)
고전 3주기 · 값 = sin(2π × d / period) (d = 출생일로부터 경과 일수):
| 사이클 | 주기 |
|---|---|
| 신체 (Physical) | 23일 |
| 감성 (Emotional) | 28일 |
| 지성 (Intellectual) | 33일 |
- 출력은 백분율(−100% ~ +100%).
- 임계일(critical day): 곡선이 0을 교차(부호가 바뀌는)하는 불안정일. 구간 내 목록으로 표시.
- 날짜는 UTC 자정 기준으로 계산 → 타임존에 따른 ±1일 오차 없음.
도구
get_biorhythm
| 파라미터 | 타입 | 필수 | 기본 | 설명 |
|---|---|---|---|---|
birthDate |
string YYYY-MM-DD |
✅ | — | 생년월일 |
targetDate |
string YYYY-MM-DD |
오늘(UTC) | 기준일 | |
rangeDays |
number | 15 |
기준일 전후 표시 일수 (1–90) |
출력 (둘 다 반환):
- 구조화 텍스트 — 기준일의 신체/감성/지성 백분율 + 상승/하강 + 구간 내 임계일 목록
- PNG 차트 —
[targetDate − rangeDays, targetDate + rangeDays]구간의 세 곡선 (1080×620)
예제 출력: examples/biorhythm_example.png
(1990-05-15 출생 · 2026-06-19 기준, 기본 옵션).
설치
git clone https://github.com/molpass/mcp-biorhythm.git
cd mcp-biorhythm
npm install && npm run build
예제 차트를 직접 생성해 보려면:
npm run example # examples/biorhythm_example.png 재생성
폰트: 한글 라벨(신체/감성/지성)을 위해 한글 가능 폰트가 필요하다. Windows는 Malgun Gothic이 기본 탑재라 추가 설치 불필요. Linux는 Nanum/Noto CJK 설치 권장.
MCP 등록 (서버명 biorhythm)
{
"mcpServers": {
"biorhythm": {
"command": "node",
"args": ["/abs/path/mcp-biorhythm/dist/index.js"]
}
}
}
/abs/path는 클론한 실제 절대경로로 바꾼다. Windows 예:"args": ["C:/Users/<you>/mcp-biorhythm/dist/index.js"]
스택
- Node 20+ / TypeScript
- @modelcontextprotocol/sdk (stdio)
- @napi-rs/canvas (차트 → PNG, prebuilt 바이너리)
스킬
페어링 스킬: skill/biorhythm.skill.md.
About / 제작
Hermes Agent용 MCP — molpass의 바이브 코딩(vibe coding) 프로젝트.
- 아이디어·방향: molpass (이정훈) · https://zeolinex.com
- 기획: Claude (Chat)
- 개발: Claude Code
자가 호스팅 Hermes Agent에 도구로 붙여 쓰는 MCP 서버입니다.
같은 모음:
- mcp-saju — 사주명리 만세력
- mcp-qr — QR 코드 생성
- mcp-biorhythm — 바이오리듬
- mcp-astrology — 서양 점성술 네이탈 차트
- mcp-ziwei — 자미두수 명반
- mcp-numerology — 수비학
- mcp-liuren — 대육임
- mcp-qimen — 기문둔갑
- mcp-taiyi — 태을신수
- mcp-weather — 한국 날씨·미세먼지
- mcp-newsfeed — 한국 주요뉴스
License
MIT
Install Biorhythm in Claude Desktop, Claude Code & Cursor
unyly install mcp-biorhythmInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mcp-biorhythm -- npx -y github:molpass/mcp-biorhythmFAQ
Is Biorhythm MCP free?
Yes, Biorhythm MCP is free — one-click install via Unyly at no cost.
Does Biorhythm need an API key?
No, Biorhythm runs without API keys or environment variables.
Is Biorhythm hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Biorhythm in Claude Desktop, Claude Code or Cursor?
Open Biorhythm on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Biorhythm with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
