MCP.so
Sign In

Next MCP server

@Collaborne

About Next MCP server

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

Collaborne

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Next MCP server?

Next MCP server is a Model Context Protocol (MCP) server that provides tools for Large Language Models (LLMs) like Claude to interact with NEXT structured data. It offers tools for retrieving highlights and clusters, and is built using TypeScript and the MCP SDK.

How to use Next MCP server?

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.

Key features of Next MCP server

  • 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

Use cases of Next MCP server

  • Summarize highlights about a specific topic from NEXT data
  • Identify main pain points mentioned in clusters
  • Retrieve user frustrations and issues filtered by date

FAQ from Next MCP server

What is Next MCP server?

It is an MCP server that lets LLMs like Claude interact with NEXT data by providing tools to get highlights and clusters.

What are the prerequisites for using Next MCP server?

You need Node.js 18 or higher, npm, and a NEXT API key generated from your team-space settings.

How do I configure Next MCP server?

Set the API_KEY environment variable in a .env file or directly. The server reads this variable to authenticate with the NEXT API.

How do I connect Next MCP server to Claude Desktop?

Edit your Claude Desktop configuration file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json) and add the server with command npx, args ["@collaborne/mcp-server"], and env containing your API_KEY.

What tools does Next MCP server provide?

It provides next-get-highlights (requires search filters) and next-get-clusters (requires a search query), both limited to one team-space.

Comments

More Other MCP servers