MCP Directory
Back

modelcontextprotocol-typescript-sdk-cheat-sheet

by CyberT33N · ★ 1

modelcontextprotocol/typescript-sdk-cheat-sheet

Install

git clone https://github.com/CyberT33N/modelcontextprotocol-typescript-sdk-cheat-sheet.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "modelcontextprotocol-typescript-sdk-cheat-sheet": {
      "command": "npx",
      "args": [
        "-y",
        "github:CyberT33N/modelcontextprotocol-typescript-sdk-cheat-sheet"
      ]
    }
  }
}

From the README

- Da der MCP-Server über STDIO läuft, ist nur JSON zulässig. Das heißt alle Arten von UTF-8-Symbolen und so weiter führen bei Konsole-Log, Warn-Error und so weiter zum Absturz des Servers. Das **Model Context Protocol (MCP)** ist ein Standard, mit dem Anwendungen **Daten und Funktionen für KI-Modelle bereitstellen** können. Man kann es sich wie eine API für Künstliche Intelligenz vorstellen. Ein MCP-Server kann: - **Daten bereitstellen** (Ressourcen, ähnlich wie GET-Anfragen in einer REST-API) - **Funktionen anbieten** (Tools, ähnlich wie POST-Anfragen, um Aktionen auszuführen) - **Interakti…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers