mcp

finki-hub/mcp
★ 2 stars Python File System Updated 15d ago
Collection of MCP servers for FCSE's services and data
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": {
    "mcp": {
      "command": "uvx",
      "args": [
        "mcp"
      ]
    }
  }
}

Or install with pip: pip install mcp

README Excerpt

Model Context Protocol (MCP) servers for FCSE course management and public APIs. - **`local-mcp/`** - Course management MCP server - **`public-mcp/`** - Submodule linking to [finki-public-apis](https://gitlab.finki.ukim.mk/wp/finki-public-apis) - **`data/`** - Course participants and staff JSON files

Topics

fcsefinkiukim