Calfeed MCP Server
Turn a written schedule into a live calendar link people subscribe to in Apple, Google, Outlook.
Documentation
Make a calendar
from any chat.
The Calfeed MCP server connects to Claude Code, Cursor, and other AI tools. Paste a schedule, ask for a calendar, get a link everyone can subscribe to.
https://calfeed.ai/api/mcp
Works today in MCP clients that take a token. One-click Connect for Claude and ChatGPT is coming.
Connect once, then it's one sentence
1
Generate an access token
Open the profile page and create an access token. It only creates calendars — it can't read data, edit calendars, or touch billing. Regenerate it there if one gets out.
2
Add Calfeed to an AI tool
Paste the server URL and token into Claude Code, Cursor, VS Code, or any MCP client. Config snippets below — it takes about a minute.
3
Ask for a calendar
Paste a schedule into the chat and ask for a calendar. Back comes a link the whole group can subscribe to in Apple, Google, or Outlook — and it updates live when the schedule changes.
Add it to a client
Claude Code
claude mcp add --transport http calfeed https://calfeed.ai/api/mcp \
--header "Authorization: Bearer cf_YOUR_TOKEN"
Cursor, Windsurf, and most MCP clients (mcp.json)
{
"mcpServers": {
"calfeed": {
"url": "https://calfeed.ai/api/mcp",
"headers": { "Authorization": "Bearer cf_YOUR_TOKEN" }
}
}
}
VS Code uses the same shape under a "servers" key with "type": "http". The Claude and ChatGPT apps don't take tokens for custom connectors yet — one-click Connect lands when they do.
Built for schedules that live in chats
On-call rotationsSprint + release calendarsMeetup schedulesConference talk lineups
No MCP client? The web works too.
Calfeed turns any schedule into a shareable calendar feed — in a chat, from the iOS Shortcut, or on the web.
Try for freeSee pricing