Home › Development › sheetsdata-mcp
sheetsdata-mcp
Electronic component datasheets for AI agents — specs, pinouts, package data on demand.
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/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"sheetsdata-mcp": {
"command": "npx",
"args": [
"-y",
"@sheetsdata/[email protected]"
],
"env": {
"SHEETSDATA_API_KEY": "<YOUR_VALUE>"
}
}
}
}
SHEETSDATA_API_KEYsecret — Optional — if omitted, OAuth login opens in your browser. Get a key at https://sheetsdata.com/dashboard/keys
Related servers
stack-chan
A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions.
embedded-debugger-mcp
A Model Context Protocol server for embedded debugging with probe-rs - supports ARM Cortex-M, RISC-V debugging via J-Link, ST-Link, and more
esp-mcp
Workflow for fixing build issues in ESP32 series chips using ESP-IDF.
serial-mcp-server
A comprehensive MCP server for serial port communication
Kiln
Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.
gr-mcp
An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry