AI Helper MCP ServerServer

lioensky
GitHub
AIMCPMachine Learning

Loading subscription status...

💡 Description

An MCP server that enables AI agents to consult multiple large language models (like Grok, Gemini, Claude, GPT-4o) for assistance and information through the Model Context Protocol.

📝 JSON Entries

{
  "mcpServers": [
    {
      "AI Helper MCP Server": {
        "env": {
          "API_KEY": "sk-xxxxxxxx",
          "API_URL": "http://localhost:3000"
        },
        "args": [
          "absolute_path_to_your_project/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

ask_grok3ask_gemini2_5proask_claude3_7sonnetask_gpt4o

Features

  • Multi-model support
  • Dynamic tool list
  • Unified interface
  • Conversation history
  • Environment configuration

💬 Example Queries

  • Ask Grok for assistance on a topic
  • Consult Gemini for detailed information