Back to directory
danielbushman/mcp-quickbase

danielbushman/mcp-quickbase

@danielbushman

A TypeScript-based Model Context Protocol (MCP) server for Quickbase, designed for seamless integration with Claude Desktop and other AI assistants.

quickbasemcpdatabaselow-codeapiclaude-desktoptypescriptintegration

Installation & Configuration

{
  "mcpServers": {
    "quickbase": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-quickbase"
      ],
      "env": {
        "QUICKBASE_REALM_HOST": "your-realm.quickbase.com",
        "QUICKBASE_USER_TOKEN": "your-user-token",
        "QUICKBASE_APP_ID": "your-app-id"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15