NEST-MCP-Server

GauravS11112003/NEST-MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated 8d ago
A2A Agents + MCP Server for Prompt Opinion [Agents Assemble 2026]
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nest-mcp-server": {
      "command": "uvx",
      "args": [
        "nest-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install nest-mcp-server