Loading MCP server directory, please wait...
Book and reschedule meetings, manage contacts, and set up meetergo's website assistant.
npx @getmcp/cli add com.meetergo/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
MEETERGO_TOKENPersonal Access Token from https://my.meetergo.com/integrations. Starts with rgo- and works on every plan, including Free.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.meetergo/mcp-server": {
"command": "npx",
"args": [
"-y",
"@meetergo/mcp-server"
],
"env": {
"MEETERGO_TOKEN": ""
}
}
}
}