MCP Directory
Back

mcp-framework

by QuantGeekDev · TypeScript · ★ 923

The Typescript MCP Framework

#anthropic#claude#framework#genai#llm#llms#mcp#modelcontextprotocol#typescript

Install

npx -y github:QuantGeekDev/mcp-framework

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-framework": {
      "command": "npx",
      "args": [
        "-y",
        "github:QuantGeekDev/mcp-framework"
      ]
    }
  }
}

From the README

MCP-Framework is a framework for building Model Context Protocol (MCP) servers elegantly in TypeScript. MCP-Framework gives you architecture out of the box, with automatic directory-based discovery for tools, resources, and prompts. Use our powerful MCP abstractions to define tools, resources, or prompts in an elegant way. Our cli makes getting started with your own MCP server a breeze - 🛠️ Automatic discovery and loading of tools, resources, and prompts - Multiple transport support (stdio, SSE, HTTP Stream) - TypeScript-first development with full type safety - Built on the official MCP SD…
Read full README on GitHub →

Related ai & ml servers