Skip to main content
The Injective MCP server provides full trading capabilities on Injective. This includes perpetual futures, spot transfers, cross-chain bridging, and raw EVM transactions. This is powerful because it gives your AI tools the ability to trade on Injective. This server is designed to be used extensively by the Injective Trading Skills. Teach your AI tools how to use this MCP server via the Injective MCP Servers Skill.

What is MCP?

MCP is an open standard that enables AI assistants to connect to external data sources and tools. Instead of relying solely on training data, AI assistants can use MCP to access real-time, authoritative information directly from documentation.

Why use the Injective MCP server?

When you connect an AI tool to the Injective MCP server, it can:
  • Enable you to perform more informed trades by performing common queries or research tasks
  • Trade autonomously on your behalf (e.g. BYO trading logic/ instructions)
This is particularly useful when trading on Injective, as the AI can help you express your trading intent in spoken language.

MCP server details

PropertyValue
Endpointlocalhost
Transportstdio
Available toolsMultiple, see using the MCP server

Connecting to the MCP server

For MCP-compatible clients, set up and run the server locally:
git clone https://github.com/InjectiveLabs/mcp-server injective-mcp-server
cd injective-mcp-server
npm install && npm run build
You must have NodeJs available on your PATH. You can verify this using the following command (Linux/ Mac):
which node
This should output the absolute path at which the NodeJs binary can be found, for example: /Users/bguiz/.nvm/versions/node/v22.16.0/bin/node.Additionally you must have a recent version of NodeJs installed. You can verify this using the following command:
node -v
The version number that is output should be newer than v22, for example: v22.16.0. If not, use nvm (Linux/ Mac) or nvm-windows (Windows) to manage your installation.

Using the MCP server

Once connected, you can ask your AI tool to perform queries and transactions on Injective. A list of all the available tools is available at github.com/InjectiveLabs/mcp-server. Alternatively, your MCP client can list all available tools and their descriptions.