
Perses MCP
by ibakshay
Connect your AI to Perses for managing projects, dashboards, datasources, and variables.
What it does
The Perses MCP Server allows LLM hosts like Claude Desktop and Cursor to interact directly with the Perses Application, providing a standardized way to manage and query Perses resources.
Tools
perses_list_projects: List all available projects.perses_list_dashboards: List all dashboards for a specific project.perses_list_global_datasources: List all global datasources.perses_list_datasources: List all datasources for a specific project.perses_list_global_variables: List all global variables.perses_list_variables: List all variables for a specific project.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"perses-mcp": {
"command": "<<<ABABSOLUTE_PATH_TO_PERSES_MCP_BINARY>",
"args": [
"--perses-server-url",
"<<<PERSPERSES_SERVER_URL>"
],
"env": {
"PERSES_TOKEN": "<<<PERSPERSES_TOKEN>"
}
}
}
}
Supported hosts
- Claude Desktop
- VS Code GitHub Copilot
Quick install
<<<ABABSOLUTE_PATH_TO_PERSES_MCP_BINARY> --perses-server-url <<<PERSPERSES_SERVER_URL>Information
- Pricing
- free
- Published
- 4/29/2026
- stars







