Alchemy's MCP server provides AI agents with direct access to Alchemy's blockchain APIs. It exposes methods for querying blockchain data, submitting transactions, and monitoring smart contracts. The server connects to Ethereum, Polygon, and other EVM-compatible chains. Developers use it to build AI-driven blockchain applications, automate smart contract interactions, and analyze on-chain data.
Alchemy's MCP server provides AI agents with direct access to Alchemy's blockchain APIs. It exposes methods for querying blockchain data, submitting transactions, and monitoring smart contracts. The server connects to Ethereum, Polygon, and other EVM-compatible chains. Developers use it to build AI-driven blockchain applications, automate smart contract interactions, and analyze on-chain data.
npx -y @alchemy/mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"alchemyplatform-alchemy-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y @alchemy/mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from alchemy?"
API Key Required
This server requires an API key from alchemy. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ALCHEMY_API_KEY | Yes | Your alchemy API key |
"What resources are available in alchemy?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in alchemy"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in alchemy with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.