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 Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-langfuse": {
"command": "npx",
"args": [
"-y",
"langfuse/mcp-server-langfuse"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-langfuse npx -y langfuse/mcp-server-langfuse
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-langfuse": {
"command": "npx",
"args": [
"-y",
"langfuse/mcp-server-langfuse"
]
}
}
}
📋 Copy