AI Tools MCP
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., "@AI Tools MCPWhat AI tool should I use to create product demo videos?"
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.
AI Tools MCP
An MCP server that gives your AI assistant access to a curated database of AI tools. 200+ tool cards extracted from The AI Search YouTube channel, each with pricing, platform, use cases, and source links.
Built so you can ask your AI "what tool should I use for X?" and get an answer grounded in real reviews instead of training data.
Install
Add to your MCP config (Claude Code, Cursor, Windsurf, or any MCP-compatible client):
{
"mcpServers": {
"ai-tools": {
"command": "npx",
"args": ["-y", "@caseybuilds/ai-tools-mcp"]
}
}
}That's it. No API keys, no setup.
Related MCP server: HyperStore MCP
What it does
The server exposes one tool: search_tools. When called, it returns every card in the database. Your AI reads them all and picks what's relevant to your question.
Why return everything instead of filtering? Because the AI is better at matching your intent to the right tool than any keyword search would be. A query about "making 3D product mockups" should surface a tool whose card says "generate photorealistic scene compositions," and keyword matching would miss that.
At 200+ cards (~220KB), the full set fits comfortably in any modern LLM's context. If you want to keep your main conversation's context clean, have your AI call this tool from a sub-agent.
What's in each card
Every card follows a consistent format:
Tool name and one-line description
URL, pricing (free / freemium / paid / open-source), platform (web / local / API / mobile / etc.)
Local-friendly: whether it runs on consumer hardware
What it does: 2-3 sentence summary
When to use it: practical situations where this is the right pick
Sources: links to the original YouTube reviews with dates and depth (deep-dive vs. mention)
Where the data comes from
All cards are extracted from video transcripts on The AI Search, a YouTube channel that reviews AI tools 2-3 times per week. The database is updated automatically when new videos are published. Each card links back to its source video(s).
For developers
git clone https://github.com/Minecraft9101010/ai-tools-mcp.git
cd ai-tools-mcp
npm install
npm run devThe server tries to fetch cards from GitHub first (so users always get the latest). If that fails (offline, rate-limited), it falls back to the local cards/ directory. Cards are cached in memory for one hour.
License
MIT
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 Servers
- AlicenseNot gradedqualityNot gradedmaintenanceSearch and discover 500+ tools, APIs, and services for AI agents. Browse 15 categories, get recommendations, and access structured metadata including auth methods, free tiers, and example calls.1
- AlicenseAqualityBmaintenanceEnables LLMs to search, browse, and retrieve detailed information on 6,500+ AI applications from the HyperStore catalog.81MIT
- AlicenseAqualityBmaintenanceEnables AI agents to search, browse, and recommend tools from the Hermes Agent ecosystem directory with zero configuration.810MIT
- AlicenseAqualityAmaintenanceGive your AI agent access to 8,400+ software tools — search, compare, get pricing, find alternatives, and discover the best tool for any use case.81614MIT
Related MCP Connectors
Live data gateway for AI — 3,300+ tools across 750+ sources, with citations
Search 2,000+ AI tools: pricing, alternatives, comparisons, and live, dead or acquired status.
Search, compare, and find alternatives across a curated catalog of 1,100+ AI tools.
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/Minecraft9101010/ai-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server