HosakaKeigo_spreadsheet-mcp-server
0
The Spreadsheet MCP Server is a Model Context Protocol server designed to facilitate access to Google Spreadsheet data. It allows integration with MCP clients and supports data retrieval in Markdown format, enhancing usability for connected applications.
Spreadsheet MCP Server
- Provides a Model Context Protocol (MCP) server to access Google Spreadsheet data.
- Features include retrieval of basic spreadsheet information, specific sheet data in Markdown format, and integration with MCP clients like Claude for Desktop.
- Utilizes environment variables
GAS_WEB_APP_URL
andGAS_API_KEY
for server settings, essential for connection to Google Apps Script. - Offers tools such as
getSpreadsheet
andgetSheetData
for information retrieval.