DataLens MCP Connector
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DataLens MCP ConnectorCheck DataLens API connectivity"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DataLens MCP connector
MCP server for Claude that exposes Yandex DataLens operations as tools. It follows the FastMCP + Streamable HTTP deployment pattern from the Habr article: endpoint /mcp, tool annotations, TCP healthcheck, and nginx buffering disabled for streaming responses.
What it can do
Check DataLens API connectivity.
Run controlled raw API requests for unsupported/new DataLens endpoints.
List workbook or collection entries.
Create a dashboard from a JSON payload.
Build a simple dashboard draft spec from a compact chart/layout description.
The connector intentionally keeps DataLens payloads transparent. DataLens dashboard/chart schemas can change, so Claude can generate or adjust JSON payloads while the MCP server handles authentication, HTTP calls, validation, and deployment transport.
Related MCP server: Databricks MCP Server
Setup
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -e ".[dev]"
Copy-Item .env.example .envEdit .env:
DATALENS_TOKEN=your_token
DATALENS_API_BASE=https://datalens.yandex.cloud/api
DATALENS_AUTH_SCHEME=BearerRun locally:
datalens-mcpThe MCP endpoint is:
http://localhost:8000/mcpClaude
For a remote connector, deploy it behind HTTPS and add this URL in Claude:
https://your-domain.example/mcpIn Claude: Settings -> Connectors -> Add custom connector.
Docker
docker compose up -d --buildThe compose file binds the container to 127.0.0.1:8096, so expose it through nginx with TLS. See nginx.example.conf.
MCP tools
datalens_healthcheckdatalens_raw_requestdatalens_list_entriesdatalens_get_entrydatalens_create_dashboarddatalens_build_dashboard_spec
Notes
The official DataLens documentation has a DataLens Public API section. If a concrete endpoint differs in your account/API version, update DATALENS_API_BASE, DATALENS_ENTRIES_PATH, DATALENS_DASHBOARDS_PATH, or call datalens_raw_request with the exact path.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Goryalera/MCP-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server