MCP Catalogs
Home

neurolink

by juspay·90·Score 49

NeuroLink is a universal AI integration platform that unifies 21+ AI providers and 100+ models under one consistent API with MCP server support.

ai-llmdeveloper-toolsproductivity
107
Forks
280
Open issues
this month
Last commit
2d ago
Indexed

Overview

NeuroLink serves as the vascular layer for AI intelligence, carrying streams of tokens, tool calls, memory, voice, and documents from LLM providers to connectors. It provides a production-ready solution with enterprise features like Redis memory, multi-provider failover, and automatic cost optimization. The platform includes 64+ built-in tools and MCP servers with tool routing, result caching, request batching, and multi-server management capabilities.

Try asking AI

After installing, here are 4 things you can ask your AI assistant:

you:Building applications with multiple AI providers using a single consistent API
you:Creating AI agents with memory, tool calling, and context window management
you:Implementing real-time voice interactions with TTS/STT capabilities
you:How many AI providers does NeuroLink support?

When to choose this

Choose NeuroLink when you need to integrate multiple AI providers under a single API with enterprise-grade features like multi-provider failover and intelligent routing.

When NOT to choose this

Avoid NeuroLink if you need a lightweight solution for a single AI provider or prefer a simpler integration without the complexity of enterprise features.

Tools this server exposes

12 tools extracted from the README
  • generate

    Generate AI content with various providers and options

  • stream

    Stream AI responses in real-time

  • tts

    Text-to-speech conversion with multiple providers

  • stt

    Speech-to-text transcription with multiple providers

  • rag

    Retrieval-Augmented Generation with document processing

  • memory

    Manage conversation memory across sessions

  • autoresearch

    Run autonomous AI experiments

  • process_files

    Process various file types (PDF, CSV, images)

  • generate_ppt

    Create PowerPoint presentations

  • generate_video

    Generate videos using AI models

  • generate_image

    Generate images using AI models

  • structured_output

    Generate structured JSON output

Note: Tool names inferred from documentation but exact signatures not provided. Many tools appear to be configuration options within the main generate() and stream() methods rather than standalone MCP tools.

Comparable tools

llama-stackanthropic-mcpopenai-mcp

Installation

npm install @juspay/neurolink

For Claude Desktop integration, add to your config.json:

{
  "mcpServers": {
    "neurolink": {
      "command": "node",
      "args": ["-e", "require('@juspay/neurolink')"],
      "env": {
        "NEUROLINK_API_KEY": "your-api-key"
      }
    }
  }
}

FAQ

How many AI providers does NeuroLink support?
NeuroLink supports 21+ AI providers including OpenAI, Anthropic, Google, AWS Bedrock, Azure, DeepSeek, NVIDIA NIM, and local models through LM Studio and llama.cpp.
What are the MCP capabilities in NeuroLink?
NeuroLink includes MCP servers with tool routing (6 strategies), result caching (LRU/FIFO/LFU), request batching, annotations, elicitation protocol, and multi-server management.

Compare neurolink with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.