{"openapi":"3.1.0","info":{"title":"Gmail MCP Server","description":"Gmail MCP 서버로 AI 에이전트에서 이메일 읽기, 검색, 작성, 라벨 관리를 수행할 수 있습니다. 자연어로 이메일을 검색하고 답장을 작성하며 라벨을 정리하여 이메일 관리 워크플로우를 자동화합니다.","version":"1.0.0","x-fusepie-id":"mcp-google-gmail","x-fusepie-category":"communication","x-fusepie-provider":"Google"},"servers":[{"url":"npx -y gmail-mcp-server","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_google_gmail","summary":"Gmail MCP Server","description":"Gmail MCP 서버로 AI 에이전트에서 이메일 읽기, 검색, 작성, 라벨 관리를 수행할 수 있습니다. 자연어로 이메일을 검색하고 답장을 작성하며 라벨을 정리하여 이메일 관리 워크플로우를 자동화합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-google-gmail":{"command":"npx","args":["-y","@fusepie/mcp-mcp-google-gmail"],"env":{"API_KEY":""}}}}}