
An MCP server for interacting with InstantDB.
An MCP server for interacting with InstantDB.
An MCP server for interacting with InstantDB.
This server provides a read-only interface for querying InstantDB using a dynamically loaded schema and environment configuration. It includes tools to execute queries and retrieve query examples based on pre-defined patterns.
get_examples
Returns pre-defined example queries for various categories (e.g., "basic_read", "filtering", "associations").
queryDB
Executes a specific query against InstantDB. Requires a query and a descriptive name parameter.
list_queries
Retrieves the history of executed queries with details such as query ID, name, timestamp, and structure.
return_query
Retrieves a specific query by its unique ID for later reference or implementation.
instant.schema.ts, src/instant.schema.ts, app/instant.schema.ts)..env file. Essential variables include:
INSTANT_APP_IDINSTANT_APP_ADMIN_TOKENInstall dependencies:
npm installBuild the server:
npm run buildFor development with auto-rebuild:
npm run watchTo use the server with Claude Desktop, add the following configuration to your Claude Desktop settings:
On macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
On Windows:
%APPDATA%/Claude/claude_desktop_config.json
Example configuration:
{
"mcpServers": {
"instantdb-server": {
"command": "node",
"args": ["/path/to/instantdb-server/build/index.js"],
"env": {
"INSTANT_APP_ID": "your_app_id",
"INSTANT_APP_ADMIN_TOKEN": "your_admin_token"
},
"disabled": false,
"autoApprove": []
}
}
}For debugging MCP server communications, use the MCP Inspector:
npm run inspectorThe Inspector will provide a URL to access tools for monitoring MCP server operations.
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add instantdb-server -- node /path/to/instantdb-server/build/index.js{
"mcpServers": {
"instantdb-server": {
"env": {
"INSTANT_APP_ID": "",
"INSTANT_APP_ADMIN_TOKEN": ""
},
"args": [
"/path/to/instantdb-server/build/index.js"
],
"command": "node"
}
}
}code --add-mcp '{"name":"instantdb-server","env":{"INSTANT_APP_ID":"","INSTANT_APP_ADMIN_TOKEN":""},"args":["/path/to/instantdb-server/build/index.js"],"command":"node"}'[mcp_servers.instantdb-server]
command = "node"
args = ["/path/to/instantdb-server/build/index.js"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/instantdb-server-mcp-server to learn what the "instantdb-server MCP Server" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/instantdb-server-mcp-server)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "instantdb-server-mcp-server" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.