MCP servers collection (Google Calendar, etc.)
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-set": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Set and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
SOCAR 앱 배포 캘린더를 Claude Code에서 조회할 수 있는 MCP 서버입니다.
curl -sL https://raw.githubusercontent.com/socar-harrison/mcp-set/main/install.sh | bash
이 스크립트가 자동으로:
~/.local/lib/jdk-21/에 격리 설치 (시스템 Java에 영향 없음)Homebrew, sudo 불필요. 기존 Java 환경에 영향을 주지 않습니다.
Releases 에서 google-calendar-mcp-all.jar를 다운로드합니다.
mkdir -p ~/.local/lib
curl -sL https://github.com/socar-harrison/mcp-set/releases/latest/download/google-calendar-mcp-all.jar \
-o ~/.local/lib/google-calendar-mcp-all.jar
이미 ~/.local/lib/jdk-21/이 있다면 이 단계는 건너뛰세요.
# macOS Apple Silicon 기준. Intel은 aarch64 → x64로 변경
curl -sL "https://api.adoptium.net/v3/binary/latest/21/ga/mac/aarch64/jdk/hotspot/normal/eclipse?project=jdk" \
-o /tmp/jdk-21.tar.gz
mkdir -p /tmp/jdk-extract && tar xzf /tmp/jdk-21.tar.gz -C /tmp/jdk-extract
mv /tmp/jdk-extract/jdk-*/Contents/Home ~/.local/lib/jdk-21
rm -rf /tmp/jdk-21.tar.gz /tmp/jdk-extract
claude mcp add google-calendar -s user -- ~/.local/lib/jdk-21/bin/java -jar ~/.local/lib/google-calendar-mcp-all.jar
Claude Code를 종료 후 다시 시작합니다.
Claude Code에서 캘린더 관련 요청을 하면 MCP 서버가 시작되면서 브라우저가 자동으로 열립니다.
토큰은 ~/.calendar-mcp/token.json에 저장되며, 이후부터는 자동 갱신됩니다.
| 도구 | 설명 |
|---|---|
list_calendars | 접근 가능한 캘린더 목록 조회 |
get_deploy_schedule | 앱 배포 캘린더 일정 조회 (기본 30일) |
search_events | 키워드로 캘린더 이벤트 검색 |
get_healing_room | 4층/5층 힐링룸 예약 현황 및 빈 시간대 조회 |
book_healing_room | 힐링룸 예약 (30분 고정, 정시/30분 시작, 1인 주 1회) |
Claude Code에서 다음과 같이 질문하면 됩니다:
git clone https://github.com/socar-harrison/mcp-set.git
cd mcp-set
./gradlew shadowJar
claude mcp add google-calendar -s user -- java -jar $(pwd)/build/libs/google-calendar-mcp-all.jar