alchemy-mcp-server

alchemyplatform/alchemy-mcp-server
★ 86 stars TypeScript AI/LLM Updated 14d ago ⚠ Review
Alchemy's official MCP Server. Allow AI agents to interact with Alchemy's blockchain APIs.
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": {
    "alchemy-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "alchemyplatform/alchemy-mcp-server"
      ]
    }
  }
}