-
securityF
license-
qualityEnables form management, response handling, and analytics through the Fillout.io API for enhanced form interactions and insights.
Last updated 4 months ago
TypeScript
Provides tools for creating and managing Google Forms, including creating forms, adding text and multiple choice questions, retrieving form details, and collecting form responses.
이 MCP 서버는 Google Forms API를 사용하여 양식 작성, 수정, 답변 검색 등의 기능을 제공합니다.
리포지토리를 복제한 후 종속성 설치
~/Library/Application Support/Claude/claude_desktop_config.json
을 엽니다.mcpServers
섹션의 google-forms-server
에 환경 변수 추가 : GXP7이 MCP 서버는 다음 도구를 제공합니다.
create_form
- 새로운 Google 설문지 만들기add_text_question
- 양식에 텍스트 질문 추가add_multiple_choice_question
- 양식에 선택 수식 질문 추가get_form
- 폼의 상세를 취득합니다.get_form_responses
- 폼의 답변을 가져옵니다.Claude는 다음과 같은 MCP 도구를 사용하여 양식을 작성합니다.
create_form
도구를 사용하여 새 양식 작성add_text_question
또는 add_multiple_choice_question
도구를 사용하여 질문 추가This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables interaction with Google Forms API to create forms, add questions, and retrieve responses through natural language commands.