Armor Wallet Docs
  • Introduction
  • 💚Armor BASICS
    • Vision
    • Token
    • FAQ
    • Codex NFT
    • Platform Fees
    • Supported Chains
    • Supported Protocols
    • Core Functions
      • Wallet Management
      • Security
  • 🐸Armor Agents
    • Creating an Agent
  • Agent Customization
  • Agent Blueprints
  • ✳️Armor SDK
    • SDK Introduction
  • Armor MCP
  • Early Access Armor API key
  • Tutorials
    • Installing the Armor MCP
    • Troubleshooting UV and UVX
    • n8n
    • Claude
    • OpenAI
    • Langraph
    • Cline
    • Cursor
    • ElizeOS
    • Pydantic AI
  • 🟩AI & Tech
    • Architecture
    • Multi-Agent System
    • Agent Ecosystem
      • Trading Agent
      • Research Agent
      • Portfolio Agent
    • Game Connect
    • Bug Bounty
  • 🟢Company
    • Brand Kit
    • Work with us
Powered by GitBook
On this page
  • Setup n8n
  • Download Armor MCP
  • Add n8n MCP Node
  • Add the Armor MCP to n8n
  • Add an Agent
  • Add Your LLM
  • Start using Armor
  1. Tutorials

n8n

Integrate the Armor SDK into n8n and unlock AI powered crypto investing.

PreviousTroubleshooting UV and UVXNextClaude

Last updated 1 month ago

Setup n8n

Here is how to setup n8n either locally or hosted

If you don't have n8n installed please follow one of these tutorials to get it working in your environment .

1. for n8n so you can get an API Key

2. Choose how you want to setup n8n

  • Hosted by n8n (paid)

  • Use a 3rd party service like railway or digital ocean (paid)

  • Setup locally on your computer (free)

3. Confirm prerequisites

Make sure you have these packages installed

brew install uv

4. Install n8n locally

Open terminal

npm install n8n

Make sure you have NodeJS version 18, 20 or 22

5. Run n8n

n8n start

Download Armor MCP

Using pip or git, download Armor MCP

1a. Downloading Armor MCP with pip

pip install armor-crypto-mcp

1b. Downloading Armor MCP with git

git clone https://github.com/armorwallet/armor-crypto-mcp

Add n8n MCP Node

n8n need the MCP community node in order to work with MCPs. Install it here

Add the Armor MCP to n8n

Using the n8n MCP node, configure the Armor MCP

Add an Agent

Adding an AI Agent and chat IO to your n8n project

Add Your LLM

Choose and connect the LLM of your choice

Start using Armor

Now you can start testing prompts and intergrating Armors' funcitonality to your Agents or workflows!

Mac
Windows
Linux
Signup