loading…
Search for a command to run...
loading…
Bridges AI assistants with the largest curated AI directory, enabling search for MCP servers, AI tools, workflow pipelines, tutorials, Q\&A solutions, and promp
Bridges AI assistants with the largest curated AI directory, enabling search for MCP servers, AI tools, workflow pipelines, tutorials, Q&A solutions, and prompts.
A bridge between Claude/Cursor/Windsurf/Cline and the largest curated AI catalog. Powered by thedailyworkflow.com — bilingual (EN+RU) AI directory.
What you get inside your AI assistant:
Stop browsing tabs. Ask Claude:
— get answers with working configs, copy-paste prompts, and links to full guides.
Add to claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"thedailyworkflow": {
"command": "uvx",
"args": ["thedailyworkflow-mcp"]
}
}
}
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"thedailyworkflow": {
"command": "uvx",
"args": ["thedailyworkflow-mcp"]
}
}
}
Same config format — point the command to uvx with arg thedailyworkflow-mcp.
pip install thedailyworkflow-mcp
Then use command: "thedailyworkflow-mcp" (no args) in your client config.
| Tool | What it does |
|---|---|
search_mcp_servers |
Search the catalog by query, category, client, language. |
get_mcp_install_config |
Get a ready-to-paste config snippet for a specific MCP + client. |
get_mcp_details |
Full info on an MCP: description, use cases, tools, configs. |
list_mcp_categories |
All MCP categories with counts. |
catalog_stats |
Total MCP servers, top languages. |
| Tool | What it does |
|---|---|
search_ai_tools |
Search 15000+ tools by query, category, pricing. |
get_ai_tool_details |
Full tool info: features, pricing, target audience, USP. |
list_ai_tool_categories |
All tool categories with counts. |
| Tool | What it does |
|---|---|
search_pipelines |
Search 200+ ready-made AI workflow pipelines. |
get_pipeline_details |
Full pipeline: title, goal, steps with prompts. |
get_popular_pipelines |
Top-N most-used pipelines (browse what works). |
build_custom_pipeline_url |
For unique tasks — get a deep link to the AI Pipeline Builder. |
| Tool | What it does |
|---|---|
search_mcp_tutorials |
Search 147+ tutorials (install, build, comparison, troubleshooting). |
get_tutorial_details |
Full tutorial markdown with steps, code blocks, screenshots. |
| Tool | What it does |
|---|---|
search_qa_cases |
Search 147+ curated GitHub-Issue solutions (problem → cause → fix). |
| Tool | What it does |
|---|---|
search_prompts |
Search 1700+ user-submitted AI prompts by query, AI tool, category. |
Once installed, try these in your AI client:
MCP discovery & setup:
MCP troubleshooting (Q&A cases):
MCP learning (tutorials):
AI tools:
Workflow pipelines:
Prompts library:
This MCP server is a thin client over the public REST API at https://thedailyworkflow.com/api/v1/*. No auth required, no API key, no tracking beyond standard server logs.
Source code is ~400 lines — read server.py to see exactly what it does.
TheDailyWorkflow maintains the largest curated MCP knowledge base:
MIT — see LICENSE.
Found a bug or want a new tool? Open an issue or PR.
To submit a missing MCP server to the catalog itself: thedailyworkflow.com/mcp/submit.
Built with FastMCP by the thedailyworkflow.com team.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"thedailyworkflow-mcp": {
"command": "npx",
"args": []
}
}
}