Nacos Mcp Router

general MCP Server

Install Ready
generalgeneral
2 views180 stars31 forksApache-2.0

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
180
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

uvx nacos-mcp-router@latest

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "nacos-mcp-router": {
      "command": "uvx",
      "args": [
        "nacos-mcp-router@latest"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

5
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (5)

Search

MCP servers by task and keywords.

Input

`mcp_server_name`(string): The target MCP server name that LLM wants to call.

This

tool helps LLM to use the tool of some MCP server. It will proxy requests to the target MCP server.

Add

a MCP server. If the MCP server is a stdio server, this tool will install it and establish connection to it. If the MCP server is a sse server, this tool will establish connection to it

Returns

Result returned from the target MCP server.