HomeDevelopment › inspo

inspo

Real production websites for coding agents: palettes, fonts, fold autopsies and reference JSX.

TypeScript Remote
★ 740 stars Last pushed 2026-09-15 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://inspomcp.dev/api/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http inspo https://inspomcp.dev/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "inspo": {
      "url": "https://inspomcp.dev/api/mcp"
    }
  }
}

Package (npm 0.1.16)

npx -y inspo-mcp@0.1.16

Or add to your MCP client config:

{
  "mcpServers": {
    "inspo": {
      "command": "npx",
      "args": [
        "-y",
        "inspo-mcp@0.1.16"
      ],
      "env": {
        "TOGETHER_API_KEY": "<YOUR_VALUE>",
        "INSPO_CATALOGUE_URL": "<YOUR_VALUE>",
        "INSPO_PROFILE": "<YOUR_VALUE>",
        "INSPO_IMAGES": "<YOUR_VALUE>",
        "INSPO_MAX_TOKENS": "<YOUR_VALUE>"
      }
    }
  }
}
  • TOGETHER_API_KEY secret — Optional. Enables query-embedding semantic search; everything else works without it.
  • INSPO_CATALOGUE_URL — Optional. Point at a self-hosted catalogue instead of the public CDN.
  • INSPO_PROFILE — Optional. 'lite' or 'full' tool surface (auto-detected per client by default).
  • INSPO_IMAGES — Optional. 'thumbs' or 'none' - whether tool results inline thumbnail image blocks.
  • INSPO_MAX_TOKENS — Optional. Token ceiling per tool response (300 to 200000); trims lower-ranked results first.

Related servers

Data from the Official MCP Registry