InstantDB
Create, manage, and update applications on InstantDB, the modern Firebase.
Welcome to Instant's MCP server.
Instant MCP
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.
Remote MCP server
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.
Local MCP server
If you haven't already, make sure to get a personal access token from your Instant dashboard.
Run the server in stdio mode with npx -y @instantdb/mcp --token <token>.
For more editor-specific instructions, see the public docs.
Contributing
Quick Start
Clone this repo and use the MCP Inspector @modelcontextprotocol/inspector to debug and
develop against this server locally.
# Clone this repo
git clone ..
# Navigate to the cloned directory and build the MCP server
cd ..
npm run build
# Run the server
npx @modelcontextprotocol/inspector node ./dist/index.js --token <token>
# Or alternatively via environment variable
INSTANT_ACCESS_TOKEN=<token> npx @modelcontextprotocol/inspector node ./build/index.js
# You can also specify a url to connect to a local instance of your instant server
npx @modelcontextprotocol/inspector node ./dist/index.js --token <token> --api-url
http://localhost:8888
If you're using Claude Code you can add the mcp server directly after building:
claude mcp add --transport stdio instant-local -- node <path-to-your-cloned-repo>/dist/index.js --token <token>
You can then remove the server directly:
claude mcp remove instant-local
You can also configure your editor to connect to your local MCP. Here's an example configuration for MacOS/Linux:
{
"mcpServers": {
"instant": {
"command": "node",
"args": [
"<path-to-your-cloned-repo>/dist/index.js",
"--token",
"<token>",
"--api-url",
"http://localhost:8888"
]
}
}
}
Remote MCP
cp .env.example .env
Fill in all of the environment variables for your new .env file.
pnpm run dev
Visit the server at http://localhost:3123.
To work on the stdio version of the codebase, update your .env file with SERVER_TYPE=stdio.
Related Servers
MCP Knowledge Graph
Provides persistent memory for AI models using a local knowledge graph.
Postgres MCP Pro
An MCP server for PostgreSQL providing index tuning, explain plans, health checks, and safe SQL execution.
CoinGecko
Official CoinGecko API MCP Server for Crypto Price & Market Data, across 200+ blokchain networks and 8M+ tokens.
Prometheus MCP Server
A Prometheus MCP server with full API support for comprehensive management and deep interaction with Prometheus beyond basic query support. Written in go, it is a single binary install that is capable of STDIO, SSE, and HTTP transports for complex deployments.
Fiscal Data MCP Server
Access US Treasury data via the Fiscal Data API to fetch statements, historical data, and generate reports.
Alibaba Cloud RDS OpenAPI MCP Server
Manage Alibaba Cloud Relational Database Service (RDS) using the OpenAPI.
MCP ODBC Server
Access ODBC-accessible data sources using a configured Data Source Name (DSN).
Nimiq MCP Server
An MCP server for read-only interaction with the Nimiq blockchain.
MCP PostgreSQL Server
A server that enables AI models to interact with PostgreSQL databases through a standardized interface.
kintone
An MCP server for accessing and managing data on the kintone low-code platform.