G
Google Calendar
Read and create Google Calendar events.
·No reviews yet
Share:
About
Auto-generated
Google Calendar is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Google Calendar.
- What does the Google Calendar MCP do?
- The Google Calendar MCP allows you to interact with Google Calendar, enabling operations such as reading and creating events. It integrates scheduling capabilities into your chosen client environment.
- How do I configure Google Calendar MCP in a client like Claude Desktop?
- Configuring the Google Calendar MCP typically involves specifying the 'google-calendar' slug and selecting 'oauth' as the authentication type within your client's settings. Specific steps may vary by client.
- Does the Google Calendar MCP require an API key or other credentials?
- Yes, this MCP uses OAuth for authentication. You will need to authorize access to your Google Calendar account through an OAuth flow, which generally involves granting permissions via a web browser.
- What are the primary capabilities exposed by this Google Calendar MCP?
- This MCP primarily exposes tools for managing Google Calendar events. You can read existing events and create new ones, integrating calendar functionality directly into your workflow.
- Is there a cost associated with using the Google Calendar MCP?
- The MCP itself is open-source and provided by the community, implying no direct cost for the MCP. However, standard Google Calendar usage policies and any associated costs from Google for API access may apply, depending on your usage.
- What is a common limitation or prerequisite for using this MCP?
- A key prerequisite is having a Google account to authenticate with Google Calendar. Also, the functionality is limited to reading and creating events; more advanced calendar management features might depend on future updates.
Install Google Calendar
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-calendar"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-calendar"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"google-calendar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-calendar"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.