MCP-AI-Server

GauravSahu2/MCP-AI-Server
★ 1 stars Python 🤖 AI/LLM Updated today
Building A MCP-AI Server
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": {
    "mcp-ai-server": {
      "command": "uvx",
      "args": [
        "mcp-ai-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-ai-server