Appsheet
БесплатноНе проверенOpen-source MCP server for Google AppSheet — CRUD, schema discovery, and automation tools for AI assistants
Описание
Open-source MCP server for Google AppSheet — CRUD, schema discovery, and automation tools for AI assistants
README
npm version Smithery License: MIT
Open-source MCP server for Google AppSheet — lets any AI assistant query, write, and automate your AppSheet apps through natural language.
Setup
- Open your app → Settings → Integrations → Enable API
- Copy your App Id and Access Key
Where to find App Id and Access Key (screenshot)

- Add to your AI assistant's MCP config:
MCP config (click to expand)
{
"mcpServers": {
"appsheet": {
"command": "npx",
"args": ["-y", "appsheet-mcp-server"],
"env": {
"APPSHEET_APP_ID": "your-app-id",
"APPSHEET_API_KEY": "V2-your-access-key"
}
}
}
}
Tools
10 tools available (click to expand)
| Tool | Description |
|---|---|
appsheet_find_rows |
Query rows with optional filter |
appsheet_add_rows |
Add rows |
appsheet_update_rows |
Update rows by key |
appsheet_delete_rows |
Delete rows by key |
appsheet_list_tables |
List tables (live discovery) |
appsheet_describe_table |
Infer columns from sample data |
appsheet_run_action |
Execute a custom action |
appsheet_run_workflow |
Trigger an automation/bot |
appsheet_list_apps |
List configured apps |
appsheet_get_app_info |
App config summary |
Examples
Try these prompts (click to expand)
1. "What tables do I have?" 2. "Show active customers" 3. "Add a row to Products" 4. "Count pending shipments" 5. "Update status to Delivered" 6. "Delete cancelled orders" 7. "Run Send Invoice on order #456" 8. "Describe the Orders table"
Web App
No terminal? Use the browser-based AppSheet Chat — same tools, built-in chat UI, supports Gemini/OpenAI/Claude.
License
MIT © Islom Ilkhomov
Установка Appsheet
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/IslomIlkhomov/appsheet-mcp-serverFAQ
Appsheet MCP бесплатный?
Да, Appsheet MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Appsheet?
Нет, Appsheet работает без API-ключей и переменных окружения.
Appsheet — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Appsheet в Claude Desktop, Claude Code или Cursor?
Открой Appsheet на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Appsheet with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
