Next MCP server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Next MCP serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



