AI-Automation_MCp-Server

guptasuraj125/AI-Automation_MCp-Server
★ 0 stars JavaScript 🤖 AI/LLM Updated today
A JavaScript-based AI agent that takes terminal input, processes and formats it using the Groq API via an MCP server, and sends the generated output directly to a Telegram bot.
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": {
    "ai-automation_mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "guptasuraj125/AI-Automation_MCp-Server"
      ]
    }
  }
}

Topics

groq-apijavascriptmcp-server