Back to Apps

Langfuse Prompt Management
by langfuse
Access and manage Langfuse prompts directly within your AI assistant using the Model Context Protocol.
0 stars
Works in:Cursor
Exposes:ToolsPrompts
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
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add as command: LANGFUSE_PUBLIC_KEY="..." LANGFUSE_SECRET_KEY="..." LANGFUSE_BASEURL="..." node /path/to/build/index.jsClaude Desktop
Add to claude_desktop_config.json with LANGFUSE_PUBLIC_KEY, LANGFUSE_SECRET_KEY, and LANGFUSE_BASEURL env vars.





