MCP server for YÖK National Thesis Center. Search theses, view PDFs, and extract metadata.


YokTez MCP is a FastMCP server that provides programmatic access to the Turkish Council of Higher Education (YÖK) National Thesis Center. It integrates with LLM applications like Claude Desktop and 5ire through the Model Context Protocol.
The YÖK National Thesis Center is Turkey's central repository for all master's and doctoral theses submitted to Turkish universities, similar to ProQuest Dissertations in the US.
Claude Desktop Settings → Connectors → Add Custom Connector:
YokTez MCPhttps://yoktezmcp.fastmcp.app/mcpRequirements: Python 3.11, uv, Git, Microsoft Visual C++ Redistributable
uvx --from git+https://github.com/saidsurucu/yoktez-mcp yoktez-mcp
{
"mcpServers": {
"YokTez MCP": {
"command": "uvx",
"args": ["--from", "git+https://github.com/saidsurucu/yoktez-mcp", "yoktez-mcp"]
}
}
}
search_yok_tez_detailed: Thesis search with title, author, university, year and 17+ parametersget_yok_tez_document_markdown: Retrieve thesis PDF content as formatted MarkdownMIT License
YokTez MCP is open source. If your organization needs something similar for its own data sources, let's talk.