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

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.