alchemy-mcp-server

Alchemy's official MCP Server. Allow AI agents to interact with Alchemy's blockchain APIs.

GitHub Stars

68

User Rating

Not Rated

Favorites

0

Views

9

Forks

19

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

To quickly set up the MCP server, use the following configuration in your MCP config file (typically in Claude Desktop or Cursor settings):
json
{
  "mcpServers": {
    "alchemy": {
      "command": "npx",
      "args": [
        "-y",
        "@alchemy/mcp-server"
      ],
      "env": {
        "ALCHEMY_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
This configuration allows you to use the server without manually cloning the repository.
Author Information
Alchemy

The Web3 Developer Platform

San Francisco, CA

979

Followers

143

Repositories

0

Gists

0

Total Contributions