API Spreadsheets Logo

Connecting Claude to API Spreadsheets via MCP

API Spreadsheets Team ·

Connecting Claude to API Spreadsheets via MCP

What is the MCP?

The MCP (Model Context Protocol) lets chat apps securely connect to your spreadsheets. Paste a single URL and the chat app gains scoped read/write abilities based on your keys.

API Spreadsheets provides two MCP URL types: Account MCP (search/operate across your files) and File MCP (focus on one file for precise CRUD).

Get your MCP URLs

  1. Click on the AI link in the navbar.
  2. Copy your Account MCP URL (search/operate across your files).
  3. Where to copy your Account MCP URL
    Where to copy your Account MCP URL
  4. Optionally open a file, then copy its File MCP URL (single-file scope).
Where to copy your File MCP URL
Where to copy your File MCP URL
Account MCP (example)
https://mcp.apispreadsheets.com/account/54435dcd8305fabe577bb3931ff462aa/889010ee0e37c0809a5b7f223e75cba7

File MCP (example)
https://mcp.apispreadsheets.com/file/zBTprFo94C4esuUo/99fca71f79e3af8f83e4a2a07b875933/13f075445b78e971b37afd625f208d0f

Account vs File MCP — when to use which?

Use Account MCP when…

  • You want to search or operate across many spreadsheets.
  • You’re not sure which file contains the data; let MCP auto-select.
  • You need a quick overview of what files exist.

Use File MCP when…

  • You want precise CRUD on a known file.
  • You need to limit scope to one dataset.
  • You want deterministic updates (always the same file).

MCP tools available

Tip: In account mode, include clear identifiers (file name, column names) in your prompt for best file selection.

Use MCP in Claude Desktop

  • Download Claude Desktop and sign up for an account (if you don't have this already)
  • Open Claude → click your avatar → Settings.
  • Go to account settings
    Go to account settings
  • Go to Connectors (or Integrations) → Add Custom Connector.
  • Click Add Custom Connector
    Click Add Custom Connector
  • Provide an appropriate name and paste your Account MCP or File MCP URL.
  • Click Add
    Click Add
  • Start a New Chat, toggle the MCP and start chatting
  • Chat with MCP
    Chat with MCP
  • NOTE if you have any trouble turning on the MCP checkbox then re-start your Claude Desktop app and you should be able to activate it
  • When you ask a question you will be prompted to allow access to the MCP
  • Always allow access to MCP
    Always allow access to MCP
  • You can then continue to chat to get the information you need!
  • Claude response to question
    Claude response to question

    Example prompts

    What can I ask?

    Account MCP — cross-file

    File MCP — single file

    Troubleshooting