The Uranium MCP Server is designed for creating and managing NFT collections and assets, enabling LLMs to interact with blockchain NFTs through a structured interface.
From the registry: MCP for Uranium NFT tools to mint, list, and manage digital assets on the permaweb.
Please install the `uranium-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Node.js 18 or later required. (https://nodejs.org)
- **Uranium API Key** — An API key from portal.uranium.pro. (https://portal.uranium.pro/dashboard/profile/api-keys)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["uranium-tools-mcp@latest"]
- required environment variables:
- `URANIUM_API_KEY`: Your Uranium API key from portal.uranium.pro. (example: `your_api_key_here`)
- optional environment variables:
- `URANIUM_BASE_URL`: API base URL. Defaults to https://gw.urnm.pro. (example: `https://gw.urnm.pro`)
Note: 4 tools for NFT collection and asset management on Uranium/permaweb. Supports ERC721 and ERC1155 collections. File uploads: images, video, audio, PDFs.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.URANIUM_API_KEYrequiredYour Uranium API key from portal.uranium.proMCP server that exposes GraphQL operations as tools for AI models.