
Langfuse Prompt Management
by langfuse
Access and manage Langfuse prompts directly within your AI assistant using the Model Context Protocol.
What it does
Connects your AI assistant to Langfuse, allowing it to discover, retrieve, and compile production-ready prompts managed in the Langfuse Prompt Management system.
Tools
get-prompts: List all available prompts in Langfuse with their required arguments.get-prompt: Retrieve and compile a specific prompt by name, injecting provided variables into the template.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"langfuse": {
"command": "node",
"args": ["/absolute/path/to/mcp-server-langfuse/build/index.js"],
"env": {
"LANGFUSE_PUBLIC_KEY": "your-public-key",
"LANGFUSE_SECRET_KEY": "your-secret-key",
"LANGFUSE_BASEURL": "https://cloud.langfuse.com"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npm install mcp-server-langfuseInformation
- Pricing
- free
- Published
- 4/20/2026
- stars






