InstantDB
Create, manage, and update applications on InstantDB, the modern Firebase.
Ads
Overview
This MCP is a wrapper around the Instant Platform SDK. Add this MCP to your editor to enable creating, managing, and updating your InstantDB applications. Instant hosts the latest version of the server at https://mcp.instantdb.com. For modern clients that support streamable HTTP use https://mcp.instantdb.com/mcp. For legacy clients that require SSE use https://mcp.instantdb.com/sse. For more editor-specific instructions, see the public docs. If you haven't already, make sure to get a personal access token from your Instant dashboard.
Installation
npm run build
Configuration
{
"mcpServers": {
"instant": {
"command": "node",
"args": [
"<path-to-your-cloned-repo>/dist/index.js",
"--token",
"<token>",
"--api-url",
"http://localhost:8888"
]
}
}Capabilities
- Create and manage InstantDB apps
use the Instant Platform SDK through MCP to build and update your applications directly from your editor.
- Query and modify your database
interact with your InstantDB data using the SDK methods exposed by the MCP server.
- Connect via remote or local server
use the hosted endpoint at `https://mcp.instantdb.com` or run locally with `npx -y @instantdb/mcp`.
Tags
- database
- realtime-database
- cloud-infrastructure
Related MCP servers
Jitsu
OfficialManage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.
PostgreSQL MCP Server
OfficialRun read-only SQL queries and inspect PostgreSQL schemas from your MCP client.
Financial Datasets
OfficialStock market API made for AI agents
pg-aiguide
OfficialPostgres skills and documentation to help AI coding tools generate better PostgreSQL code.