NexusToken is a Model Context Protocol (MCP) server: Create/check agent tasks, discover capabilities, and run V2 Jobs on NexusToken. Because it speaks the Model Context Protocol, AI assistants can use NexusToken as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the Python package nexustoken-sdk (via uvx) speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need NEXUS_API_KEY. The current release is v0.6.5, published under the MIT license, with source at bobuilds/nexustoken-sdk on GitHub.
On mcp.site, NexusToken sits in the AI & Agents category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain NexusToken for nexustoken.ai, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — nexustoken-sdk · MCP over stdio
▸Credentials — Requires NEXUS_API_KEY
▸Open source — MIT license · bobuilds/nexustoken-sdk