We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YusukeYoshiyama/google-calendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "google-calendar-mcp"
version = "0.1.0"
description = "Google Calendar MCP Server using FastMCP"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastmcp>=0.2.0",
"google-api-python-client>=2.0.0",
"google-auth-httplib2>=0.1.0",
"google-auth-oauthlib>=1.0.0",
"pytest>=8.4.2",
"python-dotenv>=1.0.0",
]
[project.optional-dependencies]
test = [
"pytest>=7.0.0",
"pytest-mock>=3.10.0"
]
[dependency-groups]
dev = [
"pytest>=8.4.2",
"pytest-mock>=3.15.1",
]