İTÜ MCP
Rank #6,856io.github.yatuk/itu-mcp
İTÜ Ninova LMS ve OBS öğrenci portalı — dersler, notlar, yoklama, yemekhane, kampüs kart, GPA
İTÜ MCP is a Model Context Protocol (MCP) server published by yatuk. It ranks #6,856 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. İTÜ MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 10, 2026 and most recently updated on Jul 11, 2026.
Ranks ahead of 125,190 of 132,046 servers on MCP Toplist.
Use İTÜ MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add itu-mcp -e "NINOVA_USERNAME=<your NINOVA_USERNAME>" -e "NINOVA_PASSWORD=<your NINOVA_PASSWORD>" -- uvx itu-mcpReplace each placeholder with your own value before saving.
[mcp_servers.itu-mcp]
command = "uvx"
args = ["itu-mcp"]
[mcp_servers.itu-mcp.env]
NINOVA_USERNAME = "<your NINOVA_USERNAME>"
NINOVA_PASSWORD = "<your NINOVA_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"itu-mcp": {
"command": "uvx",
"args": [
"itu-mcp"
],
"env": {
"NINOVA_USERNAME": "<your NINOVA_USERNAME>",
"NINOVA_PASSWORD": "<your NINOVA_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"itu-mcp": {
"command": "uvx",
"args": [
"itu-mcp"
],
"env": {
"NINOVA_USERNAME": "<your NINOVA_USERNAME>",
"NINOVA_PASSWORD": "<your NINOVA_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"itu-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"itu-mcp"
],
"env": {
"NINOVA_USERNAME": "<your NINOVA_USERNAME>",
"NINOVA_PASSWORD": "<your NINOVA_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"itu-mcp": {
"command": "uvx",
"args": [
"itu-mcp"
],
"env": {
"NINOVA_USERNAME": "<your NINOVA_USERNAME>",
"NINOVA_PASSWORD": "<your NINOVA_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"itu-mcp": {
"command": "uvx",
"args": [
"itu-mcp"
],
"env": {
"NINOVA_USERNAME": "<your NINOVA_USERNAME>",
"NINOVA_PASSWORD": "<your NINOVA_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.yatuk%2Fitu-mcp)<a href="https://mcptoplist.com/server/io.github.yatuk%2Fitu-mcp"><img src="https://mcptoplist.com/badge/io.github.yatuk%2Fitu-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
yatuk
Available versions (2)
| Version | Published |
|---|---|
| 0.2.2 | Jul 11, 2026 |
| 0.2.1 | Jul 11, 2026 |
Frequently asked questions
- Who maintains İTÜ MCP?
- İTÜ MCP is maintained by yatuk, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is İTÜ MCP listed on the Official MCP Registry?
- Yes — İTÜ MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does İTÜ MCP have?
- MCP Toplist tracks 2 versions of İTÜ MCP, most recently published on Jul 11, 2026.
- Where can I find the source code for İTÜ MCP?
- The source code for İTÜ MCP is hosted at github.com/yatuk/itu-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.