← Index

io.github.xkelxmc/uranium-mcp

io.github.xkelxmc/uranium-mcp·v1.0.9·Other
Quality Score
70
/100

MCP for Uranium NFT tools to mint, list, and manage digital assets on the permaweb.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "uranium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "uranium-tools-mcp"
      ],
      "env": {
        "URANIUM_API_KEY": "<your-uranium_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "uranium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "uranium-tools-mcp"
      ],
      "env": {
        "URANIUM_API_KEY": "<your-uranium_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y uranium-tools-mcp
§02  Environment variables
URANIUM_API_KEY
requiredsecret

You can generate an API key from your Uranium account settings: https://portal.uranium.pro/dashboard/profile/api-keys

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other