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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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.
Get properties of a specific field.
Update field properties.
Delete a field from a table.
Query records with filtering, sorting, and groupBy.
Create single records.
Update existing records.
Create multiple records.
Update multiple records.
Upload files to file attachment fields.
Download files from records.
Get table relationships.
Create a new table relationship.
Update an existing relationship.
Delete a table relationship.
Execute Quickbase reports.