HomeDevelopment › sheetsdata-mcp

sheetsdata-mcp

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

Python CloudEmbedded Remote
★ 12 stars Last pushed 2026-09-23 License: MIT

Topics: Embedded System

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.sheetsdata.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http sheetsdata-mcp https://mcp.sheetsdata.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "sheetsdata-mcp": {
      "url": "https://mcp.sheetsdata.com/mcp"
    }
  }
}

Package (npm 1.3.2)

npx -y @sheetsdata/mcp@1.3.2

Or add to your MCP client config:

{
  "mcpServers": {
    "sheetsdata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sheetsdata/mcp@1.3.2"
      ],
      "env": {
        "SHEETSDATA_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SHEETSDATA_API_KEY secret — Optional — if omitted, OAuth login opens in your browser. Get a key at https://sheetsdata.com/dashboard/keys

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry