Skip to content
Cursor

İTÜ MCP for Cursor

io.github.yatuk/itu-mcp

İTÜ Ninova LMS ve OBS öğrenci portalı — dersler, notlar, yoklama, yemekhane, kampüs kart, GPA

client:Cursor transport:stdio runtime:pypi

Install İTÜ MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "itu-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "itu-mcp"
      ],
      "env": {
        "NINOVA_USERNAME": "<NINOVA_USERNAME>",
        "NINOVA_PASSWORD": "<NINOVA_PASSWORD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

İTÜ MCP in other clients