Back to Apps

Perses MCP
by ibakshay
Connect your AI to Perses for managing projects, dashboards, datasources, and variables.
0 stars
Works in:VS Code Copilot
Exposes:Tools
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
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"perses-mcp": {
"command": "<<<ABABSOLUTE_PATH_TO_PERSES_MCP_BINARY>",
"args": [
"--perses-server-url",
"<<<PERSPERSES_SERVER_URL>"
],
"env": {
"PERSES_TOKEN": "<<<PERSPERSES_TOKEN>"
}
}
}
}VS Code Copilot
Add to User Settings (JSON) under "servers": {"perses-mcp": { ... }}






