MCP Servers / database / Quickbase MCP Server

Quickbase MCP Server

JSON →
stdionone10database

An MCP server for Quickbase, enabling seamless integration with AI assistants like Claude Desktop.

Install
How to run this server
[ { "cmd": "npx -y mcp-quickbase", "imports": [] } ]
server path: quickbase-mcp-server
Tools
What this server exposes
check_configuration
Check if Quickbase configuration is properly set up
test_connection
Test connection to Quickbase
configure_cache
Configure caching behavior
create_app
Create new Quickbase applications
update_app
Update existing applications
list_tables
List all tables in an application
create_table
Create new tables
update_table
Update table properties
get_table_fields
Get field information for a table
create_field
Create new fields in tables
get_field
Get properties of a specific field
update_field
Update field properties
delete_field
Delete a field from a table
query_records
Query records with filtering, sorting, and groupBy
create_record
Create single records
update_record
Update existing records
bulk_create_records
Create multiple records
bulk_update_records
Update multiple records
upload_file
Upload files to file attachment fields
download_file
Download files from records
get_relationships
Get table relationships
create_relationship
Create a new table relationship
update_relationship
Update an existing relationship
delete_relationship
Delete a table relationship
run_report
Execute Quickbase reports
Configuration
Environment & auth
authnone
envQUICKBASE_REALM_HOST
envQUICKBASE_USER_TOKEN
envQUICKBASE_APP_ID
Resources
Quickbase MCP Server — MCP Server · libregistry