langfuse/mcp-server-langfuse
Model Context Protocol (MCP) Server for Langfuse Prompt Management. This server allows you to access and manage your Langfuse prompts through the Model Context Protocol.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-langfuse": {
"command": "npx",
"args": [
"-y",
"mcp-server-langfuse"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Model Context Protocol (MCP) Server for Langfuse Prompt Management. This server allows you to access and manage your Langfuse prompts through the Model Context Protocol.
Quick demo of Langfuse Prompts MCP in Claude Desktop (_unmute for voice-over explanations_):
https://github.com/user-attachments/assets/61da79af-07c2-4f69-b28c-ca7c6e606405
This server implements the MCP Prompts specification for prompt discovery and retrieval.
prompts/list: List all available promptsprompts/get: Get a specific promptTo increase compatibility with other MCP clients that do not support the prompt capability, the server also exports tools that replicate the functionality of the MCP Prompts.
get-prompts: List available promptscursor parameter for paginationget-prompt: Retrieve and compile a specific promptname parameter: Name of the prompt to retrievearguments parameter: JSON object with prompt variablesnpm install
# build current file
npm run build
# test in mcp inspector
npx @modelcontextprotocol/inspector node ./build/index.jsnpm install
npm run buildConfigure Cl
Loading reviews...