MCP-Server-Framework

MP-Tool/MCP-Server-Framework
★ 0 stars TypeScript 🧠 Memory/Knowledge Updated today
A production-ready TypeScript framework for building Model Context Protocol servers
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-framework": {
      "command": "npx",
      "args": [
        "-y",
        "MP-Tool/MCP-Server-Framework"
      ]
    }
  }
}