Sidekick for Indesign

Created By
Wilfred Springer5 months ago
Sidekick lets your AI Assistant to InDesign. Not "talk about" InDesign. Actually control it. Fix your spacing, apply styles, reformat tables—the tedious stuff you know how to do but really don't want to do manually. And for complex talks, you were always able to use ExtendScript, if you learned it. Now you can just ask for what you want in plain English. It works with Claude, Cursor, Windsurf—anything that speaks MCP. And your documents never leave your machine.
Overview

What is Sidekick for InDesign?

Sidekick for InDesign is an AI-powered assistant that allows users to control Adobe InDesign through natural language commands, automating tedious tasks like fixing spacing, applying styles, and reformatting tables.

How to use Sidekick for InDesign?

To use Sidekick, install the InDesign plugin from Adobe Exchange, connect it to Claude Desktop, and then simply ask Claude for help with your design tasks.

Key features of Sidekick for InDesign?

  • Control InDesign using plain English commands.
  • Automate repetitive tasks and batch operations.
  • Works locally on your machine, ensuring data privacy.

Use cases of Sidekick for InDesign?

  1. Automating layout creation by describing desired designs.
  2. Formatting text and applying styles with simple commands.
  3. Managing complex design tasks without manual intervention.

FAQ from Sidekick for InDesign?

  • Does this only work with Claude?

No, Sidekick works with any app that supports the Model Context Protocol (MCP), including Cursor and Windsurf.

  • Is my data sent to the cloud?

No, all operations are performed locally on your machine, and your documents never leave your computer.

  • Which versions of InDesign are supported?

Sidekick requires InDesign 2024 or later, as it uses Adobe's UXP plugin architecture.

  • How much does it cost?

The Sidekick plugin is a paid product available on Adobe Exchange, and a Claude subscription is also required.

Server Config

{
  "mcpServers": {
    "indesign-sidekick": {
      "command": "indesign-sidekick",
      "args": [
        "start"
      ]
    }
  }
}
Project Info
Created At
5 months ago
Updated At
5 months ago
Author Name
Wilfred Springer
Star
-
Language
-
License
-

Recommend Servers

View All
Docwand

40 minutes ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

35 minutes ago
Puter Mcp

a day ago