★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-automation_mcp-se": {
"command": "npx",
"args": [
"-y",
"guptasuraj125/AI-Automation_MCp-Server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ai-automation_mcp-se npx -y guptasuraj125/AI-Automation_MCp-Server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-automation_mcp-se": {
"command": "npx",
"args": [
"-y",
"guptasuraj125/AI-Automation_MCp-Server"
]
}
}
}
📋 Copy
Topics
groq-api javascript mcp-server