AppSheet is Google’s no-code application platform that lets you build apps from spreadsheets and databases. The AppSheet MCP server lets you read, add, update, and delete rows using natural language.Documentation Index
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
What Can It Do?
- Retrieve rows from any table with filters and conditions
- Add new rows to keep your app data current
- Update existing rows to reflect changes from other systems
- Delete rows to clean up outdated records
Where to Use It
In Agents (Recommended)
Add AppSheet as a tool to any agent. The agent can then interact with your app’s tables conversationally, choosing the right actions based on context. To add an MCP tool to your agent:- Open your agent’s configuration
- Click Add tools → Connect an app with MCP
- Search for the integration and select it
- Authenticate with your account
In Workflows (Via Agent Node)
For automated pipelines, use an Agent Node with AppSheet tools. This gives you the flexibility of an agent within a deterministic workflow.As a Custom MCP Node
You can also create a standalone MCP node for a specific action. This generates a reusable node that performs one task, useful when you need the same operation repeatedly in workflows.- Go to your node library and search for the integration
- Click Create a node with AI
- Describe the specific action you want (e.g., “Get all rows from Inventory where In Stock is true”)
- Test the node and save it for reuse
Custom MCP nodes are single-purpose by design. For tasks that require multiple steps or dynamic decision-making, use an agent instead.
Setting Up AppSheet Credentials
Before using AppSheet, you need to enable API access in your app:Enable Cloud Services Access
Under IN: from cloud services to your app, toggle Enable to allow external services to communicate with your app.
Create an Access Key
Click Create Application Access Key to generate a new key. Copy the access key value.
Add Credentials in Gumloop
Go to Gumloop Credentials, add AppSheet, and enter your App ID and Access Key.
Available Tools
| Tool | Description |
|---|---|
| Get Rows | Retrieve rows from a table with optional filters |
| Add Rows | Add new rows to a table |
| Update Rows | Update existing rows in a table |
| Delete Rows | Delete rows from a table |
Example Prompts
Use these with your agent or in the Agent Node: Retrieve records:Troubleshooting
| Issue | Solution |
|---|---|
| Agent not finding the right data | Include the app ID and exact table names in your request |
| Action not completing | Check that cloud services access is enabled and your access key is active |
| Unexpected results | The agent may chain multiple tools (e.g., getting rows first, then updating). Review the agent’s reasoning to understand its approach. |
| Tool not available | Verify the tool is enabled in your agent’s MCP configuration |
Need Help?
- Agents documentation for setup and best practices
- Agent Node guide for workflow integration
- Gumloop Community for questions and examples
- Contact support@gumloop.com for assistance
Use this integration directly in Claude or Cursor. Connect remotely via the AppSheet MCP server using your Gumloop credentials.
