Back to directory
affanrasheed/universal-mcp

affanrasheed/universal-mcp

@affanrasheed

Universal MCP Client & Server - A powerful, production-ready implementation of the Model Context Protocol (MCP) that works with multiple LLM providers including OpenAI and Anthropic.

mcpclientserveropenaianthropicweathernewssearchtool

Installation & Configuration

{
  "mcpServers": {
    "universal-mcp": {
      "command": "python",
      "args": [
        "/absolute/path/to/universal-mcp/server/server.py"
      ],
      "env": {
        "OPENWEATHER_API_KEY": "your_key_here",
        "NEWSAPI_KEY": "your_key_here",
        "SERPAPI_KEY": "your_key_here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17