llm-mcp-server

itachiuchihadev/llm-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
This server enables agentic IDE clients (such as Claude Desktop, Cursor, Windsurf, or GitHub Copilot) to switch models dynamically based on task requirements, evaluate model outputs, and optimize API costs.
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": {
    "llm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "itachiuchihadev/llm-mcp-server"
      ]
    }
  }
}