Requires Node.js 14 or higher as a prerequisite for running the MCP server that connects to the Quickbase API.
Quickbase MCP Server
A TypeScript-based Model Context Protocol (MCP) server for Quickbase, designed for seamless integration with Claude Desktop and other AI assistants.
📋 Community Project Notice
This is a community-developed integration that is not an official Quickbase product. While it uses Quickbase's public APIs, it is not officially supported by Quickbase, Inc. This project is provided "as is" and maintained by the community. For official Quickbase products and support, please visit quickbase.com.
🚀 Quick Start for Claude Desktop
One-Line Setup Check
Configure Claude Desktop
Add this to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
That's it! Restart Claude Desktop and you can start using Quickbase tools.
📦 Installation Options
Option 1: NPM (Recommended)
Option 2: From Source
For source installation, use this Claude Desktop configuration:
🔧 Configuration
The server can start without environment variables configured, but tools will not be functional until proper configuration is provided. Use the check_configuration
tool to verify your setup.
Required Environment Variables
QUICKBASE_REALM_HOST
- Your Quickbase realm (e.g.,company.quickbase.com
)QUICKBASE_USER_TOKEN
- Your Quickbase API token (Get one here)
Optional Environment Variables
QUICKBASE_APP_ID
- Default application ID
Optional Settings
QUICKBASE_CACHE_ENABLED
- Enable caching (true
/false
, default:true
)QUICKBASE_CACHE_TTL
- Cache duration in seconds (default:3600
)DEBUG
- Enable debug logging (true
/false
, default:false
)LOG_LEVEL
- Logging level (DEBUG
/INFO
/WARN
/ERROR
, default:INFO
)
🛠️ Available Tools
Connection & Configuration
check_configuration
- Check if Quickbase configuration is properly set uptest_connection
- Test connection to Quickbaseconfigure_cache
- Configure caching behavior
Application Management
create_app
- Create new Quickbase applicationsupdate_app
- Update existing applicationslist_tables
- List all tables in an application
Table Operations
create_table
- Create new tablesupdate_table
- Update table propertiesget_table_fields
- Get field information for a table
Field Management
create_field
- Create new fields in tablesupdate_field
- Update field properties
Record Operations
query_records
- Query records with filtering and sortingcreate_record
- Create single recordsupdate_record
- Update existing recordsbulk_create_records
- Create multiple recordsbulk_update_records
- Update multiple records
File Operations
upload_file
- Upload files to file attachment fieldsdownload_file
- Download files from records
Reporting
run_report
- Execute Quickbase reports
📚 Usage Examples
Basic Record Query
Create a New Record
Upload a File
🔒 Security
- API tokens are handled securely and never logged
- All file operations are sandboxed to the working directory
- Supports field-level permissions and access controls
📋 Requirements
- Node.js 18 or higher
- Valid Quickbase account with API access
- Claude Desktop (for MCP integration)
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🔗 Links
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Provides a standardized interface for interacting with Quickbase's JSON RESTful API through Claude and other MCP clients, supporting operations like querying records, managing table relationships, and handling file attachments.
Related MCP Servers
- AsecurityAlicenseAqualityA comprehensive MCP server that provides sophisticated tools for interacting with PocketBase databases. This server enables advanced database operations, schema management, and data manipulation through the Model Context Protocol (MCP).Last updated -1330JavaScriptMIT License
- -securityAlicense-qualityProvides unified access to QuickBooks Time API functionality. This server consolidates multiple QuickBooks Time services into a single, efficient interface.Last updated -3PythonMIT License
- -securityAlicense-qualityProvides sophisticated tools for interacting with PocketBase databases, enabling advanced database operations, schema management, and data manipulation through the Model Context Protocol (MCP).Last updated -49JavaScriptMIT License
- -security-license-qualityA FastAPI-based JSON-RPC 2.0 server implementation that enables users to work with HDF5 files, submit Slurm jobs, retrieve CPU information, and visualize CSV data through standardized API endpoints.Last updated -Python