thedailyworkflow-mcp
Allows searching for MCP servers that integrate with Notion and retrieving their install configurations for various clients (Claude, Cursor, etc.).
Allows searching for MCP servers that integrate with PostgreSQL and retrieving their install configurations for various clients.
Allows searching for MCP servers that integrate with Slack and retrieving their install configurations for various clients.
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., "@thedailyworkflow-mcpFind me an MCP for Notion that works with Cursor"
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.
TheDailyWorkflow MCP
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:
3500+ MCP servers — search by query/category/client/language, get ready-to-paste install configs
15000+ AI tools — search, get pricing/features/target audience for any tool
200+ ready-made workflow pipelines — step-by-step recipes with prompts for common AI tasks
147+ MCP tutorials — install, build, comparison, troubleshooting guides
147+ Q&A cases — curated solutions to real GitHub Issues (timeouts, ESM bugs, install errors)
1700+ AI prompts — battle-tested prompts for ChatGPT, Claude, Midjourney, etc.
Custom pipeline builder — for any goal, get a deep link to the AI builder that composes a workflow from 15k tools
Stop browsing tabs. Ask Claude:
"Find me an MCP for Notion that works with Cursor"
"My fastapi-mcp is timing out after 5s, what's the fix?"
"Give me a pipeline to turn a blog post into a podcast"
"Find me a battle-tested ChatGPT prompt for cold outreach"
— get answers with working configs, copy-paste prompts, and links to full guides.
Quick install
Claude Desktop
Add to claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"thedailyworkflow": {
"command": "uvx",
"args": ["thedailyworkflow-mcp"]
}
}
}Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"thedailyworkflow": {
"command": "uvx",
"args": ["thedailyworkflow-mcp"]
}
}
}Windsurf / Cline / Continue / Goose
Same config format — point the command to uvx with arg thedailyworkflow-mcp.
Manual install (pip)
pip install thedailyworkflow-mcpThen use command: "thedailyworkflow-mcp" (no args) in your client config.
Tools provided (16 total)
MCP servers — 5 tools
Tool | What it does |
| Search the catalog by query, category, client, language. |
| Get a ready-to-paste config snippet for a specific MCP + client. |
| Full info on an MCP: description, use cases, tools, configs. |
| All MCP categories with counts. |
| Total MCP servers, top languages. |
AI Tools — 3 tools
Tool | What it does |
| Search 15000+ tools by query, category, pricing. |
| Full tool info: features, pricing, target audience, USP. |
| All tool categories with counts. |
Pipelines — 4 tools
Tool | What it does |
| Search 200+ ready-made AI workflow pipelines. |
| Full pipeline: title, goal, steps with prompts. |
| Top-N most-used pipelines (browse what works). |
| For unique tasks — get a deep link to the AI Pipeline Builder. |
MCP Tutorials — 2 tools
Tool | What it does |
| Search 147+ tutorials (install, build, comparison, troubleshooting). |
| Full tutorial markdown with steps, code blocks, screenshots. |
Q&A cases — 1 tool
Tool | What it does |
| Search 147+ curated GitHub-Issue solutions (problem → cause → fix). |
Prompts — 1 tool
Tool | What it does |
| Search 1700+ user-submitted AI prompts by query, AI tool, category. |
Example prompts
Once installed, try these in your AI client:
MCP discovery & setup:
"Find me an MCP server for working with PostgreSQL, give install config for Cursor"
"What MCP servers exist for Slack?"
"How many MCP servers are in the catalog total?"
MCP troubleshooting (Q&A cases):
"My fastapi-mcp is hitting httpx.ReadTimeout after 5s, fix?"
"Cursor MCP shows 'ESM require' error, what's the cause?"
"Windows path bug in my filesystem MCP — find me the fix"
MCP learning (tutorials):
"How do I install MCP server in Cursor?"
"Beginner tutorial for building my own Python MCP server"
"Compare Windsurf vs Cursor for MCP support"
AI tools:
"Find me a free AI tool for image generation"
"Compare Notion AI vs Mem.ai — who is each one for?"
"What categories of AI tools exist?"
Workflow pipelines:
"Give me a workflow to turn a blog post into a podcast"
"Show me popular AI pipelines — I want inspiration"
"I want to make a kids book with AI. Find me a pipeline."
"Build me a custom pipeline for: extract leads from LinkedIn and DM them"
Prompts library:
"Find me a battle-tested ChatGPT prompt for cold email outreach"
"Give me a Claude prompt for refactoring Python code"
"Search prompts about marketing copy"
How it works
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.
About the catalog
TheDailyWorkflow maintains the largest curated MCP knowledge base:
3500+ servers — the largest curated MCP directory, updated continuously
Standardized descriptions and install configs — consistent, reviewed format across the entire catalog
Bilingual — English and Russian content for everything
Per-client install snippets — Claude Desktop, Cursor, Cline, Windsurf, Continue, Goose
Curated Q&A — real-world fixes from GitHub Issues, deduplicated and structured
Tutorials — install, build, compare, troubleshooting guides for every major scenario
Browse: thedailyworkflow.com/mcp
License
MIT — see LICENSE.
Contributing
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.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/vlsky2603/thedailyworkflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server