Blackbird Server
БесплатноНе проверенEnables LLMs to access Blackbird AI's services through the Model Context Protocol, using Blackbird API credentials for authentication.
Описание
Enables LLMs to access Blackbird AI's services through the Model Context Protocol, using Blackbird API credentials for authentication.
README
Prerequisites
Before you begin, ensure you have:
- Blackbird API Credentials
- You will need either:
BLACKBIRD_USERNAMEandBLACKBIRD_PASSWORDBLACKBIRD_CLIENT_KEYandBLACKBIRD_SECRET_KEY
- You will need either:
- Claude Desktop or Cursor
- uv
- You can verify your uv installation by running:
uv --version
- You can verify your uv installation by running:
- Git installed (only needed if using Git installation method)
- On macOS:
brew install git - On Linux:
- Debian/Ubuntu:
sudo apt install git - RedHat/CentOS:
sudo yum install git
- Debian/Ubuntu:
- On Windows: Download Git for Windows
- On macOS:
Blackbird MCP server installation
Configuring the Claude Desktop app
- Clone the repository
git clone https://github.com/blackbirdai-team/blackbird-mcp-server.git
cd blackbird-mcp-server
- Configure
claude_desktop_config.json
For macOS:
# Create the config file if it doesn't exist
touch "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
# Opens the config file in TextEdit
open -e "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
# Alternative method using Visual Studio Code (requires VS Code to be installed)
code "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
For Windows:
code %APPDATA%\Claude\claude_desktop_config.json
Add the Blackbird server configuration:
Replace <PATH-TO-REPO> with the path where you cloned the repository.
Replace the *** with your actual Blackbird credentials. Note: you only need BLACKBIRD_CLIENT_KEY and BLACKBIRD_SECRET_KEY, or BLACKBIRD_USERNAME and BLACKBIRD_PASSWORD.
{
"mcpServers": {
"blackbird-mcp-server": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"backoff",
"mcp",
"run",
"<PATH-TO-REPO>/blackbird-mcp-server/server.py"
],
"env": {
"BLACKBIRD_CLIENT_KEY": "***",
"BLACKBIRD_SECRET_KEY": "***",
"BLACKBIRD_USERNAME": "***",
"BLACKBIRD_PASSWORD": "***"
}
}
}
}
Configuring Cursor
Note: Requires Cursor version 0.45.6 or higher
To set up the Blckbird MCP server in Cursor:
- Open Cursor Settings
- Navigate to Features > MCP Servers
- Click on the "+ Add New MCP Server" button
- Fill out
mcp.jsonthe same way as you would for Claude Desktop
{
"mcpServers": {
"blackbird-mcp-server": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"backoff",
"mcp",
"run",
"<PATH-TO-REPO>/blackbird-mcp-server/server.py"
],
"env": {
"BLACKBIRD_CLIENT_KEY": "***",
"BLACKBIRD_SECRET_KEY": "***",
"BLACKBIRD_USERNAME": "***",
"BLACKBIRD_PASSWORD": "***"
}
}
}
}
Установка Blackbird Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/blackbirdai-team/blackbird-mcp-serverFAQ
Blackbird Server MCP бесплатный?
Да, Blackbird Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Blackbird Server?
Нет, Blackbird Server работает без API-ключей и переменных окружения.
Blackbird Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Blackbird Server в Claude Desktop, Claude Code или Cursor?
Открой Blackbird Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Blackbird Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
