Command Palette

Search for a command to run...

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

Bilka Server

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

A template MCP server for integrating with public APIs, providing a starting point for building custom API integrations.

GitHubEmbed

Описание

A template MCP server for integrating with public APIs, providing a starting point for building custom API integrations.

README

An MCP server for integrating with public APIs.

Setup

  1. Install uv if you haven't already:

    curl -LsSf https://astral.sh/uv/install.sh | sh
    
  2. Create and activate a virtual environment:

    uv venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
    
  3. Install dependencies:

    uv add "mcp[cli]" httpx
    

Running the Server

To run the server:

python src/server.py

Configuration

The server can be configured by modifying the constants in src/server.py:

  • API_BASE: The base URL for the API you're integrating with
  • USER_AGENT: The user agent string to use for API requests

Adding New Tools

To add new tools to the server:

  1. Create a new async function in src/server.py
  2. Decorate it with @mcp.tool()
  3. Add proper type hints and docstrings
  4. Implement the tool's functionality

Testing with Claude for Desktop

To use this server with Claude for Desktop, add the following to your claude_desktop_config.json:

{
    "mcpServers": {
        "bilka": {
            "command": "python",
            "args": [
                "src/server.py"
            ]
        }
    }
}

from github.com/KristianSchmidt/bilka_mcp

Установка Bilka Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/KristianSchmidt/bilka_mcp

FAQ

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

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

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

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

Bilka Server — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Bilka Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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