π₯
TokRepo β AI Asset Registry
Search and install AI skills, prompts, MCP configs, and workflows from TokRepo.
0 installs
Trust: 37 β Low
Social
Ask AI about TokRepo β AI Asset Registry
Powered by Claude Β· Grounded in docs
I know everything about TokRepo β AI Asset Registry. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
TokRepo MCP Server
Search, browse, and install AI assets from TokRepo β the open registry for AI skills, prompts, MCP configs, scripts, and workflows.
Quick Start
Claude Code
claude mcp add tokrepo -- npx tokrepo-mcp-server
Cursor / Windsurf
Add to your MCP config (~/.cursor/mcp.json):
{
"mcpServers": {
"tokrepo": {
"command": "npx",
"args": ["tokrepo-mcp-server"]
}
}
}
OpenAI Codex / Gemini CLI
codex --mcp-server tokrepo -- npx tokrepo-mcp-server
gemini settings mcp add tokrepo -- npx tokrepo-mcp-server
What It Does
Once connected, your AI assistant can:
- Search 200+ curated AI assets by keyword or category
- Browse trending assets, filter by type (MCP, Skill, Prompt, Agent, Script)
- Get details β full documentation, install instructions, and metadata
- Install β get raw content ready to save or execute
Available Tools
| 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 |
Example Conversations
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
Why TokRepo?
TokRepo is the open registry for AI assets β like npm for packages, but for AI skills, prompts, MCP configs, and workflows.
- 200+ curated assets β quality-reviewed, not a dump
- Agent-native β every asset has machine-readable install contracts
- Universal β works with Claude Code, Cursor, Codex, Gemini CLI, and any MCP client
- CLI available β
npx tokrepo search "query"/npx tokrepo install <uuid>
Requirements
- Node.js >= 18
- Internet connection (queries tokrepo.com API)
Links
- Website: tokrepo.com
- CLI: npm: tokrepo
- GitHub: henu-wang/tokrepo-mcp-server
- API: tokrepo.com/.well-known/tokrepo.json
License
MIT
