Rows Connector for AI agents.
11 live capabilities
Manage and update spreadsheet data through natural conversation.
Waiting for input…
Why people use Rows
Rows Alternative stops spreadsheet context switching
With this MCP, you just ask for the numbers. Your agent pulls the exact range values you need and incorporates them into the conversation immediately.
What Vinkius changes
You stop manual data entry and start talking to your spreadsheets.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Budget tracking during planning
You need to check the current budget for Q3, so you ask your agent to pull range values from your budget spreadsheet.
- Real-world use case 02
Sales reporting automation
After a long meeting, you tell your agent to append new deal information into your sales tracker table.
- Real-world use case 03
Inventory management updates
You realize stock is low and instruct your agent to update specific cell values in your inventory sheet.
Complete set · 11capabilities
The complete Rows capability set.
These are the exact actions your AI can choose when you ask it to work with Rows.
01—04
4 capabilities in this set.
Part of 11 available through Rows.
- 01 Capability
Create rows spreadsheet
Starts a brand new spreadsheet from scratch. It is useful for generating new trackers on the fly.
- 02 Capability
Delete rows spreadsheet
Removes an existing spreadsheet from your workspace. Use this to clean up old or redundant files.
- 03 Capability
Get rows folder
Pulls specific details about a designated folder. This helps you understand your file organization.
- 04 Capability
Append rows values to table
Adds new data entries to the end of a table. It is perfect for logging information automatically.
05—08
4 capabilities in this set.
Part of 11 available through Rows.
- 05 Capability
Get rows range cells
Retrieves detailed information for individual cells in a range. This provides deep context for specific data points.
- 06 Capability
Get rows spreadsheet details
Fetches metadata and structural info for a spreadsheet. Use this to see how your sheets are organized.
- 07 Capability
Get rows range values
Grabs the actual data held within a specific cell range. This is essential for reading numbers or text from your sheets.
- 08 Capability
Get rows workspace info
Provides an overview of your entire Rows workspace. It gives you a high-level view of your account.
09—11
3 capabilities in this set.
Part of 11 available through Rows.
- 09 Capability
List rows folders
Shows you all the folders currently in your workspace. This makes navigating your files much easier.
- 10 Capability
List rows spreadsheets
Returns a list of every spreadsheet you have access to. Use this to find specific documents quickly.
- 11 Capability
Update rows range values
Replaces existing data in a range with new values. This allows for precise updates to your records.
Set up in minutes
One URL. Then ask Rows to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Rows from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_VcFw8tGBBCmcNH2vkNc7CaeSq4SWIXC5MZklU0Vb/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Rows, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Rows for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_VcFw8tGBBCmcNH2vkNc7CaeSq4SWIXC5MZklU0Vb/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Rows URL.
- Step 03
Save and start
Save the connection and enable Rows in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"rows-alternative": {
"url": "https://edge.vinkius.com/vk_preview_VcFw8tGBBCmcNH2vkNc7CaeSq4SWIXC5MZklU0Vb/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Rows
Open Agent mode in chat and ask: "Using Rows, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"rows-alternative": {
"url": "https://edge.vinkius.com/vk_preview_VcFw8tGBBCmcNH2vkNc7CaeSq4SWIXC5MZklU0Vb/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Rows
Ask Copilot: "Using Rows, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"rows-alternative": {
"url": "https://edge.vinkius.com/vk_preview_VcFw8tGBBCmcNH2vkNc7CaeSq4SWIXC5MZklU0Vb/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Rows
Open Cascade and ask: "Using Rows, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"rows-alternative": {
"url": "https://edge.vinkius.com/vk_preview_VcFw8tGBBCmcNH2vkNc7CaeSq4SWIXC5MZklU0Vb/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Rows
Ask Cline: "Using Rows, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add rows-alternative --transport http "https://edge.vinkius.com/vk_preview_VcFw8tGBBCmcNH2vkNc7CaeSq4SWIXC5MZklU0Vb/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Rows
Ask Claude: "Using Rows, show me...". 11 tools are ready
Where the request belongs
Work Rows can move forward.
Operations managers, analysts, and founders who live in spreadsheets and need their AI agents to act on that data without the manual overhead of context switching.
Operations Manager
Updates project trackers and monitors KPIs by simply asking their agent for updates.
Data Analyst
Automates the ingestion of new records into existing tables during deep research sessions.
Founder
Checks real-time burn rates or sales metrics directly within a chat interface.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsX Ads (Twitter)
Connect your X Ads account to any AI agent. audit campaigns, analyze line item performance, and pull engagement reports through natural conversation.
Mailchimp
Synchronize marketing contacts. list audiences, control subscriber limits, and edit campaign vectors autonomously.
Okta
Equip your AI agent with Okta Identity Cloud to manage users, groups, and seamless authentication effortlessly.
Notion
Unified AI interface for your Notion workspace. search pages, query databases, and manage blocks via AI.
Box
Store, share, and collaborate on files securely with enterprise-grade cloud content management and governance controls.
Gmail
Manage your inbox from AI. read, search, organize, and reply to emails across your Gmail efficiently.
Bring your own AI
Change the model, client or framework. Keep Rows connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Rows.
The practical details behind the request, access and result.
Can I use Rows Alternative MCP with Claude?
Yes, you can connect this to Claude, Cursor, or any compatible client to manage your spreadsheets.
How do I connect my Rows data to my AI agent?
Just add your Rows.com API key to the MCP settings after subscribing via Vinkius.
Does this MCP allow me to create new files?
Yes, you can instruct your agent to start a brand new spreadsheet using the creation capability.
Can I update existing cells with this capability?
You can overwrite specific ranges or append new data to tables through simple text commands.
Will this help me organize my Rows workspace?
It allows you to list folders and search through your spreadsheets directly from your chat interface.
Can my AI automatically find the values for a specific cell range in a Rows spreadsheet?
Yes! Use the get_rows_range_values capability. Provide the Spreadsheet ID, Table ID, and the Range (e.g., 'A1:C10'), and your agent will return the current values instantly.
How do I find my Rows.com API Key?
Log in to Rows, go to your Workspace Settings, click the Rows API tab, and you will find your unique secret API key there.
One connection away
Give your agent a direct line to Rows.
Connect Rows once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available