Next MCP server

by Collaborne

176 downloads
Not rated
GitHub

Description

# Next MCP server A NEXT Model Context Protocol (MCP) server that provides tools for interacting NEXT data. ## Overview This MCP server allows Large Language Models (LLMs) like Claude to interact with NEXT structured data. It provides tools for: - Getting highlights - Getting…

About

# Next MCP server A NEXT Model Context Protocol (MCP) server that provides tools for interacting NEXT data. ## Overview This MCP server allows Large Language Models (LLMs) like Claude to interact with NEXT structured data. It provides tools for: - Getting highlights - Getting cluster The server is built using…

Details

Author
Collaborne
Downloads
176
Categories
Other

- Provides next-get-highlights and next-get-clusters tools
- Each tool accepts a required parameter (search filters or search query)
- Access is scoped to a single team-space
- Supports secure API key authentication
- Designed for integration with Claude Desktop

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Next MCP server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npm: npm install -g @collaborne/mcp-server or as a dependency. Prerequisites: Node.js 18+, npm, and a NEXT API key. Configure the API_KEY environment variable in a .env file or set it directly. Run with npx @collaborne/mcp-server, npm start, or node dist/index.js. Connect to Claude Desktop by adding the server to claude_desktop_config.json with the proper command and environment variables.

next-get-tags

Used to fetch tags: Tags are used to categorize insights/highlights, and help in organizing and filtering data

next-get-highlights

Used to fetch highlights: insight nuggets from User Interviews, Sales Calls, etc. Best used for specific details about a topic

next-get-clusters

Used to fetch insight nuggets from User Interviews, Sales Calls, etc. Best used for specific details about a topic

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "next mcp server": {
            "mcp-server-collaborne": {
                "command": "npx",
                "args": [
                    "@collaborne/mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-server-collaborne": {
        "command": "npx",
        "args": [
            "@collaborne/mcp-server"
        ]
    }
}

Next MCP server

A NEXT Model Context Protocol (MCP) server that provides tools for interacting
NEXT data.

Overview

This MCP server allows Large Language Models (LLMs) like Claude to interact with
NEXT structured data. It provides tools for:

- Getting highlights
- Getting cluster

The server is built using TypeScript and the MCP SDK, providing a secure and standardized way for LLMs to interface with NEXT.

Installation

Prerequisites

- Node.js 18 or higher
- npm
- NEXT api key

Setup

1. Install via npm:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.