Open-source MCP server for Google AppSheet — CRUD, schema discovery, and automation tools for AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"appsheet-mcp-server": {
"command": "npx",
"args": [
"-y",
"IslomIlkhom/appsheet-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add appsheet-mcp-server npx -y IslomIlkhom/appsheet-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"appsheet-mcp-server": {
"command": "npx",
"args": [
"-y",
"IslomIlkhom/appsheet-mcp-server"
]
}
}
}