frontmcp

agentfront/frontmcp
★ 144 stars TypeScript 💻 Code/Dev Tools Updated 1mo ago
TypeScript-first framework for the Model Context Protocol (MCP). You write clean, typed code; FrontMCP handles the protocol, transport, DI, session/auth, and execution flow.
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": {
    "frontmcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentfront/frontmcp"
      ]
    }
  }
}

Topics

aiframeworkjavascriptmcpmcp-servertypescript