TokRepo is an open registry for AI assets: skills, prompts, MCP configs, and workflows.
Useful when you want one searchable source for reusable AI assets instead of hunting across GitHub repos, random gists, and blog posts.
npx tokrepo search "claude code"
npx tokrepo search "mcp server"
npx tokrepo install <uuid>claude mcp add tokrepo -- npx tokrepo-mcp-serverAdd this to your MCP config:
{
"mcpServers": {
"tokrepo": {
"command": "npx",
"args": ["tokrepo-mcp-server"]
}
}
}codex --mcp-server tokrepo -- npx tokrepo-mcp-servergemini settings mcp add tokrepo -- npx tokrepo-mcp-server- Search curated AI assets by keyword.
- Inspect install instructions before copying anything into your project.
- Pull reusable skills, prompts, MCP configs, and workflows into your own setup.
- Use the same registry from both human workflows and agent workflows.
- Website: https://tokrepo.com
- MCP package: https://www.npmjs.com/package/tokrepo-mcp-server
- CLI package: https://www.npmjs.com/package/tokrepo
- Discovery endpoint: https://tokrepo.com/.well-known/tokrepo.json