LearnMcpServer

WEB-TechWhiz/LearnMcpServer
★ 0 stars TypeScript 🤖 AI/LLM Updated 3d ago
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "learnmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "WEB-TechWhiz/LearnMcpServer"
      ]
    }
  }
}

README Excerpt

A custom, spec-compliant **Model Context Protocol (MCP) server** written in TypeScript. It allows LLM assistants to interact with custom local APIs and host file tools. --- * **System Resource Exposure**: Tools allowing LLM agents to safely query, edit, or interact with directory locations. * **TypeScript Compilation**: Compiled using `tsc` and optimized for low-latency command loops.