Vinkius
iCal Calendar Parser

iCal Calendar Parser MCP for AI. Analyze your schedule using local exported files.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

iCal Calendar Parser MCP on Cursor AI Code EditoriCal Calendar Parser MCP on Claude Desktop AppiCal Calendar Parser MCP on OpenAI Agents SDKiCal Calendar Parser MCP on Visual Studio CodeiCal Calendar Parser MCP on GitHub Copilot AI AgentiCal Calendar Parser MCP on Google Gemini AIiCal Calendar Parser MCP on Lovable AI DevelopmentiCal Calendar Parser MCP on Mistral AI AgentsiCal Calendar Parser MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

iCal Calendar Parser lets your AI client read and analyze local .ics calendar files. Instead of trying to access live accounts, you export your schedule from Google, Apple, or Outlook.

This MCP reads that file and gives the AI a clean JSON timeline containing every event's title, time, location, and attendees.

Use this to find free slots, count meetings for a month, or quickly search for specific dates without needing network access.

What your AI can do

Parse ical calendar

Reads a local .ics calendar file path (from Google, Apple, or Outlook) and outputs all events into structured JSON data.

Identify open slots

The AI scans the timeline to calculate gaps between meetings, telling you exactly when you're free.

Count events by criteria

You can ask your agent to count how many meetings occurred in a specific month or group them by day of the week.

Summarize event details

The MCP extracts and organizes key data points, including titles, locations, and attendee lists for every entry.

Find specific topics

Search the entire calendar file for events containing keywords, like 'dentist' or a client name.

Included with Plan

Waiting for input…

AI Agent

iCal Calendar Parser: 1 Tool Available

You can parse calendar files and extract clean, usable JSON event data with the single tool available here.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using iCal Calendar Parser on Vinkius

Parse Ical Calendar

Reads a local .ics calendar file path (from Google, Apple, or Outlook) and outputs all events into structured JSON data.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The iCal Calendar Parser integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with iCal Calendar Parser, then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
iCal Calendar Parser MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by node-ical. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 1 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Keeping Track of Time Zones and Conflicts

Today, figuring out if you have enough time for three back-to-back calls is painful. You open Google Calendar, check the time zone settings; then you jump to Outlook to see if a meeting was moved; next, you might look at an old email thread just to confirm who’s attending. It's copy-pasting dates and manually comparing times across multiple screens.

With this MCP, you export your schedule once into the .ics file format. Your agent reads that single source of truth using `parse_ical_calendar` and immediately hands you a timeline in JSON. You don't check three apps; you ask one question and get an answer.

Structured Calendar Data with parse_ical_calendar

The biggest time drain is the data format itself. Manually, you might spend minutes digging through a meeting entry just to confirm who was invited or what the exact end time was. You're dealing with text that’s hard for any system to query reliably.

This MCP strips away all that ambiguity. It gives your agent clean JSON fields for title, start/end times, and attendees. The difference is moving from descriptive text to actionable data points.

What your AI can actually do with this

Your agent can’t just look at your calendar; it has to read the file you give it. That’s the problem iCal Calendar Parser solves. You export your schedule—whether from Google Calendar, Apple Calendar, or Outlook—as a standard .ics file. This MCP reads that exported data and turns every single meeting into structured JSON.

The AI can then instantly analyze this timeline to answer questions like, “When is my first opening next week?” or “How many client calls did I have last quarter?” You get back clean, sortable data without ever exposing your live account details. Vinkius hosts this MCP so you can connect it once from any compatible agent and access structured scheduling data instantly.

Built · Hosted · Managed by Vinkius iCal Calendar Parser - Analyze Local Schedule Data
Server ID 019e38ac-a4eb-7233-8e64-730c05504545
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I export my Google Calendar? +

Go to calendar.google.com > Settings > Import & Export > Export. It downloads a .zip containing .ics files for each calendar.

Can it detect scheduling conflicts? +

Yes! Because events are sorted chronologically with start/end times, the AI can easily spot overlapping events and alert you.

Does it include recurring events? +

Yes, the parser expands recurring events according to the iCal RRULE specification, so each individual occurrence appears as its own entry.

When I run `parse_ical_calendar`, is my personal calendar data sent over the internet? +

No, your schedule never leaves your machine. This MCP processes files locally, keeping your private events entirely air-gapped and secure.

Does `parse_ical_calendar` work if my .ics file contains more than 200 events? +

The parser is capped at processing the first 200 events. For larger exports, you'll need to break them into smaller files or run the tool in batches.

What happens if my calendar export file has minor formatting errors? +

The parser handles common structural issues and attempts to extract valid data points. If an event is completely corrupted, it simply skips that entry and continues processing.

How does `parse_ical_calendar` handle different time zones from my calendar? +

The resulting JSON includes detailed time zone information for every event's start and end times. This ensures your AI agent understands when those meetings actually take place.

What types of files can I pass to `parse_ical_calendar`? +

You must provide an absolute file path pointing to a standard .ics calendar export. The tool does not read directly from live online services; you must download the file first.

Built & Managed by Vinkius 30s setup 1 tools

We've already built the connector for iCal Calendar Parser. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 1 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.