·google-forms
</>

google-forms

udecode/google-forms-mcp

Create and manage Google Forms programmatically via MCP. Use when: (1) creating survey forms, (2) adding questions/sections to forms, (3) getting form responses, (4) converting AskUserQuestion to shareable forms. Covers setup, all tools, item ordering, and API limitations.

3Installs·0Trend·@udecode

Installation

$npx skills add https://github.com/udecode/google-forms-mcp --skill google-forms

SKILL.md

| createform | Create form (returns formId) | | updateform | Update title/description | | getform | Get form structure | | listforms | List all forms | | deleteform | Delete form permanently | | addsection | Visual divider (no page break) | | addpage | Page break (requires Next button) | | addtextquestion | Free text input |

| addmultiplechoicequestion | Radio or checkbox | | updatequestion | Modify existing question | | deletequestion | Remove question by index | | getformresponses | Get submitted responses |

All items are added at index 0. The LAST item you add appears FIRST.

Create and manage Google Forms programmatically via MCP. Use when: (1) creating survey forms, (2) adding questions/sections to forms, (3) getting form responses, (4) converting AskUserQuestion to shareable forms. Covers setup, all tools, item ordering, and API limitations. Source: udecode/google-forms-mcp.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/udecode/google-forms-mcp --skill google-forms
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is google-forms?

Create and manage Google Forms programmatically via MCP. Use when: (1) creating survey forms, (2) adding questions/sections to forms, (3) getting form responses, (4) converting AskUserQuestion to shareable forms. Covers setup, all tools, item ordering, and API limitations. Source: udecode/google-forms-mcp.

How do I install google-forms?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/udecode/google-forms-mcp --skill google-forms Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/udecode/google-forms-mcp

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01

Related Skills

None