general MCP Server
Discovered via unknown and last synced 3mo ago.
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)
MCP servers by task and keywords.
`mcp_server_name`(string): The target MCP server name that LLM wants to call.
tool helps LLM to use the tool of some MCP server. It will proxy requests to the target MCP server.
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
Result returned from the target MCP server.