injective-mcp-server

ivan-angjelkoski/injective-mcp-server

3.1

If you are the rightful owner of injective-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Injective MCP Server is a robust solution designed to facilitate seamless communication between clients and servers using the Model Context Protocol (MCP).

Injective MCP Server

Instalation

  1. Make sure you have Node installed
  2. npm install
  3. npm run build
  4. Add the MCP Server to your client. Example for Claude below.

Claude Instalation

code ~/Library/Application\ Support/Claude/claude_desktop_config.json

{
    "mcpServers": {
        "injective-mcp-server": {
            "command": "node",
            "args": [
                "/ABSOLUTE/PATH/TO/PARENT/FOLDER/injective-mcp-server/build/index.js"
            ]
        }
    }
}