claude-mcp

claude-mcp

3

The GRID MCP Server allows users to integrate the GRID API with Claude for Desktop, enabling spreadsheet interaction via Claude. Key features include easy setup and local development support, with tools for debugging through the MCP Inspector.

GRID MCP Server

A Model Context Protocol server to utilize GRID API directly from Claude for Desktop. How to use the server: Important prerequisites include installing Claude for Desktop, Node.js, and Git. Additionally, users must sign up for GRID, upload a spreadsheet, and save a copy of an API key. The setup involves cloning the repo, installing required packages with npm, and configuring Claude to connect with the MCP server by modifying the app's configuration file. Once configured, users can query spreadsheets via Claude for Desktop. Development: To develop locally, run npm install to install dependencies and use npm run build to build the server. Use npm run watch for development with auto-rebuild. Debugging: MCP Inspector is recommended for debugging, providing debugging tools accessed via a browser URL.