MCP Server

Fastmail Calendar AI Integration

Give your Pickaxe real follow-through with Fastmail Calendar, so your AI can automate scheduling workflows without extra handoffs. Keep momentum without constant copy-paste between tools.

Pickaxe community avatar
Pickaxe community avatar
Pickaxe community avatar
Pickaxe community avatar
Pickaxe community avatar
Pickaxe community avatar
Join 2,000+ builders
Pickaxe
Fastmail Calendar

Capabilities

6 capabilities

1 / 2

list_calendars

STEP 1 - ALWAYS CALL THIS FIRST. Lists all calendars in the user's Fastmail account. Returns an array of calendars with displayName (human-readable name like "Work", "Personal", "Family"), url (required for other operations), and timezone. You MUST call this before list_events, create_event, update_event, or delete_event to get the calendar URL. Look at the displayName to identify which calendar the user wants (e.g., "Work" for work schedule, "Personal" for personal events).

list_events

STEP 2 - Get events from a calendar. PREREQUISITE: You must first call list_calendars to get the calendarUrl. Returns events within the specified date range. Each event contains: url (needed for update/delete), etag (needed for delete), and data (iCalendar format with SUMMARY=title, DTSTART=start time, DTEND=end time, LOCATION, DESCRIPTION). Parse the iCalendar data to show event details to the user.

Type: string

get_event_details

Get parsed details of a specific event. PREREQUISITE: You must first call list_calendars, then list_events to get the eventUrl. Returns structured event data (title, start, end, location, description) instead of raw iCalendar format.

Type: string

create_event

Create a new calendar event. PREREQUISITE: You must first call list_calendars to get the calendarUrl. Creates an event with the specified title, times, and optional description/location.

Type: string

update_event

Modify an existing event. PREREQUISITE: You must first call list_calendars, then list_events to get the eventUrl. Only include fields you want to change; omitted fields stay the same.

Type: string

Get Started

Click any tool below to instantly start building AI tools that enhance your workflow and productivity

Email Campaign Automation

Automate email sequences, follow-ups, and personalized campaigns that engage your audience at scale.

Newsletter Generator

Create engaging newsletters with AI-generated content tailored to your subscribers' interests.

Email Response Assistant

Build an AI assistant that helps draft professional email responses and manages your inbox efficiently.

Lead Nurture Sequences

Design automated email workflows that nurture leads through your sales funnel with personalized content.

Email Analytics Dashboard

Track email performance metrics, open rates, and engagement to optimize your email strategy.

Transactional Email Builder

Create automated transactional emails for confirmations, receipts, and notifications.

Explore Pickaxe Templates

Get started faster with pre-built templates. Choose from our library of ready-to-use AI tools and customize them for your needs.

Ready to Connect Fastmail Calendar?

Build your AI tool with this MCP server in the Pickaxe builder.

Build with Pickaxe

Frequently Asked Questions