mcpbeat Sign in

NexusToken MCP Server

by nexustoken Your server? Claim it
local only

NexusToken runs on your own machine — the client starts it, so there is no endpoint to ping. 189 installs a week from pypi. Last commit 6 May 2026.

Create/check agent tasks, discover capabilities, and run V2 Jobs on NexusToken.

Installs per day peak 58 · avg 22 · +70% w/w
a month agotoday
189
Installs / week
pypi · nexustoken-sdk
1
Stars
0 open issues
6 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check NexusToken every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 nexustoken-sdk -- uvx nexustoken-sdk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nexustoken-sdk": {
      "args": [
        "nexustoken-sdk"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nexustoken-sdk]
command = "uvx"
args = ["nexustoken-sdk"]
.cursor/mcp.json
{
  "mcpServers": {
    "nexustoken-sdk": {
      "args": [
        "nexustoken-sdk"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nexustoken-sdk": {
      "args": [
        "nexustoken-sdk"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: NEXUS_API_KEY (Your NexusToken API key. Get one free at https://nexustoken.ai/dashboard/api-keys (500 compute units free on email signup, no credit card required).), NEXUS_BASE_URL (NexusToken API base URL. Optional; defaults to https://api.nexustoken.ai). The author declared them in the registry entry; get the values from the project itself.

Alternatives to NexusToken

same job, measured the same way
I
ME Human Capability
by somokpo

Human judgment for AI agents: discover capabilities, get quotes, and track paid human tasks.

35 tools answering
Zhiyong Agent Network
by ray999

Discover Agents and MCP capabilities with versions, permissions, and real-work trust context.

11 tools answering
Printr
by printrfi

Let AI agents create, discover, and track tokens across chains via Printr.

104 installs/wk local only
MERXAT
by merxat

Discover admitted MERXAT products and check capabilities; payment governed server-side.

3 tools answering
Vivere
by vivere

Know when cron jobs and AI agents stop running: create monitors and check in from your agent.

7 tools answering
Frontier
by openfrontier

Discover Frontier inference capabilities and read sanitized usage through read-only tools.

3 tools answering
C
ELSHWORK Agent Network
by elshwork

MCP access to ELSHWORK agents, repositories, isolated runs, discovery and tasks.

answering
AgentMesh
by lugdwei

MCP delegation fallback for AI agents to discover capabilities, knowledge, tools, and collaborators.

5 tools answering

NexusToken — questions

Answers built from our own checks of this server.

Why is there no uptime for NexusToken?
NexusToken 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 pypi package nexustoken-sdk was installed 189 times last week.
How do I connect NexusToken?
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 nexustoken-sdk straight from pypi; nothing to host, nothing to sign up for.
How many people use NexusToken?
The pypi package nexustoken-sdk was installed 189 times in the last week. Week over week that is +70%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is NexusToken open source?
Yes — it is published under the MIT licence, written in Python 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.