mcp-server

Neurolink

One TypeScript interface for 24+ LLM providers — swap providers without rewriting. MCP-native (connect any MCP server), voice (TTS/STT/realtime), RAG, memory, file processors. Production-origin: po…
129 stars125 forksTypeScriptUpdated 9/2/2026100% free · open source
What it does

Provides a single TypeScript interface to call any of 24+ LLM providers, plus built‑in RAG, memory, voice, and file processing, so you can swap models or add features without code changes.

When to use it
  • You need to experiment with multiple LLM vendors (OpenAI, Anthropic, Cohere, etc.) and want to switch providers instantly.
  • Your product requires real‑time voice input/output (STT/TTS) alongside text generation.
  • You want to add Retrieval‑Augmented Generation or persistent conversation memory without writing separate adapters.
Ready-to-paste prompt
```ts
// RAG example – load a PDF, embed it, then query it
import { Neurolink } from 'neurolink';

const nl = new Neurolink({ provider: 'openai', apiKey: process.env.OPENAI_API_KEY });
await nl.fileProcessor.load('./terms.pdf'); // parses & indexes the file
const answer = await nl.rag.ask('What is the refund policy?');
console.log(answer);
```
Heads up: Neurolink requires Node >= 18 and the correct environment variable for the selected provider (e.g., OPENAI_API_KEY, ANTHROPIC_API_KEY). If the variable is missing or the key is for a paid tier, the SDK will throw an authentication error at the first request.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/neurolink && curl -fsSL https://workflowstacks.com/api/skills/neurolink/claude-skill -o ~/.claude/skills/neurolink/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

What's inside — free to inspect

No purchase needed

Read the entire source before you build — unlike paid marketplaces that hide it behind a buy button.

38
top-level files
21
folders
300.9M
source size
MIT
license
Key files
.mcp-config.json
eslint.config.js
package.json
README.md
svelte.config.js
tsconfig.ci-scripts.json
File tree
.changeset/
.claude/
.github/
.husky/
.yama/
action-dist/
config/
docs/
docs-site/
eslint-rules/
examples/
landing/
memory-bank/
neurolink-demo/
patches/
scripts/
src/
test/
test-data/
todos/
tools/
.clinerules
.coderabbit.yaml
.env.example
Quick Actions
Details
Creator
juspay
Language
TypeScript
Category
mcp-server
Published
5/31/2025

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.