Next MCP server
@Collaborne
About Next MCP server
No overview available yet
Basic information
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-highlightsandnext-get-clusterstools - 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.
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments