Routes MCP requests to 30 pay-per-use GPU AI services, including language, vision, speech, media, and document processing.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
This server is confirmed live โ we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.
gpu_runRun any GPU-Bridge AI service. 30 services available: LLM inference (sub-second), image generation (FLUX, SD3.5), video generation, video enhancement (up to 4K), speech-to-text (Whisper, <1s), TTS (40+ voices), music generation, voice cloning, embeddings, document reranking (Jina), OCR, PDF/document parsing, NSFW detection, image captioning, visual Q&A, background removal, face restoration, upscaling, stickers, and more. Use gpu_catalog to see all available services.
gpu_catalogList all available GPU-Bridge services with pricing and model info. No authentication required.
gpu_statusCheck the status of a GPU-Bridge job and retrieve results.
gpu_balanceCheck GPU-Bridge credit balance, daily spend, volume discount tier, and job history.
gpu_estimateEstimate the cost of a GPU-Bridge service before running it. No authentication required.
gpu-bridge/mcp-server MCP server connects MCP-compatible clients to GPU-Bridge's catalog of 30 hosted AI services. The catalog includes language-model inference, code generation, image generation and editing, video generation and enhancement, speech transcription, text-to-speech, music and sound-effect generation, embeddings, document reranking, OCR, PDF parsing, image analysis, background removal, and content moderation.
The main execution tool accepts a service identifier, service-specific input, and an optional priority selection. Available priorities are fast for lower latency or cheap for lower cost. The service catalog and cost estimator can be used before submitting an inference request, which helps an agent select a model and estimate usage.
The gpu-bridge/mcp-server MCP server exposes five tools:
gpu_run submits work to a selected GPU-Bridge service.gpu_catalog lists available services, models, capabilities, and pricing.gpu_estimate estimates the cost of a service request without authentication.gpu_status checks a job and retrieves its result.gpu_balance reports credit balance, daily spending, volume-discount tier, and job history.GPU-Bridge supports two payment paths. A client can send an API key, or an autonomous agent can use x402 to pay per request with USDC on Base L2. With x402, the provider returns an HTTP 402 payment response, the agent submits payment, and the request is retried with payment proof. The README describes this flow for direct API use; the MCP configuration example uses an API key.
Install the package from npm and register it as a local stdio server. For Claude Desktop, add an entry under mcpServers and restart the application:
The API key is obtained from GPU-Bridge. The README also documents a keyless x402 option for agents that can make USDC payments, but it does not provide a separate MCP configuration example for that mode. Claude Desktop configuration paths are listed for both macOS and Windows.
Use gpu_catalog to inspect current service keys rather than assuming a model is available. Examples in the catalog include llm-4090, flux-schnell, whisper-l4, tts-l4, embed-l4, rerank, animatediff, video-enhance, and pdf-parse.
The catalog covers sub-second LLM options, image generation, multilingual OCR, visual question answering, speaker diarization, voice cloning TTS, music generation, code embeddings, document reranking, and video upscaling up to 4K. Actual inputs vary by service, so callers should consult the service information before constructing a gpu_run request.
Inference is pay-per-use rather than described as a fully local operation. Listed starting prices include separate rates for language-model tokens, images, transcription minutes, speech characters, embeddings, reranking queries, and document parsing. Prices and service availability should be checked through gpu_catalog or GPU-Bridge's published catalog.
The README explicitly shows Claude Desktop and states that other MCP-compatible AI clients can use the server, but it does not document client-specific setup for Cursor, Windsurf, or Cline. The server's listed tools cover GPU-Bridge services; they do not expose arbitrary local GPU workloads.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gpu-bridge-mcp-server)<a href="https://allmcps.com/mcp/gpu-bridge-mcp-server"><img src="https://allmcps.com/api/badge/gpu-bridge-mcp-server?style=directory" alt="MCP Server on AllMCPs" /></a>