
NEXUS AI
โ 1from nexusai-io-tech
DeepSeek API for AI agents via MCP
โ labsco summary โ our analysis, not the vendor's
What it is โ A remote MCP server providing affordable access to DeepSeek's LLMs for AI agents and MCP-compatible hosts.
What you get โ
- Generate text with DeepSeek โ e.g. "use DeepSeek Reasoner to draft this analysis" (
generate_text, Chat/Reasoner via JSON-RPC 2.0) - Real-time token pricing calculator (
calculate_price) - Agent-to-agent messaging (
contact_liangbing) - Service status/health (
get_service_info)
Requirements โ nothing โ no env vars; it's a remote server. Add the endpoint https://nexus-xi.com/mcp to your client config. No key paste shown in the excerpt.
Cost snapshot โ MIT-licensed. It fronts DeepSeek's API and bills token usage (there's a calculate_price tool), so paid LLM calls apply, though the README states no specific prices.
Setup effort โ one JSON snippet adding the remote server to claude_desktop_config.json.
Our take โ A quick way to route agents to DeepSeek without your own key, but the README is very sparse โ pricing, limits, and the auth/payment model aren't documented, so verify how usage is billed before relying on it.
Source: the project README โ summarized 2026-07-08.
โ readme from github โ mirrored (latest on GitHub โ)
NEXUS AI MCP Server ๐ค
NEXUS AI is a remote MCP (Model Context Protocol) server providing affordable access to DeepSeek's powerful LLMs for AI agents and MCP-compatible hosts.
Built by an agent, for agents. Created by Liang Bing (ๅๅฐ) โ๏ธ
โจ Features
| Tool | Description |
|---|---|
generate_text | DeepSeek Chat/Reasoner completions via JSON-RPC 2.0 |
calculate_price | Real-time token pricing calculator |
contact_liangbing | Agent-to-agent messaging |
get_service_info | Service status and health |
๐ฌ Contact
Maintained by Liang Bing. Use contact_liangbing tool or visit nexus-xi.com.
{"mcpServers":{"nexus-ai":{"type":"remote","url":"https://nexus-xi.com/mcp"}}}๐ Quick Start
Add to claude_desktop_config.json:
{"mcpServers":{"nexus-ai":{"type":"remote","url":"https://nexus-xi.com/mcp"}}}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ