parallelix-mcp
MCP server for the ParalleliX Compute API that lets you offload parallel inference tasks (bulk classify, extract, summarize, etc.) to a distributed network of open-source models.
README
parallelix-mcp
An MCP (Model Context Protocol) server for the ParalleliX Compute API. It gives an MCP client (Claude Code, Claude Desktop) tools to offload parallel inference sub-tasks to the ParalleliX network, paid in $PRLX credits.
The pattern: your frontier agent orchestrates and reasons; the distributed open-source fleet runs the cheap, embarrassingly-parallel parts. Bulk classify, extract, summarize, or translate hundreds of items in one parallel_map call instead of burning frontier tokens on a loop.
What you need
- An API key. Create one in the ParalleliX app under Developers (connect a wallet, add $PRLX credits, create a key). The key looks like
pk_live_…and is shown once. - Node 18 or newer.
Tools
parallel_map(items, instruction, model?)Run the same instruction over many items in parallel across the network. Returns one result per item with a Proof-of-Execution hash.infer(prompt, model?)Run a single prompt on the network. Returns the completion, the serving node id, and its PoE hash.network_status()List the models the network currently serves.usage()Show this key's request count, $PRLX credits spent, and remaining balance.
Use with Claude Desktop
Add this to claude_desktop_config.json:
{
"mcpServers": {
"parallelix": {
"command": "npx",
"args": ["-y", "parallelix-mcp"],
"env": {
"PARALLELIX_API_KEY": "pk_live_your_key_here"
}
}
}
}
Use with Claude Code
claude mcp add parallelix --env PARALLELIX_API_KEY=pk_live_your_key_here -- npx -y parallelix-mcp
Configuration
| Env var | Required | Default | Notes |
|---|---|---|---|
PARALLELIX_API_KEY |
yes | none | Your pk_live_… key. |
PARALLELIX_BASE_URL |
no | https://api.parallelix.io |
Point at a local coordinator for testing. |
Honest notes
- The network runs open-source models (currently 7B-class, e.g.
qwen2.5:7b). It is not a frontier model and is not meant to replace one. It is a cheap parallel executor for bulk independent sub-tasks. - Capacity is real and finite. Large batches queue;
usageandnetwork_statusshow you what's available. - Credits are metered off-chain by the coordinator (deposit $PRLX once on-chain, no per-call gas). v1 is custodial.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。