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
- Make sure you have Node installed
- npm install
- npm run build
- 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"
]
}
}
}