Home › Development › inspo
inspo
Real production websites for coding agents: palettes, fonts, fold autopsies and reference JSX.
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_KEYsecret — 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
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
mindshub
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Repomix
Pack local or remote codebases into AI-friendly files that LLMs and coding agents can read or search
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
pydantic-ai
Run Python code in a secure sandbox via MCP tool calls
Data from the Official MCP Registry