Connector guide1-minute read9 MCP toolsEN · DE · IT

Nimble to MCP — どのAIエージェントからでもNimbleを操作

どのAIエージェントからでもNimble CRM(連絡先、活動、取引、タスク、ノート)を管理します。9つのツール、OAuth2認証。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Nimble

Manage Nimble CRM (contacts, activities, deals, tasks, notes) from any AI agent. 9 tools, OAuth2 auth.

Tools

9

Region

INTL

Category

CRM

Authentication

OAuth 2.0

Required env vars

NIMBLE_CLIENT_IDNIMBLE_CLIENT_SECRETNIMBLE_REFRESH_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Nimble in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

どのAIエージェントからでもNimble CRM(連絡先、活動、取引、タスク、ノート)を管理します。9つのツール、OAuth2認証。

こう聞いてみよう

Nimble のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

Nimble · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要?cloud.anythingmcp.comを直接使用してください。 サインインし、Connectors → Nimbleをクリックし、資格情報を貼り付け、MCP APIキーを発行 — 完了です。Dockerもgit cloneも、ローカルサーバーも不要です。

Nimble

どのAIエージェントからでもNimble CRM(連絡先、活動、取引、タスク、ノート)を管理します。9つのツール、OAuth2認証。

セットアップ

このコネクタはNimble REST API v1(app.nimble.com/api/v1)をラップしています。

セットアップ — OAuth2リフレッシュフロー:

  1. https://app.nimble.com にサインイン → 設定 → 統合 → API → OAuthアプリを作成
  2. client_idclient_secretをメモし、https://app.nimble.com/oauth/authorize?response_type=code&client_id=...&redirect_uri=...&scope=...でOAuthの流れを完了し、認可コードを取得します。
  3. トークンを交換します: POST https://app.nimble.com/oauth/token?grant_type=authorization_code&code=...&client_id=...&client_secret=...&redirect_uri=...
  4. refresh_tokenを保存します。NIMBLE_CLIENT_IDNIMBLE_CLIENT_SECRETNIMBLE_REFRESH_TOKENを設定します。

…(アプリ内コネクタの指示に続く)

前提条件: NIMBLE_CLIENT_IDNIMBLE_CLIENT_SECRETNIMBLE_REFRESH_TOKEN

コネクタをローカルにインストール

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

http://localhost:3000/connectors/storeを開き、Nimbleを選択し、前提条件にリストされている環境変数を貼り付けます。

利用可能なツール

ツール機能
nimble_myself認証されたユーザー情報を返します
nimble_list_contacts連絡先(人 + 会社)をリストします
nimble_get_contactIDで1つの連絡先を取得し、すべてのフィールド、タグ、ソーシャルネットワークリンクを含みます
nimble_create_contact連絡先を作成します
nimble_update_contact連絡先を更新します(PATCHセマンティクス — 変更したいフィールドのみを提供)
nimble_delete_contact連絡先を完全に削除します
nimble_list_activitiesワークスペースの活動(電話、会議、タスク、メール)をリストします
nimble_create_activity活動(タスク、電話メモ、会議ログ)を作成します
nimble_list_deals売上取引/機会をリストします

次のステップ

このガイドは役に立ちましたか?

Ready to ship

Your Nimble agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

関連ガイド