drio
Open app

NextChat-MCP-Awesome

Source

NextChat mcp server collection

Catalog onlyCatalog onlySTDIO

Overview

NextChat-MCP-Awesome is a collection of servers designed for the NextChat platform, providing a robust framework for building and managing chat applications.

To use NextChat-MCP-Awesome, clone the repository from GitHub and follow the setup instructions in the README file to configure your server environment.

  • Comprehensive server collection for NextChat applications - Easy integration with existing chat systems - Customizable server configurations
  1. Building scalable chat applications for businesses.
  2. Developing custom chat solutions for customer support.
  3. Integrating chat functionalities into existing platforms.

Add to your AI client

Use these steps to connect NextChat-MCP-Awesome in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "nextchat-mcp-awesome-chatgptnextweb": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nextchat-mcp-awesome-chatgptnextweb"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "nextchat-mcp-awesome-chatgptnextweb": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nextchat-mcp-awesome-chatgptnextweb"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "nextchat-mcp-awesome-chatgptnextweb": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nextchat-mcp-awesome-chatgptnextweb"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "nextchat-mcp-awesome-chatgptnextweb": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nextchat-mcp-awesome-chatgptnextweb"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "nextchat-mcp-awesome-chatgptnextweb": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nextchat-mcp-awesome-chatgptnextweb"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "nextchat-mcp-awesome-chatgptnextweb": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nextchat-mcp-awesome-chatgptnextweb"
      ]
    }
  }
}

FAQ

Is NextChat-MCP-Awesome free to use?

Yes! NextChat-MCP-Awesome is open-source and free for everyone to use.

Can I customize the servers?

Absolutely! The servers are designed to be customizable to fit your specific needs.

Where can I find the documentation?

Documentation is available in the GitHub repository under the 'docs' folder.