@xynqai/mcp-server
v0.1.1
Published
MCP server for XYNQ — decentralized inference, GPU mesh status, and billing tools for Claude Desktop and other MCP clients.
Maintainers
Readme
@xynqai/mcp-server
MCP server for XYNQ — use decentralized inference and live GPU mesh tools from Claude Desktop, Cursor, and other MCP clients.
npm install -g @xynqai/mcp-server
# or: npx @xynqai/mcp-serverTools
| Tool | Description |
| --- | --- |
| xynq_chat | Run a prompt on XYNQ (xynq-1, xynq-glm-5.2, …) |
| xynq_network_stats | Live GPU worker mesh status |
| xynq_list_models | Available model ids |
| xynq_usage | Monthly usage + credit balance |
| xynq_worker_guide | How to earn USDC with a GPU worker |
| xynq_topup_info | USDC top-up on Solana |
Environment
| Variable | Default | Purpose |
| --- | --- | --- |
| XYNQ_API_KEY | — | Required for chat/models/usage (xynq_sk_...) |
| XYNQ_API_BASE | https://xynq.ai/v1 | OpenAI-compatible API |
| XYNQ_ORCH | Railway coordinator URL | Mesh /stats |
| XYNQ_DEFAULT_MODEL | xynq-1 | Default for xynq_chat |
Get a key at xynq.ai → Account.
Claude Desktop
See docs/integrations/claude-desktop.md.
Quick config (claude_desktop_config.json — see paths in claude-desktop.md):
{
"mcpServers": {
"xynq": {
"command": "npx",
"args": ["-y", "@xynqai/mcp-server"],
"env": {
"XYNQ_API_KEY": "xynq_sk_..."
}
}
}
}Restart Claude Desktop. Ask: "Use xynq_network_stats to check how many GPU workers are online."
Local development
cd mcp-server
npm install
npm run build
XYNQ_API_KEY=xynq_sk_... npm startRelated
License
MIT
