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/mcpWorks today in MCP clients that take a token. One-click Connect for Claude and ChatGPT is coming.
Connect once, then it's one sentence
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.
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.
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
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.