MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Databases/InstantDB
DatabasesOfficial
I

InstantDB

Create, manage, and update applications on InstantDB, the modern Firebase.

10.5k starsUpdated Aug 27, 2026
View on GitHub

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

J

Jitsu

Official

Manage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.

5kDatabasesUpdated 3 days ago

PostgreSQL MCP Server

Official

Run read-only SQL queries and inspect PostgreSQL schemas from your MCP client.

3.2kDatabasesUpdated 5 days ago
F

Financial Datasets

Official

Stock market API made for AI agents

2.3kDatabasesUpdated Jun 5, 2025
P

pg-aiguide

Official

Postgres skills and documentation to help AI coding tools generate better PostgreSQL code.

1.8kDatabasesUpdated 1 day ago