ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Anaplan with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage Anaplan workspaces, models, and data actions (imports, exports, processes) directly via AI.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Anaplan capability set.

These are the exact actions your AI can choose when you ask it to work with Anaplan.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Anaplan.

  1. 01

    List exports

    List export actions for a model

  2. 02

    List files

    List files in a model (exports/imports)

  3. 03

    List models

    List Anaplan models. Optionally filter by workspaceId

  4. 04

    Run export

    Run an Anaplan export action

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Anaplan.

  1. 05

    Get task status

    Get status of a running task

  2. 06

    List imports

    List import actions for a model

  3. 07

    List processes

    List processes for a model

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Anaplan.

  1. 08

    List workspaces

    List available Anaplan workspaces

  2. 09

    Run import

    Run an Anaplan import action

  3. 10

    Run process

    Run an Anaplan process

Observed, not estimated

827ms average. Fast in production.

Anaplan is checked daily against the live service.

Daily averagePeak 1164ms
Aug 25Today
Fastest day
718ms
Slowest day
1164ms
14-day trend
Improving-6%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Anaplan, so you can see the experience inside your AI.

It does not authenticate your account with Anaplan. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Anaplan Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_ZB0q1l8V1HcQyrd8wY8vncDKX1nvpu2aNGzEslJ7/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Anaplan capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "anaplan-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_ZB0q1l8V1HcQyrd8wY8vncDKX1nvpu2aNGzEslJ7/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Anaplan owners ask.

  • 01

    How do I find my Workspace and Model IDs?

    You can use the list_workspaces and list_models capabilities provided by this server. They will return a list of all accessible environments along with their unique IDs.

  • 02

    Are actions in Anaplan synchronous or asynchronous?

    Most data actions (imports, exports, processes) are asynchronous. When you run them, they return a Task ID. You should then use get_task_status to monitor the progress until it reaches a 'COMPLETE' state.

  • 03

    Can I trigger an Anaplan process that contains multiple actions?

    Yes, use the run_process capability. Processes in Anaplan are designed to run a sequence of imports, exports, and other actions in a specific order. You can monitor the entire process using the returned Task ID.