octoco-ltd/sheetsdata-mcp
by Various
sheetsdata-mcp
MCP
octoco-ltd/sheetsdata-mcp
Added 1 June 2026
Overview
An MCP server that provides structured access to spreadsheet data through the Model Context Protocol, allowing AI tools to query and retrieve tabular information. Built in JavaScript, it enables seamless integration of spreadsheet content into AI agent workflows.
Best for
Best for
Developers building AI agents that need to reference live spreadsheet data during conversations
Use cases
- Querying spreadsheet data from within an AI assistant
- Automating data retrieval from sheets for AI-powered workflows
- Integrating spreadsheet content as context for model prompts
How to use
Install
SHEETSDATA_API_KEY=your_key npx @sheetsdata/mcp Tools exposed
search_partssearch_datasheetsprefetch_datasheetscheck_extraction_statusget_part_detailsread_datasheetcompare_partscheck_design_fitfind_alternativeanalyze_imagerequest_datasheet_uploadconfirm_datasheet_uploadcomponent-selectionbom-reviewdatasheet-deep-divedesign-validationsecond-sourceinterface-checkfirmware-kickstartthermal-review
Tested with
Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Continue, VS Code
Example client config
{\n "mcpServers": {\n "sheetsdata": {\n "url": "https://mcp.sheetsdata.com/mcp",\n "headers": {\n "Authorization": "Bearer YOUR_API_KEY"\n }\n }\n }\n} Notes
An MCP server that provides structured access to spreadsheet data through the Model Context Protocol, allowing AI tools to query and retrieve tabular information. Built in JavaScript, it enables seamless integration of spreadsheet content into AI agent workflows.
6 stars on GitHub. Last updated 2026-04-26. Licensed MIT.
Use cases
- Querying spreadsheet data from within an AI assistant
- Automating data retrieval from sheets for AI-powered workflows
- Integrating spreadsheet content as context for model prompts
Pros
- Lightweight JavaScript implementation easy to deploy
- Standard MCP interface ensures compatibility with multiple AI clients
- Direct read access to spreadsheet data without manual exports
Cons
- Small community and limited support due to low GitHub stars
- Currently only available in JavaScript/Node.js ecosystem
- Likely limited to read operations only
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight JavaScript implementation easy to deploy
- Standard MCP interface ensures compatibility with multiple AI clients
- Direct read access to spreadsheet data without manual exports
Cons
- Small community and limited support due to low GitHub stars
- Currently only available in JavaScript/Node.js ecosystem
- Likely limited to read operations only
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.