mcp-server

mcp-server

3.2

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project is a Model Context Protocol (MCP) server for accessing Google Spreadsheet data, allowing LLMs to directly utilize spreadsheet information.

The Spreadsheet MCP Server is designed to facilitate seamless access to Google Spreadsheet data through the Model Context Protocol (MCP). It enables Language Learning Models (LLMs) to directly interact with spreadsheet data, providing a structured and efficient way to retrieve and format spreadsheet information. The server integrates with MCP clients like Claude for Desktop, allowing users to access and manipulate spreadsheet data without manual intervention. By leveraging Google Apps Script, the server can securely access spreadsheet data while maintaining the integrity and security of the information. The server can operate in a mock mode for testing purposes if the necessary environment variables are not set.

Features

  • Retrieve basic spreadsheet information, including sheet lists.
  • Fetch specific sheet data and format it in Markdown.
  • Integrate with MCP clients like Claude for Desktop.

Tools

  1. getSpreadsheet

    Retrieves basic spreadsheet information and a list of sheets.

  2. getSheetData

    Fetches data from a specific sheet in Markdown table format.