Skip to main content
Glama

Gmail MCP Server

by ajbr0wn
pyproject.toml627 B
[project] name = "gmail-mcp-server" version = "0.1.0" description = "MCP server for Gmail integration" authors = [ {name = "AJ Brown", email = "aj@example.com"}, ] dependencies = [ "mcp @ file:///Users/ajbrown/Desktop/claude/python-sdk", "google-auth-oauthlib>=1.0.0", "google-auth-httplib2>=0.1.0", "google-api-python-client>=2.0.0", ] requires-python = ">=3.10" readme = "README.md" license = {text = "MIT"} [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] gmail-mcp-server = "gmail_mcp_server.server:main" [tool.hatch.metadata] allow-direct-references = true

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/ajbr0wn/gmail-mcp-server'

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