ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Retable with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Organize data in smart spreadsheets with relational views, team collaboration, and workflow automation that goes beyond basic tables.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Retable capability set.

These are the exact actions your AI can choose when you ask it to work with Retable.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Retable.

  1. 01

    Create record

    Create a new record

  2. 02

    Delete record

    Delete a record

  3. 03

    Get table

    Get table details

  4. 04

    List projects

    List all projects

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Retable.

  1. 05

    List records

    List records in a table

  2. 06

    List tables

    List tables in a project

  3. 07

    Check retable status

    Verify API connectivity

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Retable.

  1. 08

    Get project

    Get project details

  2. 09

    Get record

    Get record details

  3. 10

    Update record

    Update a record

Observed, not estimated

857ms average. Fast in production.

Retable is checked daily against the live service.

Daily averagePeak 1165ms
Aug 20Today
Fastest day
682ms
Slowest day
1165ms
14-day trend
Slowing+41%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Retable, so you can see the experience inside your AI.

It does not authenticate your account with Retable. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Retable Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_X91AuQv858pXn8isDT9V12prRCAmmasTd9J20AeG/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Retable capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "retable-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_X91AuQv858pXn8isDT9V12prRCAmmasTd9J20AeG/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Retable owners ask.

  • 01

    Can my AI create and update records in Retable?

    Yes. Use create_record to add new rows and update_record to modify existing ones. Both accept a JSON string with field values.

  • 02

    How do I query records from a specific table?

    Use list_records with the table ID. The agent returns all rows with their field values.

  • 03

    Can I delete records through the AI?

    Yes. The delete_record capability permanently removes a row from a table by table ID and record ID.