MCP Catalogs
Home

airtable-mcp-server vs restheart

Side-by-side comparison to help you pick between these two MCP servers.

airtable-mcp-server
by domdomegg
restheart
by SoftInstigate
Stars★ 444★ 875
30d uses
Score5354
Official
Categories
DatabaseProductivityDeveloper Tools
DatabaseAI / LLM ToolsDeveloper Tools
LanguageTypeScriptJava
Last committhis monththis month

airtable-mcp-server · Summary

A comprehensive MCP server enabling AI systems to interact with Airtable databases through read and write operations.

restheart · Summary

RESTHeart is a MongoDB backend that provides a native MCP server for AI agents to access data via REST and GraphQL APIs.

airtable-mcp-server · Use cases

  • Automating data entry and updates in Airtable through AI assistants
  • Building intelligent data pipelines that connect Airtable with other systems
  • Enabling AI-powered analysis and reporting on Airtable datasets

restheart · Use cases

  • AI agent backends for accessing MongoDB data via MCP
  • API development without boilerplate code
  • Real-time applications with WebSocket and SSE
  • Legacy modernization by adding modern APIs to existing MongoDB databases

airtable-mcp-server · Install

Installation

**Step 1**: [Create an Airtable personal access token](https://airtable.com/create/tokens/new)

  • Name: e.g. 'Airtable MCP Server Token'
  • Scopes: schema.bases:read, data.records:read, and optionally schema.bases:write, data.records:write

**Step 2**: Configure Claude Desktop by adding to claude_desktop_config.json:

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": [
        "-y",
        "airtable-mcp-server"
      ],
      "env": {
        "AIRTABLE_API_KEY": "pat123.abc123",
      }
    }
  }
}

Restart Claude Desktop after saving.

restheart · Install

Quick Start Options

**Option 1 — RESTHeart Cloud (no install)** Sign up for the fully managed service at [cloud.restheart.com](https://cloud.restheart.com/signup)

**Option 2 — Docker Compose (local)**

curl https://raw.githubusercontent.com/SoftInstigate/restheart/master/docker-compose.yml --output docker-compose.yml && docker compose up --attach restheart

Default credentials: admin / secret

**Option 3 — Native Executables** Download prebuilt binaries for macOS, Linux, and Windows from [docs/native-executables.md](https://github.com/SoftInstigate/restheart/blob/master/docs/native-executables.md)

**Claude Desktop Setup** In Claude Desktop settings, add a custom connector with context URL: https://sophia-api.restheart.com/mcp/restheart/

**Claude Code Setup**

claude mcp add --transport http sophia-restheart https://sophia-api.restheart.com/mcp/restheart
Comparison generated from public README + GitHub signals. Last updated automatically.