/ Annuaire / Playground / Excel Analyst Pro
● Communauté jeremylongshore ⚡ Instantané

Excel Analyst Pro

par jeremylongshore · jeremylongshore/excel-analyst-pro

Professional financial modeling skills for Claude Code — DCF, LBO, variance, pivot tables.

Professional financial modeling skills for Claude Code — DCF, LBO, variance, pivot tables.

Démo en direct

Aperçu en pratique

excel-analyst-pro-skill.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "excel-analyst-pro-skill": {
      "command": "npx",
      "args": [
        "-y",
        "excel-analyst-pro-skill"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "excel-analyst-pro-skill": {
      "command": "npx",
      "args": [
        "-y",
        "excel-analyst-pro-skill"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "excel-analyst-pro-skill": {
      "command": "npx",
      "args": [
        "-y",
        "excel-analyst-pro-skill"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "excel-analyst-pro-skill": {
      "command": "npx",
      "args": [
        "-y",
        "excel-analyst-pro-skill"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "excel-analyst-pro-skill",
      "command": "npx",
      "args": [
        "-y",
        "excel-analyst-pro-skill"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "excel-analyst-pro-skill": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "excel-analyst-pro-skill"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add excel-analyst-pro-skill -- npx -y excel-analyst-pro-skill

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Excel Analyst Pro

Get started with Excel Analyst Pro

Quand l'utiliser : When you want to bring Excel Analyst Pro into your Claude workflow.

Déroulement
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Excel Analyst Pro to help me with a task.✓ Copié

Résultat : Claude can interact with Excel Analyst Pro directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills