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
IntermediateEstimated 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):
This configuration allows you to use the server without manually cloning the repository.
json
{
"mcpServers": {
"alchemy": {
"command": "npx",
"args": [
"-y",
"@alchemy/mcp-server"
],
"env": {
"ALCHEMY_API_KEY": "YOUR_API_KEY"
}
}
}
}