agentmods-mcp
Enables searching and inspecting mods from the agentmods.dev catalogue and retrieving installation commands for GitHub Copilot agents, along with measurements such as token cost, security grade, and origin.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agentmods-mcpfind a playwright mod with the lowest token cost"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agentmods-mcp
An MCP server for agentmods.dev — a catalogue of 648,000+ mods for coding agents (skills, subagents, slash commands, hooks, MCP servers, Cursor rules, instructions files) where every entry is measured: token cost per session, a security scan with the evidence line for each finding, original vs copy, and what changed since last week.
Plug it into Claude Desktop, Claude Code, or any MCP client, and the model can search the catalogue and choose by the measurements — not by vibes.
Setup
.mcp.json (project) or your client's MCP config:
{
"mcpServers": {
"agentmods": { "command": "npx", "args": ["-y", "agentmods-mcp"] }
}
}Zero dependencies, Node >= 18, stdio transport.
Related MCP server: agentalmanac-mcp
Tools
search_mods
{ query, type?, limit? }— names ("playwright") and plain intent ("make my agent cheaper") both work; every result carriestokens_per_session,security_grade,origin,repo_starsand the install command.mod_info
{ slug }— one mod's full detail: measurements, licence, files, and per-agent install commands (Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot).
Agents with a shell can skip MCP entirely: the
agentmods CLI searches and
installs directly (npx agentmods add <slug>), and this server ships inside
it too (npx agentmods mcp).
MIT licence.
This server cannot be installed
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 Connectors
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
Search and get install details on MCP servers, right from your agent -- a unified marketplace index.
Find, compare, and audit software for AI agents. Scored registry of tools and MCP servers.
Search and install 4,000+ security-scanned MCP servers from inside any MCP-aware AI client.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables users to search and discover over 500 AI agent endpoints and x402 APIs directly from MCP-compatible clients like Claude and Cursor. It provides tools to query endpoints by keyword, category, or capability while offering access to detailed provider statistics.-
- AlicenseAqualityDmaintenanceEnables searching and retrieving details of 9,000+ MCP servers from the Agent Almanac catalog, allowing agents to discover, inspect, and install tools directly.325MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI-driven semantic code search via natural language queries, integrating with MCP clients like Claude Desktop to retrieve relevant code context from any codebase.MIT
- AlicenseAqualityAmaintenanceEnables AI agents to search a curated directory of Claude Code agent skills, MCP servers, and plugin marketplaces ranked by community signal.471MIT