loading…
Search for a command to run...
loading…
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.
Before you begin, ensure you have:
BLACKBIRD_USERNAME and BLACKBIRD_PASSWORDBLACKBIRD_CLIENT_KEY and BLACKBIRD_SECRET_KEYuv --versionbrew install gitsudo apt install gitsudo yum install gitgit clone https://github.com/blackbirdai-team/blackbird-mcp-server.git
cd blackbird-mcp-server
claude_desktop_config.json# 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"
code %APPDATA%\Claude\claude_desktop_config.json
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": "***"
}
}
}
}
Note: Requires Cursor version 0.45.6 or higher
To set up the Blckbird MCP server in Cursor:
mcp.json the 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": "***"
}
}
}
}
Выполни в терминале:
claude mcp add blackbird-mcp-server -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.