New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

windsurfmcp-aws-mcp-server1

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

windsurfmcp-aws-mcp-server1

Claude Desktop用のAWS MCPサーバーパッケージです。WebSocketを通じてAWS上のLambda関数に接続し、ZohoのCRM/Desk/Books APIとの連携機能を提供します。

latest
Source
npmnpm
Version
1.3.68
Version published
Maintainers
1
Created
Source

windsurfmcp-aws-mcp-server1

Claude Desktop用のAWS MCPサーバーパッケージです。WebSocketを通じてAWS上のLambda関数に接続し、ZohoのCRM/Desk/Books APIとの連携機能を提供します。

インストール

npm install -g windsurfmcp-aws-mcp-server1

または、Claude Desktopから直接実行する場合:

{
  "mcpServers": {
    "aws-mcp-server": {
      "command": "node",
      "args": ["windsurfmcp-aws-mcp-server1"],
      "stdio": {
        "stdout": "pipe",
        "stderr": "pipe"
      }
    }
  },
  "zohoConfig": {
    "crm": {
      "clientId": "YOUR_CRM_CLIENT_ID",
      "clientSecret": "YOUR_CRM_CLIENT_SECRET",
      "redirectUri": "YOUR_CRM_REDIRECT_URI",
      "apiBaseUrl": "https://www.zohoapis.com/crm/v2",
      "authDomain": "https://accounts.zoho.com",
      "scope": "ZohoCRM.modules.ALL"
    },
    "desk": {
      "clientId": "YOUR_DESK_CLIENT_ID",
      "clientSecret": "YOUR_DESK_CLIENT_SECRET",
      "redirectUri": "YOUR_DESK_REDIRECT_URI",
      "apiBaseUrl": "https://desk.zoho.com/api/v1",
      "authDomain": "https://accounts.zoho.com",
      "scope": "ZohoDesk.tickets.ALL,ZohoDesk.basic.READ",
      "organizationId": "YOUR_DESK_ORG_ID"
    },
    "books": {
      "clientId": "YOUR_BOOKS_CLIENT_ID",
      "clientSecret": "YOUR_BOOKS_CLIENT_SECRET",
      "redirectUri": "YOUR_BOOKS_REDIRECT_URI",
      "apiBaseUrl": "https://www.zohoapis.com/books/v3",
      "authDomain": "https://accounts.zoho.com",
      "scope": "ZohoBooks.full.fullaccess.ALL",
      "organizationId": "YOUR_BOOKS_ORG_ID"
    }
  }
}

環境変数

以下の環境変数を設定して動作をカスタマイズできます:

リージョン設定

  • API_BASE_URL: Zoho APIのベースURLを指定(例: https://www.zohoapis.com または https://www.zohoapis.jp
  • AUTH_DOMAIN: 認証ドメインを指定(例: https://accounts.zoho.com または https://accounts.zoho.jp

その他の環境変数

  • NODE_ENV: 実行環境(developmentまたはproduction
  • USE_MOCK_TOKENS: モックトークンを使用するかどうか(trueまたはfalse

前提条件

このパッケージを使用するには、以下の設定が必要です:

  • Zoho CRM/Desk/BooksのAPIクライアントIDとシークレット
  • 各サービスのリダイレクトURI
  • DeskとBooksの組織ID

機能

  • Zoho CRM APIの操作
  • Zoho Desk APIの操作
  • Zoho Books APIの操作
  • トークン自動更新
  • エラーハンドリングとログ出力

ライセンス

MIT

作者

MacNishio

Keywords

claude

FAQs

Package last updated on 29 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts