kiliczsh
MCP Serverkiliczshpublic

mcp turkce

为土耳其语言协会API提供访问土耳其词典的Model Context Protocol服务器。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
MIT License
License

About This Server

为土耳其语言协会API提供访问土耳其词典的Model Context Protocol服务器。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

MCP Turkish Dictionary API (mcp-turkce)

Model Context Protocol Server for Turkish Language Foundation (TDK) API. This server provides access to Turkish dictionaries, including the main Turkish dictionary, etymology, dialects, and specialized terminology via Model Context Protocol (MCP).

This project is a wrapper for the official Turkish Language Foundation (TDK) dictionary API available at https://sozluk.gov.tr/.

Features

  • Main Dictionaries

    • General Turkish Dictionary (GTS)
    • Western-origin words
    • Scanning dictionary
    • Compilation dictionary
  • Specialized Dictionaries

    • Proverbs and idioms
    • Foreign words guide
    • Etymology dictionary
    • Origin information
  • Person Names Dictionaries

    • Male names
    • Female names
    • Unisex names
    • Search by name meaning
  • Dialect Dictionaries

    • Turkish dialects (Azerbaijani, Kazakh, etc.)
  • Science and Art Terminology

    • Multiple specialized dictionaries (Medicine, Biology, etc.)
    • Nursing terminology
    • Pharmacy terminology
    • Metrology terminology
    • Veterinary terminology

Installation

npm install mcp-turkce

Or to install globally:

npm install -g mcp-turkce

Usage

Running the MCP Server

npx mcp-turkce

Or if installed globally:

mcp-turkce

This will start the MCP server, which you can then use with your MCP client.

Usage with Claude Desktop

  1. Start the server using the command above
  2. Add the server ID to Claude Desktop
  3. Use the tools provided by the server to interact with Turkish dictionaries

Claude Integration Configuration

Add the following to your Claude configuration:

{
    "sozluk": {
        "command": "npx",
        "args": ["-y", "mcp-turkce"]
    }
}

API Example

If you want to use the API directly, you can import it in your own project:

import { TurkishDictionaryAPI } from 'mcp-turkce/api';

async function main() {
  const api = new TurkishDictionaryAPI();
  
  // Search the main Turkish dictionary
  const result = await api.searchWord('adalet');
  console.log(result);
  
  // Search for proverbs and idioms
  const proverbs = await api.searchProverbsAndIdioms('göz');
  console.log(proverbs);
}

main();

Check the test.ts file for more comprehensive examples.

Development

# Install dependencies
npm install

# Build the project
npm run build

# Run the test
npm run test

# Run the inspector for debugging
npm run inspector

License

MIT

Author

kiliczsh

Quick Start

1

Clone the repository

git clone https://github.com/kiliczsh/mcp-turkce
2

Install dependencies

cd mcp-turkce
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerkiliczsh
Repomcp-turkce
LanguageTypeScript
LicenseMIT License
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation