Set up InkPal in 60 seconds
InkPal is an MCP server. It works with any AI tool that speaks Model Context Protocol. Pick your client below, copy the snippet, paste it into the config file shown.
1. Get a license key
Free Dev tier gives you a starter tool set and 2 screens/month — no credit card needed. Pro and Studio unlock all 157 tools.
Sign up for a free key →2. Install the MCP server
Run once per machine. Stores your license + spawns the MCP binary on demand. Zero ongoing background process.
npx inkpal install --key <your-license-key>
Or set the key via env var:
INKPAL_LICENSE_KEY=ink_…3. Configure your AI tool
Pick your client below for the exact config snippet + file path.
# One-time install /plugin install inkpal # Or via CLI claude mcp add inkpal npx -y inkpal-mcp \ -e INKPAL_LICENSE_KEY=<your-license-key>
Config path:
auto via /plugin install4. Verify
Restart your AI tool. In a chat, ask:
Search Flutter patterns for "infinite scroll" using inkpal
You should see your tool call
inkpal_search_patternsand return live results from our 11.5K+ pattern database.
Need help?
Stuck on install or config? Open a support ticket from your dashboard or check the docs.