mcp-server

mcp-server

0

The Spreadsheet MCP Server allows access to and manipulation of Google Spreadsheet data using the Model Context Protocol (MCP). It directly integrates with language models to utilize spreadsheet information and supports integration with tools like Claude for Desktop.

Spreadsheet MCP Server

This project is a Model Context Protocol (MCP) server for accessing data from Google Spreadsheets. It enables language models to directly utilize spreadsheet information.

Features

  • Retrieve basic spreadsheet info, such as sheet lists.
  • Fetch specific sheet data formatted as Markdown.
  • Integrate with MCP clients like Claude for Desktop.

Usage

  • Launch standalone with npm start.
  • Integration with Claude for Desktop via configuration in claude_desktop_config.json.
  • Test server using MCP Inspector.

Tools Provided

  • getSpreadsheet: Obtain basic spreadsheet info and sheet list.
  • getSheetData: Fetch specific sheet data.