MCP.so
登录

Next MCP server

@Collaborne

关于 Next MCP server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

Collaborne

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器