Skip to main content
Glama
pyproject.toml728 B
[project] name = "google-docs-mcp" version = "1.0.0" description = "Google Docs MCP Server for reading, creating, and editing Google Documents" dependencies = [ "fastmcp", "google-auth", "google-auth-oauthlib", "google-api-python-client", "python-dotenv", "mcp-mapped-resource-lib", "docker", ] requires-python = ">=3.10" [project.optional-dependencies] dev = [ "pytest>=8.0", "pytest-asyncio>=0.23", ] [project.scripts] google-docs-mcp = "google_docs_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/google_docs_mcp"] [dependency-groups] dev = [ "pytest>=9.0.1", "pytest-cov>=7.0.0", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nickweedon/google-docs-mcp-docker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server