bytesagain-mcp
BytesAgain MCP Server
Search 60,000+ AI agent skills directly from any MCP-compatible agent.
Overview
BytesAgain is a free MCP server for discovering AI agent skills and workflow use cases across ClawHub, LobeHub, Dify, GitHub-indexed skills, and the BytesAgain curated catalog.
This repository contains a real stdio MCP server wrapper. It exposes compact tools to agents and forwards read-only requests to the public BytesAgain API at https://bytesagain.com/api/mcp.
Related MCP server: AgentBase MCP Server
MCP Tools
Tool | When to use | Returns |
| Find AI skills for a concrete task, keyword, domain, or integration request. Supports English, Chinese, Japanese, Korean, German, French, Spanish, and Portuguese. | Ranked skill summaries with slug, name, description, category, tags, downloads, owner, and relevance fields. |
| Fetch full details for a specific slug returned by | Detailed skill metadata, install/source links, category, tags, owner, downloads, stars, and related fields when available. |
| Browse trending or high-download skills when the user has no specific task in mind. | Top skills ranked by downloads. |
| Search workflow/use-case pages such as “write weekly reports”, “build dashboards”, or “automate ecommerce listings”. | Use-case pages and descriptions that map real-world tasks to relevant skills. |
Install
Run with npx
npx -y --package github:bytesagain/mcp-server bytesagain-mcpRun from source
git clone https://github.com/bytesagain/mcp-server.git
cd mcp-server
npm install
npm startDocker
docker build -t bytesagain-mcp .
docker run --rm -i bytesagain-mcpClaude Desktop configuration
{
"mcpServers": {
"bytesagain": {
"command": "npx",
"args": ["-y", "--package", "github:bytesagain/mcp-server", "bytesagain-mcp"]
}
}
}Environment variables
Variable | Default | Description |
|
| Optional override for the public BytesAgain API endpoint. |
No API key is required. The server is read-only and does not write to BytesAgain, GitHub, Glama, or third-party services.
Public endpoints
Website: https://bytesagain.com
MCP documentation: https://bytesagain.com/mcp
Hosted MCP endpoint: https://bytesagain.com/api/mcp
REST search example: https://bytesagain.com/api/mcp?action=search&q=video%20editor
Development
npm install
npm testThe smoke test starts the MCP server over stdio and verifies that the tool list is exposed correctly.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityFmaintenanceMCP server for discovering and installing AI agent skills from agentskill.sh. Search skills across platforms, browse trending skills, and install them with built-in security scanning.Last updated4193MIT- AlicenseAqualityDmaintenanceOpen registry of agent instruction files — system prompts, skills, workflows, and domain packs. Exposes the OpenClaw registry via 4 MCP tools: search by keyword/category, fetch full instruction files, list categories, and get top-rated files. CC0 licensed, free to use.Last updated4511MIT
- AlicenseAqualityDmaintenanceAgent-first skill marketplace MCP server. AI agents discover, install, and share skills across 7 platforms via MCP protocol. 15 tools including skill search, download, upload, and agent discovery.Last updated183MIT
- AlicenseAqualityCmaintenanceEnables AI agents to search a directory of 13,870+ MCP servers, 4,384+ agent skills, and plugins from Remote OpenClaw, returning install commands directly.Last updated3493MIT
Related MCP Connectors
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Search 41,000+ agent skills, MCP servers, plugins & loops — real install counts and stars.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bytesagain/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server