mcp-edge

jemsbhai/mcp-edge
★ 1 stars Python Memory/Knowledge Updated today
Extend the Model Context Protocol (MCP) to edge and IoT devices: bridging gateway, MCP-Lite server, and a four-tier device taxonomy.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-edge": {
      "command": "uvx",
      "args": [
        "mcp-edge"
      ]
    }
  }
}

Or install with pip: pip install mcp-edge