Loading MCP server directory, please wait...
Create/check agent tasks, discover capabilities, and run V2 Jobs on NexusToken.
npx @getmcp/cli add ai.nexustoken/nexustoken-sdkRequires Python 3.10+. Community-contributed server. Review source before installing.
NEXUS_API_KEYYour NexusToken API key. Get one free at https://nexustoken.ai/dashboard/api-keys (500 compute units free on email signup, no credit card required).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.nexustoken/nexustoken-sdk": {
"command": "uvx",
"args": [
"nexustoken-sdk"
],
"env": {
"NEXUS_API_KEY": "",
"NEXUS_BASE_URL": ""
}
}
}
}