Prerequisites
- An n8n account (cloud or self-hosted)
- An Alchemyst API key from the dashboard
- Basic familiarity with n8n’s node editor
Connect n8n to Alchemyst
Setting Up the HTTP Request Node
- Add an HTTP Request node anywhere in your workflow.
- Under Authentication, pick Generic Credential Type → Bearer Token.
- Create a credential, paste your Alchemyst API key, and save it.
- Set Method to
POSTand Content Type toJSON. - Use one of these endpoints:
- Add context:
https://platform-backend.getalchemystai.com/api/v1/context/add - Search context:
https://platform-backend.getalchemystai.com/api/v1/context/search
- Add context:
Setting Up the MCP Node
- Add an MCP node in your workflow by pasting the below code snippet.
- Open the node you just added and confirm the following settings:
- Endpoint:
https://mcp.getalchemystai.com/mcp/sse - Authentication: Bearer Auth
- Endpoint:
- Create a Bearer Auth credential:
- Click Create New Credential
- Paste your Alchemyst API key into the Bearer Token field
- Save the credential and select it for the MCP node
New to n8n with Alchemyst?
Follow our step-by-step tutorial to build your first workflow in minutes.

