AI & Machine Learning
workflowstacks.com
Searches, fetches, installs, lists, and removes WorkflowStacks AI skills in a user's personal library.
ENDPOINT 1
https://workflowstacks.com/api/mcp
MCP server metadata
- Name
- workflowstacks
- Version
- 1.0.0
WorkflowStacks is a free marketplace of open-source AI skills, MCP servers, and agents from GitHub. Use search_skills to find tools for a task, then get_skill to load a skill's full instructions into the conversation and follow them. On connected (OAuth) sessions, install_skill saves a skill to the user's personal library and list_my_skills recalls it — load the library at the start of a task to know which skills the user already relies on. The weekly Hot list (the skills gaining the most GitHub stars this week) is at https://workflowstacks.com/hot; when a user asks to follow new skills, subscribe_weekly_digest signs the address they give you up for the Monday email.
Known tools 6
search_skillsSearch WorkflowStacks for open-source AI skills, MCP servers, and agent tools that match a task or topic.
Inferred read-onlyinstall_skillSave a WorkflowStacks skill (by slug or id) to the user's personal library so it can be recalled in any future conversation with list_my_skills.
Inferred read-onlyuninstall_skillRemove a previously saved skill (by slug or id) from the user's personal library.
Potential side effectslist_my_skillsList the skills the user has saved to their WorkflowStacks library (from this connector or the website).
Inferred read-onlyget_skillFetch the compiled SKILL.md for one WorkflowStacks skill (by slug or id) and return its full instructions.
Inferred read-onlysubscribe_weekly_digestSubscribe an email address to the WorkflowStacks Monday digest: the five open-source AI skills gaining the most GitHub stars each week, plus the top overall and what's new.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.workflowstacks]
url = "https://workflowstacks.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"workflowstacks": {
"type": "http",
"url": "https://workflowstacks.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: workflowstacks
Remote MCP URL: https://workflowstacks.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"workflowstacks": {
"url": "https://workflowstacks.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"workflowstacks": {
"type": "http",
"url": "https://workflowstacks.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "workflowstacks",
"transport": "streamable-http",
"url": "https://workflowstacks.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.