← Back to Plugins
MCP Server MCP

io.github.octoco-ltd/sheetsdata-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @sheetsdata/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.sheetsdata.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@sheetsdata/mcp",
      "version": "1.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional — if omitted, OAuth login opens in your browser. Get a key at https://sheetsdata.com/dashboard/keys",
          "format": "string",
          "isSecret": true,
          "name": "SHEETSDATA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...