A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server for Akiflow task and calendar management - schedule tasks, edit events, manage projects and tags
MCP server for Akiflow task management with Meeting Assistant support.
Cmd+Option+I (Mac) or Ctrl+Shift+I (Windows/Linux)refreshToken requestrefresh_token value from the request/responseAdd to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"akiflow": {
"command": "npx",
"args": ["-y", "@shrimpwtf/mcp-akiflow@latest"],
"env": {
"AKIFLOW_REFRESH_TOKEN": "your_refresh_token_here"
}
}
}
}
tasks, events, tags, labels, time_slots, calendars) are cached locally and refreshed with per-entity sync_tokensrecordings, researches) are cached separately using cursor-based refreshesget-tasksList tasks with optional filters.
done (boolean): Filter by completion status (default: false)status (string): 1=Inbox, 2=Planned, 4=Snoozed, 7=Someday, 10=Scheduledlimit (number): Max tasks to returnadd-taskCreate a new task.
title (string, required): Task titledescription (string): Task descriptiondate (string): Plan date (YYYY-MM-DD)datetime (string): Plan datetime (ISO 8601)due_date (string): Deadline (YYYY-MM-DD)duration (number): Duration in minutespriority (string): -1=goal, 1=high, 2=medium, 3=lowstatus (string): 1=Inbox, 2=Planned, 7=Someday, 10=ScheduledlistId (string): Project UUIDtags_ids (array): Tag UUIDsedit-taskUpdate an existing task.
id (string, required): Task UUIDadd-task (optional, nullable to clear values)mark-doneMark a task as completed.
id (string, required): Task UUIDschedule-taskSchedule a task on the calendar.
id (string, required): Task UUIDdate (string, required): Date (YYYY-MM-DD)datetime (string): Specific time (ISO 8601)duration (number): Duration in minutes (default: 30)unschedule-taskRemove a task from the calendar.
id (string, required): Task UUIDto_inbox (boolean): Move to inbox (default: true)get-eventsGet calendar events.
limit (number): Max events to returncalendar_id (string): Filter by calendar IDget-calendarsGet all calendars with metadata.
Requires the Meeting Assistant add-on in Akiflow.
get-recordingsList meeting recordings.
limit (number): Max recordings to returnget-recordingGet full detail for a single recording including summary, action items, and transcript.
id (string, required): Recording UUIDget-meeting-briefsList pre-meeting research briefs.
limit (number): Max briefs to returnget-meeting-briefGet full detail for a single pre-meeting brief.
id (string, required): Meeting brief UUIDcreate-task-from-action-itemCreate an Akiflow task from a meeting recording's action item.
recording_id (string, required): Recording UUIDaction_item_id (string, required): Action item ID within the recordingget-projectsList all projects and folders.
get-tagsList all tags.
1: Inbox2: Planned4: Snoozed7: Someday10: Scheduled-1: Goal1: High2: Medium3: Lownull: NoneYYYY-MM-DD2026-01-26T10:00:00.000Z)MIT
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots