mcpbeat Sign in

Uranium MCP Server

local only

Uranium MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 12 Sep 2025.

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

No commits for 12 months.

Installs per day peak 58 · avg 8 · +93% w/w
a month agotoday
43
Installs / week
npm · uranium-tools-mcp
1
Stars
0 open issues
12 Sep 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command utils/generate-readme.js:156
  const output = execSync(`node ${generateLinksPath}`).toString();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add uranium-mcp -- npx -y uranium-tools-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "uranium-mcp": {
      "args": [
        "-y",
        "uranium-tools-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.uranium-mcp]
command = "npx"
args = ["-y", "uranium-tools-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "uranium-mcp": {
      "args": [
        "-y",
        "uranium-tools-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "uranium-mcp": {
      "args": [
        "-y",
        "uranium-tools-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: URANIUM_API_KEY (You can generate an API key from your Uranium account settings: https://portal.uranium.pro/dashboard/profile/api-keys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Uranium MCP

same job, measured the same way
AniList MCP Server
by grinv

MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.

42 installs/wk local only
Singularity Layer MCP
by ivaavimusic

MCP for Singularity Layer - discover listings, manage assets, run payment flows, and use agents

48 tools answering
Postfast MCP
by peturgeorgievv-factory

MCP server for the PostFast API — schedule and manage social media posts via AI tools

139 installs/wk local only
OpenFateAI Assistant MCP
by openfateaicom-wq

Local MCP tools for decisions, reflection, action plans, and digital report outlines.

27 installs/wk local only
MCP Server EVEfleet
by tedfytw1209

An MCP server that provides tools for EVE Online players to manage their fleets

88 installs/wk local only
Vaults Diagram Tools
by malnati

Mermaid to assets. Source code to maps. MCP for agents.

33 installs/wk local only
Agent-Native Assets
by builderio

Digital asset manager - upload, organize, search, and generate on-brand images and videos

answering
Attest MCP
by spazio-genesi

Free proof-of-existence attestation for digital files, MCP tools for the imgauth service.

36 installs/wk local only

Uranium MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Uranium MCP?
Uranium MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package uranium-tools-mcp was installed 43 times last week.
Is Uranium MCP still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Uranium MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls uranium-tools-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Uranium MCP?
The npm package uranium-tools-mcp was installed 43 times in the last week. Week over week that is +93%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Uranium MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.