One hosted MCP server over every frame-by-frame teardown in the library - search, browse, and pull build-ready prompts straight into your AI tool. Read-only, no API key.
Claude → Settings → Connectors → Add custom connector. Custom connectors need a paid Claude plan.
https://16ms.vercel.app/api/mcpWith the server connected, ask your tool:
Search the 16ms interaction library for a pull-to-refresh animation and give me the full build prompt.ChatGPT → Settings → Connectors → Advanced → Developer mode (Pro), then create a connector with this URL.
https://16ms.vercel.app/api/mcpWith the server connected, ask your tool:
Search the 16ms interaction library for a pull-to-refresh animation and give me the full build prompt.One command:
codex mcp add interaction-prompt-library --url https://16ms.vercel.app/api/mcpWith the server connected, ask your tool:
Search the 16ms interaction library for a pull-to-refresh animation and give me the full build prompt.One command:
claude mcp add --transport http interaction-prompt-library https://16ms.vercel.app/api/mcpWith the server connected, ask your tool:
Search the 16ms interaction library for a pull-to-refresh animation and give me the full build prompt.Installs the server into your Cursor MCP config.
Or add it by hand in ~/.cursor/mcp.json:
{
"mcpServers": {
"interaction-prompt-library": {
"url": "https://16ms.vercel.app/api/mcp"
}
}
}With the server connected, ask your tool:
Search the 16ms interaction library for a pull-to-refresh animation and give me the full build prompt.Installs the server into your VS Code MCP config.
Or add it by hand in .vscode/mcp.json:
{
"servers": {
"interaction-prompt-library": {
"type": "http",
"url": "https://16ms.vercel.app/api/mcp"
}
}
}With the server connected, ask your tool:
Search the 16ms interaction library for a pull-to-refresh animation and give me the full build prompt.Paste this into your tool. It adds the server and runs a first search.
Add an MCP server called "interaction-prompt-library" at https://16ms.vercel.app/api/mcp (streamable HTTP transport, no auth). Then list its tools and search it for a toggle switch interaction.Hosted on Vercel, streamable HTTP, read-only. Prefer running it locally over stdio? One file, zero dependencies.