MCP-versatile-Servers

harshini003/MCP-versatile-Servers
★ 0 stars Python AI/LLM Updated today
Open-source Agentic AI application using LangChain, Groq LLMs, and Model Context Protocol (MCP). Enables AI agents to dynamically discover and execute MCP tools (like Playwright browser automation and web scrapers) with conversational memory.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install mcp-versatile-servers