Blackbird MCP Server
@blackbirdai-team
Blackbird MCP Server について
Blackbird MCP Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Blackbird MCP Server?
It is an MCP server that connects AI assistants like Claude Desktop and Cursor with the Blackbird AI platform using API credentials. It is for developers and users who want to access Blackbird’s capabilities through an MCP-enabled client.
How to use Blackbird MCP Server?
Clone the repository, install uv and git, then add the server configuration to claude_desktop_config.json (Claude Desktop) or the MCP Servers settings (Cursor, v0.45.6+). Provide your Blackbird credentials (either BLACKBIRD_CLIENT_KEY and BLACKBIRD_SECRET_KEY or BLACKBIRD_USERNAME and BLACKBIRD_PASSWORD) as environment variables.
Key features of Blackbird MCP Server
- Requires Blackbird API credentials for authentication.
- Works with both Claude Desktop and Cursor.
- Runs via
uvwith themcpandbackoffpackages. - Configured through a simple JSON snippet in client settings.
- Supports two authentication methods: client key/secret or username/password.
Use cases of Blackbird MCP Server
- Enable Claude Desktop to interact with Blackbird AI services.
- Extend Cursor with Blackbird-powered context or actions.
- Automate Blackbird workflows through an MCP-compatible assistant.
FAQ from Blackbird MCP Server
What credentials are needed?
You need either BLACKBIRD_CLIENT_KEY and BLACKBIRD_SECRET_KEY, or BLACKBIRD_USERNAME and BLACKBIRD_PASSWORD. These are set as environment variables in the server configuration.
What runtime dependencies are required?
You need uv (install from astral.sh), git (for cloning), and either Claude Desktop or Cursor (v0.45.6+ for Cursor). The server itself uses mcp[cli] and backoff Python packages, which are handled by uv run.
How do I configure the server for Claude Desktop?
Edit claude_desktop_config.json (located in ~/Library/Application Support/Claude/ on macOS or %APPDATA%\Claude\ on Windows) by adding the blackbird-mcp-server entry with the uv command and your credentials.
Can I use Blackbird MCP Server with Cursor?
Yes. Open Cursor Settings, go to Features > MCP Servers, add a new server with the same JSON configuration as for Claude Desktop.
Where does the server store or process data?
The README does not specify; data handling depends on the Blackbird API that the server communicates with. Credentials are passed as environment variables and are not stored locally by the server.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント