First_Remote_MCP_Server

BholendraPratap/First_Remote_MCP_Server
★ 0 stars Python 📦 Other Updated 4d ago
This is my first remote mcp 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": {
    "first_remote_mcp_ser": {
      "command": "uvx",
      "args": [
        "first-remote-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install first-remote-mcp-server