Skip to content

@tplx/mcp

Free

by MCP Community

MCP server that automatically exposes tplx templates as MCP prompts

v0.0.7Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

@tplx/mcp MCP Server

MCP server that automatically exposes tplx templates as MCP prompts

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @tplx/mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "@tplx/mcp": {
      "command": "npx",
      "args": ["-y", "@tplx/mcp"]
    }
  }
}