eia-energy-mcp-server-main-marketplace

symercuria/eia-energy-mcp-server-main-marketplace
★ 0 stars TypeScript AI/LLM Updated 1mo ago
added a marketplace file to test whether it's connectable through claude. A marketplace is a plugin registry hosted on github or elsewhere.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "eia-energy-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "symercuria/eia-energy-mcp-server-main-marketplace"
      ]
    }
  }
}