InstituaionMCPServer

SARAMALI15792/InstituaionMCPServer
★ 4 stars Python 📊 Data/Analytics Updated 1mo ago
UAAR University MCP Server - Model Context Protocol server providing comprehensive access to university services and data
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": {
    "instituaionmcpserver": {
      "command": "uvx",
      "args": [
        "instituaionmcpserver"
      ]
    }
  }
}

Or install with pip: pip install instituaionmcpserver