MCP Catalogs
Home

airtable-mcp-server vs pg-aiguide

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

airtable-mcp-server
by domdomegg
pg-aiguide
by timescale
Stars★ 444★ 1,729
30d uses
Score5355
Official
Categories
DatabaseProductivityDeveloper Tools
DatabaseDeveloper ToolsAI / LLM Tools
LanguageTypeScriptPython
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.

pg-aiguide · Summary

MCP server providing PostgreSQL expertise, semantic search, and best practices for AI coding tools.

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

pg-aiguide · Use cases

  • Improving PostgreSQL code generation in AI coding assistants
  • Providing semantic search for PostgreSQL documentation
  • Implementing best practices for database schema design

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.

pg-aiguide · Install

Installation Options

**As an MCP Server:** Add the public MCP server to your client configuration:

{
  "mcpServers": {
    "pg-aiguide": {
      "url": "https://mcp.tigerdata.com/docs"
    }
  }
}

**As Claude Plugin:**

claude plugin marketplace add timescale/pg-aiguide
claude plugin install pg@aiguide

**Using npx skills:**

npx skills add timescale/pg-aiguide --skill postgres
Comparison generated from public README + GitHub signals. Last updated automatically.