Skip to content
VS Code

eth library mcp for VS Code

io.github.malkreide/eth-library-mcp

ETH Library Discovery API

client:VS Code transport:stdio runtime:pypi

Install eth library mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "eth-library-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "eth-library-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

eth library mcp in other clients