Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”— Aggregators
  3. Neurolink
Neurolink logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:46:40 PM

Neurolink

User RatingsBe the first to rate and review this MCP server!
View Repository133 GitHub StarsTotal stargazers on GitHub for the source repository (133 stars).Visit Website
ai-providersmodel-routingagent-orchestrationmultimodaltypescript

Unifies dozens of AI providers and 100+ models behind a TypeScript API with streaming, tools, orchestration, and failover.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "juspay-neurolink": {
      "command": "npx",
      "args": [
        "-y",
        "@juspay/neurolink"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”— More in Aggregators

Overview

The juspay/neurolink MCP server provides a consistent interface for connecting applications to more than 30 AI providers and 100+ models. Its TypeScript SDK supports streaming responses, provider switching, built-in tools, MCP-compliant tool servers, multi-agent workflows, memory, fallback policies, and structured output. Reach for it when an application needs to change providers without rewriting its integration layer or coordinate model, tool, voice, and media capabilities. Provider credentials can be supplied through environment variables, per instance, or per request.

Use cases

โ€ขSwitch providers without changing application-level model code
โ€ขStream generated content into an interactive application
โ€ขConnect applications to MCP-compliant tool servers
โ€ขConfigure fallback chains across multiple AI providers
โ€ขCoordinate text, voice, image, video, and music workflows

Key features

โ€ขUnified TypeScript API for 30+ AI providers and 100+ models
โ€ขStreaming generation with asynchronous chunk handling
โ€ขMCP-compliant tool server support
โ€ขProvider fallback policies and model chains
โ€ขMulti-agent orchestration and human-in-the-loop workflows
โ€ขMultimodal provider support for voice, media, and embeddings

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Neurolink.

Extracted Tool Capabilities
Unified TypeScript API for 30+ AI providers and 100+ models
Streaming generation with asynchronous chunk handling
MCP-compliant tool server support
Provider fallback policies and model chains
Multi-agent orchestration and human-in-the-loop workflows
Multimodal provider support for voice, media, and embeddings

How Neurolink works

What juspay/neurolink does

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.

How it works

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.

Setup and configuration

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.

Tools and capabilities

The juspay/neurolink MCP server supports these documented capability areas:

  • Streaming text generation
  • Provider and model selection through a shared API
  • MCP-compliant external tool servers
  • Built-in tools and multi-step tool calling
  • Provider fallback callbacks and model chains
  • Multi-agent orchestration and human review workflows
  • Context summarization and Redis-backed memory
  • Structured output and credential validation
  • TTS, STT, realtime voice, image, video, music, and embedding providers
  • Autonomous experiment execution through AutoResearch

Limitations and notes

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.

Getting started with this juspay/neurolink MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Aggregators View all alternatives
  • AllMCPs Server logoAllMCPs Server
    โ˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    ๐Ÿ”— Aggregators15 views
    Compare vs AllMCPs Server โ†’
  • Ncp logoNcp

    NCP orchestrates your entire MCP ecosystem through intelligent discovery, eliminating token overhead while maintaining 98.2% accuracy.

    ๐Ÿ”— Aggregators2 views
    Compare vs Ncp โ†’
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    ๐Ÿ”— Aggregators3 views
    Compare vs Openapi MCP Server โ†’
  • Agent logoAgent

    A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

    ๐Ÿ”— Aggregators9 views
    Compare vs Agent โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
133
Stargazers on the source repository.
npm downloads
55k
Package downloads in the last 30 days.
Last commit
3d ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Neurolink

The repository identifies the npm package as `@juspay/neurolink` and documents usage through its TypeScript SDK, but the supplied excerpt does not include an exact installation command or standalone MCP server launcher.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNeurolink AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/juspay-neurolink?style=directory)](https://allmcps.com/mcp/juspay-neurolink)
HTML Embed
<a href="https://allmcps.com/mcp/juspay-neurolink"><img src="https://allmcps.com/api/badge/juspay-neurolink?style=directory" alt="Neurolink on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”—Aggregators
PricingBring your own API key (usage-based cost)
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
Last updatedSep 9, 2026
10/10 checks healthy over the last 31d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars133
GitHub Star CountTotal stargazers on GitHub representing community popularity (133 stars).
Last commit3d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
npm downloads55,647/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
63Quality signal: Good ยท 63/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity12/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท @juspay/neurolink (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”— Aggregators โ†’Alternatives to Neurolink โ†’Install in Claude DesktopInstall in CursorInstall in VS Code