Quickbase MCP Server
JSON →An MCP server for Quickbase, enabling seamless integration with AI assistants like Claude Desktop.
Install
npx -y mcp-quickbase Tools · 25
- 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
Environment variables
QUICKBASE_REALM_HOSTQUICKBASE_USER_TOKENQUICKBASE_APP_ID
Links
★ 10 GitHub stars