You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/tutorials/build-with-ai/alchemy-mcp-server.mdx
+28-3Lines changed: 28 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,22 @@ The Alchemy MCP Server connects your AI tools to blockchain data through the [Mo
11
11
12
12
The server runs at `https://mcp.alchemy.com/mcp` and authenticates via OAuth — just sign in with your Alchemy account when prompted. No API key or local install required.
***Cursor:**`~/.cursor/mcp.json` (global) or `.cursor/mcp.json` (project-level)
54
-
***Cline:** Open `Cline: MCP Servers` from the VS Code command palette
55
-
***Windsurf:**`~/.codeium/windsurf/mcp_config.json` (macOS) or `%USERPROFILE%\.codeium\windsurf\mcp_config.json` (Windows)
56
80
57
81
```json
58
82
{
@@ -103,6 +127,7 @@ Add to `.vscode/mcp.json` in your project:
103
127
104
128
</Tab>
105
129
</Tabs>
130
+
</div>
106
131
107
132
For any other MCP-compatible client, point it at `https://mcp.alchemy.com/mcp` using Streamable HTTP transport. The server supports OAuth 2.1 with PKCE — your client will handle the authorization flow automatically.
0 commit comments