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.

コメント

「その他」の他のコンテンツ