Google Spreadsheets
Summary
Spreadsheet-MCP-Server provides integration with Google Spreadsheets through the Model Context Protocol, allowing AI assistants to interact with spreadsheet data programmatically. Built with TypeScript and leveraging the MCP SDK, this server implementation offers tools for retrieving and manipulating spreadsheet content through a standardized API. The server architecture includes utilities for formatting data and connecting to spreadsheet services, with comprehensive test coverage ensuring reliability. It's particularly useful for applications requiring data analysis, reporting, or any workflow that needs to access or update information stored in spreadsheets without manual intervention.
Available Actions(2)
getSpreadsheet
Retrieve basic information about a spreadsheet, including the list of sheets. Parameters: url (string) - the URL of the spreadsheet.
getSheetData
Retrieve data from a specific sheet in the spreadsheet. Parameters: url (string) - the URL of the spreadsheet, sheetName (string) - the name of the sheet to retrieve.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论