sheetsight-mcp

sheetsight/sheetsight-mcp

3.2

If you are the rightful owner of sheetsight-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

SheetSight MCP Server is designed for efficient datasheet search and analysis, providing users with the ability to query and retrieve specific information about electronic parts.

Tools
2
Resources
0
Prompts
0

SheetSight MCP Server

Getting connected with the SheetSight MCP server.

Available Tools

  • resolve_part - Resolve a part query (like 'MSPM0 G3507') to the standardized mfr/part format (like 'ti/mspm0g3507')

    • Input: query - Part query to resolve (can be part number, manufacturer + part, or fuzzy description)
    • Returns: Standardized part format with match confidence and alternative matches
  • search_about_part - Search for specific information about a part (like 'What is the operating voltage of ESP32?' or 'STM32F103 pinout')

    • Input:
      • part_identifier - Part identifier (can be part number, mfr/part format, or part description)
      • query - What you want to know about the part (e.g., 'operating voltage', 'pinout')
    • Returns: Relevant information from datasheet with sources

Getting Started

Step 1: Get Your API Key (If required for your MCP client, see below)

Sign up and get your API key from the SheetSight dashboard.

Your API key will look like: IfuWbp...

[!IMPORTANT] Save your API key immediately after generating it! You won't be able to see the full key again after 30 seconds. Click the refresh button to generate a new one if needed.

Step 2: Configure Your MCP Client

See client-specific configuration below.

Step 3: Start Using

Once configured, you can immediately start searching datasheets and parts using natural language prompts.

Try these example prompts:

"What is the operating voltage of the ESP32?"
"Which pins on STM32F103 can be used for I2C communication?"

Client Configuration

Cursor (No API Key Required)

To add a new MCP server, visit the Cursor Tools & MCP page by visiting "Settings > Cursor Settings > Tools & MCP".

Add the following configuration to your .cursor/mcp.json file (also accessible in the Cursor "Tools & MCP" page by clicking "New MCP Server"):

{
  "mcpServers": {
    "sheetsight": {
      "url": "https://sheetsight.ai/api/mcp"
    }
  }
}

After adding this configuration, hit the Connect button in the Cursor "Tools & MCP" page.

Needs Authentication

Once you complete the authentication flow, you should be redirected back to Cursor.

Connected

Claude Desktop

Configuration instructions coming soon. if you'd like to help document this!

VSCode

Configuration instructions coming soon. if you'd like to help document this!

Other MCP Clients

If you're using a different MCP client, and we'll help you get connected!

Support

Having trouble connecting? with:

  • Your MCP client (Cursor, Claude Desktop, VSCode, etc.)
  • Error messages or screenshots
  • Configuration you've tried

We're here to help!

Links