MCP-Quickbase provides a standardized interface for interacting with Quickbase's JSON RESTful API through Claude and other MCP clients. This server implementation supports a wide range of operations including querying records, managing table relationships, handling file attachments, and user management. Built with both Python and Node.js components, it authenticates with Quickbase using environment variables and exposes tools for common database operations like creating, updating, and deleting records. The server is particularly valuable for users who need to access and manipulate Quickbase data directly within their AI assistant conversations without switching contexts.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Check if Quickbase configuration is properly set up.
Test connection to Quickbase.
Configure caching behavior.
Create new Quickbase applications.
Update existing applications.
List all tables in an application.
Create new tables.
Update table properties.
Get field information for a table.
Create new fields in tables.
Update field properties.
Query records with filtering and sorting.
Create single records.
Update existing records.
Create multiple records.
Update multiple records.
Upload files to file attachment fields.
Download files from records.
Execute Quickbase reports.