Skip to content
Cursor

mcp utils for Cursor

io.github.cryptoapis-io/mcp-utils

MCP server for address derivation and encoding utilities across multiple blockchains via Crypto APIs

client:Cursor transport:stdio runtime:npm

Install mcp utils in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-utils": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-utils"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<CRYPTOAPIS_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp utils in other clients