DocsInstallation

Installation

Claude Desktop

Open your Claude Desktop configuration file or use the built-in editor:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Built-in: Settings → Developer → Edit Config

Add the server configuration:

{
  "mcpServers": {
    "improve-fast": {
      "url": "https://improve.fast/mcp"
    }
  }
}

Restart Claude Desktop to activate.

Claude Code

Use the CLI command to add the server:

claude mcp add --transport http improve-fast https://improve.fast/mcp

Add --scope user to make it available globally across all projects.

Cursor

Navigate to Settings → Tools & Integrations → MCP and click New MCP Server, or edit the configuration file:

  • Global: ~/.cursor/mcp.json
  • Project: .cursor/mcp.json
{
  "mcpServers": {
    "improve-fast": {
      "url": "https://improve.fast/mcp"
    }
  }
}

Restart Cursor to load the configuration.

Cline (VSCode)

In VSCode with Cline installed, click the MCP Servers icon in the Cline panel, then Configure MCP Servers. This opens cline_mcp_settings.json.

{
  "mcpServers": {
    "improve-fast": {
      "url": "https://improve.fast/mcp"
    }
  }
}

Save and restart Cline to activate.

Continue (VSCode/JetBrains)

Add to your Continue configuration using mcpServers blocks. Resources appear with "@" mention, and prompts appear as slash commands.

{
  "mcpServers": {
    "improve-fast": {
      "url": "https://improve.fast/mcp"
    }
  }
}

Other MCP Clients

Other MCP-compatible clients can connect using:

https://improve.fast/mcp

Supported clients include Zed, Windsurf, Amazon Q CLI, and more. Consult your client's documentation for specific configuration instructions.