> ## Documentation Index
> Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

---
id: 44c617f0-e126-4b69-b1f7-f4328a175e30
---

# Developer Tooling Overview

Streamline your HubSpot development workflow with utilities for the command line, environment and account configuration, IDE integration, and automated CI/CD through GitHub Actions.

## Local development

HubSpot local development tools for command line operations, environment configuration, testing, and IDE integration.

<CardGroup cols={2}>
  <Card title="Install the CLI" icon="terminal" href="/developer-tooling/local-development/hubspot-cli/install-the-cli">
    Get started by installing the HubSpot CLI, which provides essential commands for building, deploying, and managing your HubSpot projects and more.
  </Card>

  <Card title="HubSpot VS Code extension" icon="laptop-code" href="/developer-tooling/local-development/vs-code-extension">
    Download and use the HubSpot VS Code extension, which provides HubL syntax highlighting and autocomplete, configuration file validation, and more.
  </Card>

  <Card title="Local development MCP server" icon="microchip-ai" href="/developer-tooling/local-development/developer-mcp/setup">
    Install HubSpot's local development MCP server for AI-assisted coding, debugging, and project management in your IDE.
  </Card>

  <Card title="Configurable test accounts" icon="sliders" href="/developer-tooling/local-development/configurable-test-accounts">
    Create test accounts with various HubSpot subscriptions to simulate customer environments and ensure feature compatibility.
  </Card>

  <Card title="Build with config profiles" icon="user" href="/developer-tooling/local-development/build-with-config-profiles">
    Configure profiles in a project to dynamically apply environment-specific variables at build time for seamless testing and deployment.
  </Card>
</CardGroup>

## Third-party tools

Third-party services to integrate with your project and HubSpot account.

<CardGroup cols={1}>
  <Card title="Set up GitHub Actions" icon="github" href="/developer-tooling/third-party-tools/set-up-github-actions">
    Learn how to set up GitHub Actions on the new developer platform.
  </Card>
</CardGroup>
