@instantdb/mcp
Freeby MCP Community
Model Context Protocol (MCP) server for managing Instant apps, schemas, and permissions!
v1.0.1Added Apr 12, 2026
@instantdb/mcp MCP Server
Model Context Protocol (MCP) server for managing Instant apps, schemas, and permissions!
Installation
Reviews
Installation
Quick install
npx -y @instantdb/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@instantdb/mcp": {
"command": "npx",
"args": ["-y", "@instantdb/mcp"]
}
}
}