general MCP Server
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.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx mcp-server-langfuse
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcp-server-langfuse": {
"command": "npx",
"args": [
"mcp-server-langfuse"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
`name` parameter: Name of the prompt to retrieve
List available prompts
a list of prompts with their arguments
Retrieve and compile a specific prompt
`arguments` parameter: JSON object with prompt variables