Skip to content
Verified official

Tempi MCP

v1.0.0

com.meettempi/tempi

Find open times and book, reschedule or cancel meetings on anyone's Tempi link. No account needed.

transport:streamable-http tools:8

Target client

run in your project directory

claude mcp add --transport http tempi https://meettempi.com/mcp

setup guides: Claude Code Claude Desktop Cursor VS Code Zed Windsurf Cline Gemini CLI Grok ChatGPT Claude.ai LangChain

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

get_public_profile Read-only

get public profile

get_available_slots Read-only

get available slots

check_series Read-only

check series

create_booking Mutating

create booking

get_booking Read-only

get booking

reschedule_booking_as_invitee

reschedule booking as invitee

cancel_booking_as_invitee Mutating

cancel booking as invitee

join_waitlist

join waitlist

All 8 tools, one page each

Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. Check the server's own documentation before granting access.