anaplan-kit-mcp

palimkarakshay/anaplan-kit-mcp
★ 0 stars Python API Integration Updated 2d ago
MCP server for Anaplan model builders: offline formula reference, cookbook recipes and blueprint linting (bundled content, zero credentials) + optional live Anaplan API tools via anaplan-sdk.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "anaplan-kit-mcp": {
      "command": "uvx",
      "args": [
        "anaplan-kit-mcp"
      ]
    }
  }
}

Or install with pip: pip install anaplan-kit-mcp