Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Peaka Api Server

БесплатноНе проверен

Model Context Protocol (MCP) server that provides access to Peaka's API endpoints for programmatic interaction.

GitHubEmbed

Описание

Model Context Protocol (MCP) server that provides access to Peaka's API endpoints for programmatic interaction.

README

Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems.

Model Context Protocol (MCP) server that provides access to Peaka's API endpoints for programmatic interaction.

This server enables LLMs to access Peaka's API endpoints for programmatic interaction with your data platform.

Requirements

  • You'll need a Peaka Partner API key while using endpoints from this server. Check out the Peaka Documentation for detailed instructions on creating and managing your API key.

Usage with Claude Desktop

  • Edit the configuration file config.json:
    • on macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • on Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Add the following configuration to the mcpServers object:
{
  "mcpServers": {
    "peaka-api": {
      "command": "npx",
      "args": ["-y", "@peaka/mcp-server-peaka-api@latest"]
    }
  }
}
  • Restart Claude Desktop

Usage with Cursor

  • Edit the configuration file mcp.json:
    • on macOS: ~/.cursor/mcp.json
    • on Windows: %USERPROFILE%\.cursor\mcp.json
  • Add the following configuration to the mcpServers object:
{
  "mcpServers": {
    "peaka-api": {
      "command": "npx",
      "args": ["-y", "@peaka/mcp-server-peaka-api@latest"]
    }
  }
}
  • Enable MCP Server

Contact

For feature requests and bugs, please create an issue in this repo. For further support, see the following resources:

from github.com/peakacom/peaka-api-mcp-server

Установить Peaka Api Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install peaka-api-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add peaka-api-mcp-server -- npx -y @peaka/mcp-server-peaka-api

FAQ

Peaka Api Server MCP бесплатный?

Да, Peaka Api Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Peaka Api Server?

Нет, Peaka Api Server работает без API-ключей и переменных окружения.

Peaka Api Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Peaka Api Server в Claude Desktop, Claude Code или Cursor?

Открой Peaka Api Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Peaka Api Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development