Text2Event
Official1 toolby text2event
Extracts calendar events from natural-language text, with .ics and calendar links.
Parse natural language text into calendar events with .ics file and calendar link generation.
Captured live from the server via tools/list.
extract_event
Extract structured calendar event(s) from natural-language text. Returns, per event, the title, start/end times (local ISO), all-day flag, location, recurrence and reminders, plus ready-to-use .ics content and Google/Outlook links. If a time is timezone-sensitive, include a timezone or city in the text.
Parameters (1)
- textstringrequired
Text describing the event(s) to extract.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://mcp.text2event.com/mcpclaude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.text2event.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.