Calendar Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Calendar Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that enables AI agents to search and access public calendar data. Works with Claude Desktop and includes an optional native macOS management app.
git clone <repository-url>
cd public-calendar-mcp-server
npm install
npm run buildAdd to your Claude Desktop MCP settings (~/.claude_desktop/mcp_settings.json):
{
"mcpServers": {
"public-calendar-mcp": {
"command": "node",
"args": ["/absolute/path/to/public-calendar-mcp-server/dist/index.js"],
"env": {
"NODE_ENV": "production"
}
}
}
}Quit and restart Claude Desktop. You should now have access to calendar tools in Claude!
Once configured, you'll have access to these tools in Claude Desktop:
check_availability - Check if time slots are free across calendarsget_event_details - Get detailed information about specific eventslist_calendar_sources - View configured calendar sourcesadd_calendar_source - Add new calendar sourcesremove_calendar_source - Remove calendar sourcesClaude Desktop launches the MCP server (standard MCP pattern). The server provides:
Calendar sources are stored in: ~/Library/Application Support/PublicCalendarMCP/config.json
Perfect for most users - just add the MCP configuration above and you're ready to go!
Managing Calendar Sources: Edit ~/Library/Application Support/PublicCalendarMCP/config.json directly or use the MCP tools in Claude.
For macOS users who want a visual interface for managing calendar sources:
cd macos && ./build.shBoth options work with the same calendar sources - the GUI app just provides an easier way to manage them.
📖 See [CLAUDE_DESKTOP_CONFIG.md](CLAUDE_DESKTOP_CONFIG.md) for detailed Claude Desktop setup 📖 See [SETUP.md](SETUP.md) for calendar source configuration 📖 See [ARCHITECTURE_OVERVIEW.md](ARCHITECTURE_OVERVIEW.md) for how Claude Desktop + macOS app work together
npm install
npm run buildnpm run devnpm testsrc/
├── adapters/ # Calendar source adapters
├── interfaces/ # Core interfaces
├── services/ # Business logic services
├── tools/ # MCP tool implementations
├── types/ # TypeScript type definitions
├── utils/ # Utility functions
└── index.ts # Main entry pointMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.