Skip to main content
MCP Server

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

Share
0 stars Python Unknown Updated: 2026-04-24

Send to Your Agent

Copy this prompt and paste it into Claude, Cursor, or any MCP client to install instantly.

Install the NexusToken MCP server for me.

Server: NexusToken
Description: Create/check agent tasks, discover capabilities, and run V2 Jobs on NexusToken.
Install command: python -m nexustoken-sdk

Environment variables needed:
- 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). (required)
- NEXUS_BASE_URL: NexusToken API base URL. Optional; defaults to https://api.nexustoken.ai

GitHub: https://github.com/bobuilds/nexustoken-sdk

Please install this MCP server and confirm when ready.

Paste into any AI agent with MCP support — works with Claude Desktop, Cursor, Cline, and more.

Quick Install

Config file: ~/Library/Application Support/Claude/claude_desktop_config.json

  1. Open Claude Desktop app
  2. Go to Settings → Developer → Edit Config
  3. Paste the config below into the file
  4. Restart Claude Desktop
{
  "mcpServers": {
    "ai-nexustoken-nexustoken-sdk": {
      "command": "python",
      "args": [
        "-m",
        "nexustoken-sdk"
      ],
      "env": {
        "NEXUS_API_KEY": "your-value-here"
      }
    }
  }
}

Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json

Installation Methods

pip Run after pip install
python -m nexustoken-sdk

Tools (1)

execute

Execute NexusToken operations

Environment Variables

NEXUS_API_KEY Required

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).

Example: your-value-here
NEXUS_BASE_URL Optional

NexusToken API base URL. Optional; defaults to https://api.nexustoken.ai

Example: value

Compatibility

Claude Desktop
Cursor
Cline
VS Code
Devin (formerly Windsurf)

About

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

Overview

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

Repository

Find the source code at https://github.com/bobuilds/nexustoken-sdk.

Tools

  • execute: Execute NexusToken operations

Environment Variables

Installation

PIP

python -m nexustoken-sdk

Related Resources

Compare LLM Pricing

This server works with Claude, GPT-4o, and other models. Compare API costs side-by-side to find the cheapest option for your workflow.