Device Info MCP Server
This project implements a Model Context Protocol (MCP) server that provides information about electronic devices. It allows searching for devices by model number and retrieving detailed information about them.
Setup
To run the Device Info MCP server using npx, use the following command:
npx -y device-info-mcp@latest
Usage with Cursor or Claude Desktop
Add the following configuration. For more information, read the Cursor MCP documentation or the Claude Desktop MCP guide.
{
"mcpServers": {
"device-info-mcp": {
"command": "npx",
"args": ["-y", "device-info-mcp@latest"]
}
}
}
On Windows, you might need to use this alternative configuration:
{
"mcpServers": {
"device-info-mcp": {
"command": "cmd",
"args": ["/k", "npx", "-y", "device-info-mcp@latest"]
}
}
}
Available tools
This MCP server provides the following tools:
| Tool Name | Description |
|---|---|
| search_devices | Search for devices by model number or other criteria |
| get_device_details | Retrieve detailed information about a specific device |
| get_device_manual | Retrieve the user manual for a specific device |
Available prompts
This MCP server provides the following prompts:
| Prompt Name | Description |
|---|---|
| device_troubleshoot | Help with troubleshooting a specific device issue |
Development
The server is built using the MCP SDK and provides device information from a local database.
npm install- Modify source files
- Run
npm run buildto compile - Run
npm run testto run tests - Add an MCP server that runs this command:
node <absolute_path_of_project>/dist/index.js
License
MIT
Recommend MCP Servers 💡
@starwind-ui/mcp
Local MCP server implementation for Starwind UI to work with AI tools like Cursor and Windsurf
netdata
Netdata's MCP server enables AI assistants to access infrastructure monitoring data (metrics, logs, alerts, live system info) for DevOps/SRE tasks.
NCBI Datasets MCP
Model Context Protocol for the NCBI Datasets MCP server, following the MCP specification format.
TharanaBope/whatsapp-mcp-n8n
A Model Context Protocol (MCP) server that enables AI agents to interact with WhatsApp, including searching messages, managing contacts, and sending messages/media.
Astro Docs
Connect your Meta Ads account to Claude and get instant insights on campaign performance, optimization recommendations, and strategic advice. No technical setup required.
simple-mcp-fileserver
A lightweight MCP server enabling AI agents to interact with local file systems through JSON-RPC interface