mcp-server

mcp-server

0

The NEXT MCP server allows Large Language Models to interact with structured NEXT data by providing standardized tools for obtaining highlights and clusters. Built with TypeScript, it enables secure connections via the MCP SDK.

Overview

This project is a NEXT Model Context Protocol (MCP) server enabling Large Language Models (LLMs) like Claude to interact with NEXT structured data. The server offers tools for acquiring highlights and clusters, facilitating a secure and standardized LLM interface using TypeScript and the MCP SDK.

Features

  • Interacts with NEXT data using LLMs
  • Provides tools for highlights and clusters
  • Built with TypeScript and MCP SDK

Installation

  • Requires Node.js 18+, npm, and a NEXT API key
  • Installable via npm or from source

Configuration

  • Configurable with environment variables, primarily the NEXT API key

Tools

  • next-get-highlights: Retrieves available highlights
  • next-get-clusters: Retrieves available clusters

Usage

  • Interfaces with Claude Desktop for executing NEXT operations with LLMs.