loading…
Search for a command to run...
loading…
Search and install 200+ curated AI assets (skills, prompts, MCP configs, scripts, workflows) from TokRepo's open registry. Works with Claude Code, Cursor, Codex
Search and install 200+ curated AI assets (skills, prompts, MCP configs, scripts, workflows) from TokRepo's open registry. Works with Claude Code, Cursor, Codex, and any MCP-compatible client.
Search, browse, and install AI assets from TokRepo — the open registry for AI skills, prompts, MCP configs, scripts, and workflows.
claude mcp add tokrepo -- npx tokrepo-mcp-server
Add to your MCP config (~/.cursor/mcp.json):
{
"mcpServers": {
"tokrepo": {
"command": "npx",
"args": ["tokrepo-mcp-server"]
}
}
}
codex --mcp-server tokrepo -- npx tokrepo-mcp-server
gemini settings mcp add tokrepo -- npx tokrepo-mcp-server
Once connected, your AI assistant can:
| Tool | Description |
|---|---|
tokrepo_search |
Search assets by keyword and tag |
tokrepo_detail |
Get full asset details by UUID |
tokrepo_install |
Get raw installable content |
tokrepo_trending |
Browse popular/latest assets |
You: "Find me a good MCP server for databases"
AI: [calls tokrepo_search] → Shows DBHub, Supabase MCP, PostgreSQL MCP with install commands
You: "What's trending on TokRepo?"
AI: [calls tokrepo_trending] → Shows top assets by popularity
You: "Install that cursor rules asset"
AI: [calls tokrepo_install] → Returns raw content ready to save
TokRepo is the open registry for AI assets — like npm for packages, but for AI skills, prompts, MCP configs, and workflows.
npx tokrepo search "query" / npx tokrepo install <uuid>MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"tokrepo-mcp-server": {
"command": "npx",
"args": []
}
}
}