Odel
yandexgpt-mcp

yandexgpt-mcp

Local
@theyahiaTypeScriptMITUpdated 2w ago

MCP server for YandexGPT — completions, embeddings, classification, summarization (Russia)

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@theyahia/yandexgpt-mcpv3.0.1

Run

npx -y @theyahia/yandexgpt-mcp

MCP client config

{
  "mcpServers": {
    "yandexgpt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/yandexgpt-mcp"
      ]
    }
  }
}