MCP-Server-Implementation

jayank-3112/MCP-Server-Implementation
★ 0 stars TypeScript 🤖 AI/LLM Updated today
A basic MCP (Model Context Protocol) server built with TypeScript/Node.js that exposes tools/functions for integration with LLM clients.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-implement": {
      "command": "npx",
      "args": [
        "-y",
        "jayank-3112/MCP-Server-Implementation"
      ]
    }
  }
}