Skip to main content
Glama
Minecraft9101010

AI Tools MCP

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 dev

The 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

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Search 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
  • A
    license
    A
    quality
    B
    maintenance
    Enables LLMs to search, browse, and retrieve detailed information on 6,500+ AI applications from the HyperStore catalog.
    8
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Give your AI agent access to 8,400+ software tools — search, compare, get pricing, find alternatives, and discover the best tool for any use case.
    8
    161
    4
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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