How to Use the Calendly Alternative MCP in VS Code Copilot
Share scheduling tools and meeting data across your engineering team in VS Code Copilot.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Calendly Alternative MCP to VS Code Copilot
Create your Vinkius account to connect Calendly Alternative to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Manage team workspaces with this MCP Server
The `list_memberships` tool exposes every organization and role attached to your authenticated user. VS Code Copilot reads these URIs to ensure your API requests target the correct multi-team account. Developers working on shared integrations instantly verify they have the right access permissions. To confirm your current token context, `get_me` pulls your user ID, slug, and base scheduling URL. The agent uses this baseline data to filter other queries automatically. Hunting down your user URI in the admin dashboard manually is no longer necessary.
Review upcoming meetings inside your editor
Fetching `list_scheduled_events` brings your active calendar directly into your IDE sidebar. Copilot parses the start times and participant lists so you can check your schedule without switching to a browser. Your team sees exactly when you are dropping off to join a customer call. For specific meeting details, `get_scheduled_event` targets a single event UUID. The AI extracts the exact status and invitee URI to give you context on who you are meeting. Writing code right up until the meeting starts feels much easier when your editor acts as your calendar.
Inspect attendee responses without leaving VS Code
Using `list_invitees`, your agent grabs the names and emails of everyone attending a specific event URI. Copilot formats this list into a clean summary directly in your chat panel. Gaining immediate visibility into your audience helps before a technical presentation. When an attendee answers custom questions during booking, `get_invitee` pulls those specific responses. The editor surfaces their technical requirements or project details right next to the code you are working on. Context switching drops to zero when your meeting prep happens alongside your pull requests.
Set up Calendly Alternative MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Calendly Alternative MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Calendly Alternative tools listed. Try asking: "List my recent Calendly Alternative transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"calendly-alternative-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Calendly. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Calendly Alternative MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Calendly Alternative MCP today
We host it, we monitor it, we maintain it. You just paste one token.