PluginBench
MCP Server
Active
MIT

Türk Hukuku İçtihat MCP Server

io.github.aydincan/turk-hukuku-ictihat-mcp

What is the Türk Hukuku İçtihat MCP server?

Türk yargı kararlarını (Yargıtay, Danıştay, AYM) resmî kaynaklardan yapay zekâya açan MCP sunucusu.

How to install Türk Hukuku İçtihat

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "turk-hukuku-ictihat-mcp": {
      "command": "uvx",
      "args": [
        "turk-hukuku-ictihat-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "turk-hukuku-ictihat-mcp": {
      "command": "uvx",
      "args": [
        "turk-hukuku-ictihat-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "turk-hukuku-ictihat-mcp": {
      "command": "uvx",
      "args": [
        "turk-hukuku-ictihat-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "turk-hukuku-ictihat-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "turk-hukuku-ictihat-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add turk-hukuku-ictihat-mcp -- uvx turk-hukuku-ictihat-mcp

Related MCP servers

Türk mevzuatının resmî güncel metnini (mevzuat.gov.tr) yapay zekâya açan MCP sunucusu.

0
Python
MIT
View repository →