Overview
Features
MCP Prompts compliance
Implements the MCP Prompts specification for discovery and retrieval of prompts.
prompts/list endpoint
Lists all available prompts with optional cursor-based pagination; returns names and required arguments (arguments treated as optional) and a next cursor if more results exist.
prompts/get endpoint
Retrieves a specific prompt by transforming Langfuse prompts (text and chat) into MCP prompt objects and compiling with provided variables.
get-prompts tool
Non-MCP tool to list available prompts; supports optional cursor-based pagination and returns prompts with their arguments.
get-prompt tool
Non-MCP tool to retrieve and compile a specific prompt by name; accepts optional arguments as a JSON object.
Development and integration workflow
Build, test, and run the server locally; verify with MCP inspector and integrate with clients like Claude Desktop or Cursor.
Who Is This For?
- Developers:Use MCP to access and manage Langfuse prompts in applications.
- MCP clients:Integrate Langfuse prompts into MCP-based workflows.
- Prompt engineers:Transform and compile Langfuse prompts for MCP consumption.




