Unifies dozens of AI providers and 100+ models behind a TypeScript API with streaming, tools, orchestration, and failover.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก 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 Neurolink.
The juspay/neurolink MCP server is presented in the repository as a TypeScript-first AI integration layer. It places multiple model providers behind a shared API so application code can use a common request and streaming model while changing the selected provider or model through configuration.
The README describes support for more than 30 providers and over 100 models, including services from OpenAI, Anthropic, Google, AWS Bedrock, and Azure. The provider catalog also includes local options such as LM Studio and llama.cpp, along with services for text generation, embeddings, image generation, video, music, text-to-speech, speech-to-text, and realtime interactions.
Applications create a NeuroLink instance and call its streaming API with an input payload. The returned stream can be consumed asynchronously, allowing an application to process generated content as chunks arrive rather than waiting for a complete response.
The common interface also covers tool calls, structured output, memory, and agent workflows. NeuroLink can use its built-in tools as well as MCP-compliant tool servers. Multi-provider fallback callbacks and model chains can centralize failover behavior, while per-request credentials can override instance-level credentials and environment-based values.
The project also describes higher-level features including multi-agent orchestration, human-in-the-loop workflows, guardrails middleware, context summarization, Redis memory, cost-aware routing, and an autonomous research engine that proposes code changes, runs experiments, and evaluates metrics.
The juspay/neurolink MCP server is distributed as the npm package @juspay/neurolink and is used from TypeScript or JavaScript code. The README demonstrates importing NeuroLink, creating an instance, and calling stream with text input. The repository links to separate quick-start, provider setup, credential, and feature documentation for configuration details.
Provider access depends on the selected backend. Credentials may be configured through environment variables, attached to a NeuroLink instance, or passed with an individual request. The documented precedence is per-call credentials first, then instance credentials, then environment variables. Local providers such as LM Studio and llama.cpp are also listed, but the supplied material does not specify their exact setup commands or configuration names.
The juspay/neurolink MCP server supports these documented capability areas:
The supplied material identifies NeuroLink primarily as an SDK and integration platform; it does not provide a standalone MCP server launch command or a client configuration example. It also does not list the exact environment variable names, supported Claude Desktop or other desktop-client configurations, or the complete provider-by-provider credential requirements.
Provider availability and cost are separate from the package itself. Some listed providers require credentials or purchased credits, while local providers may have different operational requirements. Confirm the selected provider's setup and pricing before deploying an application that depends on it.
Always refer to the official documentation for the most accurate and up-to-date information.
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/juspay-neurolink)<a href="https://allmcps.com/mcp/juspay-neurolink"><img src="https://allmcps.com/api/badge/juspay-neurolink?style=directory" alt="Neurolink on AllMCPs" /></a>