@tplx/mcp
Freeby MCP Community
MCP server that automatically exposes tplx templates as MCP prompts
v0.0.7Added Apr 12, 2026
@tplx/mcp MCP Server
MCP server that automatically exposes tplx templates as MCP prompts
Installation
Reviews
Installation
Quick install
npx -y @tplx/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@tplx/mcp": {
"command": "npx",
"args": ["-y", "@tplx/mcp"]
}
}
}