
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
windsurfmcp-aws-mcp-server1
Advanced tools
Claude Desktop用のAWS MCPサーバーパッケージです。WebSocketを通じてAWS上のLambda関数に接続し、ZohoのCRM/Desk/Books APIとの連携機能を提供します。
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)このパッケージを使用するには、以下の設定が必要です:
MIT
MacNishio
FAQs
Claude Desktop用のAWS MCPサーバーパッケージです。WebSocketを通じてAWS上のLambda関数に接続し、ZohoのCRM/Desk/Books APIとの連携機能を提供します。
We found that windsurfmcp-aws-mcp-server1 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.