@tryanai/mcp-server
v1.0.0
Published
MCP server for querying TryAnAI's AI tools directory. Search, compare, and discover AI tools from 100+ categories.
Maintainers
Readme
@tryanai/mcp-server
MCP server for TryAnAI — search, compare, and discover AI tools from 100+ categories.
Works with any MCP-compatible AI agent (Claude, Cursor, Windsurf, etc.).
Quick Start
npx -y @tryanai/mcp-serverClaude Desktop / Claude Code
Add to your MCP config:
{
"mcpServers": {
"tryanai": {
"command": "npx",
"args": ["-y", "@tryanai/mcp-server"]
}
}
}Tools
| Tool | Description |
|------|-------------|
| search_ai_tools | Search by keyword, category, pricing, platform |
| get_tool_details | Full details: pricing tiers, features, pros/cons, alternatives |
| compare_tools | Side-by-side comparison of 2-4 tools |
| list_categories | All categories with tool counts |
| find_alternatives | Find similar tools to a given one |
Examples
Search for free image generation tools:
search_ai_tools(query: "image generation", pricing: "FREE")Compare ChatGPT vs Claude:
compare_tools(slugs: ["chatgpt", "claude"])Get full details on a tool:
get_tool_details(slug: "midjourney")Data
All data is factual and sourced from tool websites, pricing pages, and review platforms. No AI-generated content — every data point is verified.
License
MIT
