← Index

io.github.octoco-ltd/sheetsdata-mcp

io.github.octoco-ltd/sheetsdata-mcp·v1.3.2·Documents & Spreadsheets
Quality Score
85
/100

Electronic component datasheets for AI agents — specs, pinouts, package data on demand.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.sheetsdata.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "sheetsdata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sheetsdata/mcp"
      ],
      "env": {
        "SHEETSDATA_API_KEY": "<your-sheetsdata_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "sheetsdata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sheetsdata/mcp"
      ],
      "env": {
        "SHEETSDATA_API_KEY": "<your-sheetsdata_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @sheetsdata/mcp
§02  Environment variables
SHEETSDATA_API_KEY
secret

Optional — if omitted, OAuth login opens in your browser. Get a key at https://sheetsdata.com/dashboard/keys

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets