YokTez MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http -H "Content-Type: application/json" yoktez-mcp https://yoktezmcp.fastmcp.app/mcp/
README.md

Access the YÖK National Thesis Center and retrieve thesis content in Markdown.

YokTez MCP: YÖK Ulusal Tez Merkezi için MCP Sunucusu

Bu proje, Yükseköğretim Kurulu (YÖK) Ulusal Tez Merkezi'ne erişimi kolaylaştıran bir FastMCP sunucusu oluşturur. Bu sayede, YÖK Tez Merkezi'nden tez arama ve tezlerin PDF içeriklerini Markdown formatında getirme işlemleri, Model Context Protocol (MCP) destekleyen LLM (Büyük Dil Modeli) uygulamaları (örneğin Claude Desktop veya 5ire) ve diğer istemciler tarafından araç (tool) olarak kullanılabilir hale gelir.

YÖK Tez MCP Örneği

🎯 Temel Özellikler

  • YÖK Ulusal Tez Merkezi'ne programatik erişim için standart bir MCP arayüzü.
  • Aşağıdaki yetenekler:
    • Detaylı Tez Arama: Başlık, yazar, danışman, üniversite, enstitü, anabilim/bilim dalı, tez türü, yıl aralığı, izin durumu, tez numarası, konu, dizin ve özet metni gibi çeşitli kriterlere göre tez arama.
    • Tez Belgesi Getirme: Belirli bir tezin PDF içeriğini, PDF sayfa bazında, işlenmiş Markdown formatında getirme.
    • Metadata Çıkarımı: Tez detay sayfalarından başlık, yazar, yıl, özet gibi önemli üst verilerin çıkarılması.
    • PDF İzin Kontrolü: Erişilemeyen veya yayın izni olmayan tezler için uygun bildirim.
  • Karar metinlerinin LLM'ler tarafından daha kolay işlenebilmesi için Markdown formatına çevrilmesi.
  • Claude Desktop uygulaması ile fastmcp install komutu (veya manuel yapılandırma) kullanılarak kolay entegrasyon.
  • YokTez MCP 5ire gibi Claude Desktop haricindeki MCP istemcilerini de destekler.

🚀 5 Dakikada Başla (Remote MCP)

✅ Kurulum Gerektirmez! Hemen Kullan!

🔗 Remote MCP Adresi: https://yoktezmcp.fastmcp.app/mcp

Claude Desktop ile Kullanım

  1. Claude Desktop'ı açın
  2. Settings → Connectors → Add Custom Connector
  3. Bilgileri girin:
    • Name: YokTez MCP
    • URL: https://yoktezmcp.fastmcp.app/mcp
  4. Add butonuna tıklayın
  5. Hemen kullanmaya başlayın! 🎉

Google Antigravity ile Kullanım

  1. Agent session açın ve editörün yan panelindeki "…" dropdown menüsüne tıklayın
  2. MCP Servers seçeneğini seçin - MCP Store açılacak
  3. Üstteki Manage MCP Servers butonuna tıklayın
  4. View raw config seçeneğine tıklayın
  5. mcp_config.json dosyasına aşağıdaki yapılandırmayı ekleyin:
{
  "mcpServers": {
    "yoktez-mcp": {
      "serverUrl": "https://yoktezmcp.fastmcp.app/mcp/",
      "headers": {
        "Content-Type": "application/json"
      }
    }
  }
}

💡 İpucu: Remote MCP sayesinde Python, uv veya herhangi bir kurulum yapmadan doğrudan Claude Desktop üzerinden YÖK Ulusal Tez Merkezi'ne erişebilirsiniz!


🚀 Claude Haricindeki Modellerle Kullanmak İçin Çok Kolay Kurulum (Örnek: 5ire için)

Bu bölüm, YokTez MCP aracını 5ire gibi Claude Desktop dışındaki MCP istemcileriyle kullanmak isteyenler içindir.

  • Python Kurulumu: Sisteminizde Python 3.11 kurulu olmalıdır. Kurulum sırasında "Add Python to PATH" (Python'ı PATH'e ekle) seçeneğini işaretlemeyi unutmayın. Buradan 3.11 sürümünü indirebilirsiniz.
  • Git Kurulumu (Windows): Bilgisayarınıza git yazılımını indirip kurun. "Git for Windows/x64 Setup" seçeneğini indirmelisiniz.
  • uv Kurulumu:
    • Windows Kullanıcıları (PowerShell): Bir CMD ekranı açın ve bu kodu çalıştırın: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
    • Mac/Linux Kullanıcıları (Terminal): Bir Terminal ekranı açın ve bu kodu çalıştırın: curl -LsSf https://astral.sh/uv/install.sh | sh
  • Microsoft Visual C++ Redistributable (Windows): Bazı Python paketlerinin doğru çalışması için gereklidir. Buradan indirip kurun.
  • İşletim sisteminize uygun 5ire MCP istemcisini indirip kurun.
  • 5ire'ı açın. Workspace -> Providers menüsünden kullanmak istediğiniz LLM servisinin API anahtarını girin.
  • Tools menüsüne girin. +Local veya New yazan butona basın.
    • Tool Key: yoktezmcp
    • Name: YokTez MCP
    • Command:
      uvx --from git+https://github.com/saidsurucu/yoktez-mcp yoktez-mcp
      
    • Save butonuna basarak kaydedin.

5ire YokTez MCP Ayarları

  • Şimdi Tools altında YokTez MCP'yi görüyor olmalısınız. Üstüne geldiğinizde sağda çıkan butona tıklayıp etkinleştirin (yeşil ışık yanmalı).
  • Artık YokTez MCP ile konuşabilirsiniz.

⚙️ Claude Desktop Manuel Kurulumu

  1. Ön Gereksinimler: Python, uv, (Windows için) Microsoft Visual C++ Redistributable'ın sisteminizde kurulu olduğundan emin olun. Detaylı bilgi için yukarıdaki "5ire için Kurulum" bölümündeki ilgili adımlara bakabilirsiniz.
  2. Claude Desktop Settings -> Developer -> Edit Config.
  3. Açılan claude_desktop_config.json dosyasına mcpServers altına ekleyin:

Tools (2)

search_thesesSearch for theses based on criteria like author, university, subject, and year range.
get_thesis_contentRetrieve the PDF content of a specific thesis in processed Markdown format.

Configuration

claude_desktop_config.json
{"mcpServers": {"yoktez-mcp": {"serverUrl": "https://yoktezmcp.fastmcp.app/mcp/", "headers": {"Content-Type": "application/json"}}}}

Try it

Search for recent theses about artificial intelligence published by Istanbul Technical University.
Find the thesis with ID 123456 and summarize its main findings in Markdown.
List all theses written by 'Ahmet Yılmaz' in the last 5 years.
Retrieve the full content of the thesis titled 'Deep Learning Applications in Healthcare' and extract the abstract.

Frequently Asked Questions

What are the key features of YokTez MCP?

Programmatic access to the YÖK National Thesis Center database.. Detailed thesis search using multiple filters like author, university, and year.. Conversion of PDF thesis content into structured Markdown format.. Extraction of metadata including title, author, year, and abstract.. Built-in permission checking for thesis document access..

What can I use YokTez MCP for?

Academic researchers gathering literature reviews from Turkish universities.. Students looking for specific thesis documents to support their own research.. LLM-powered analysis of academic trends in specific scientific fields.. Automated extraction of thesis metadata for bibliographic management..

How do I install YokTez MCP?

Install YokTez MCP by running: https://yoktezmcp.fastmcp.app/mcp

What MCP clients work with YokTez MCP?

YokTez MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep YokTez MCP docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare