alchemy-mcp-server
alchemy-mcp-serverは、TypeScriptで構築された自動化ワークフローを管理するためのサーバーです。ユーザーは、APIを介してワークフローを簡単に作成、管理、実行できます。シンプルなインターフェースと強力な機能を備えており、開発者にとって使いやすいツールです。
GitHubスター
68
ユーザー評価
未評価
お気に入り
0
閲覧数
7
フォーク
19
イシュー
2
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
To quickly set up the MCP server, use the following configuration in your MCP config file (typically in Claude Desktop or Cursor settings):
This configuration allows you to use the server without manually cloning the repository.
json
{
"mcpServers": {
"alchemy": {
"command": "npx",
"args": [
"-y",
"@alchemy/mcp-server"
],
"env": {
"ALCHEMY_API_KEY": "YOUR_API_KEY"
}
}
}
}