← Registry

AI & Machine Learning

workflowstacks.com

Searches, fetches, installs, lists, and removes WorkflowStacks AI skills in a user's personal library.

1 endpoint6 known toolsFirst detected September 6, 2026Last detected September 15, 2026

ENDPOINT 1

https://workflowstacks.com/api/mcp

No auth detected

MCP server metadata

Name
workflowstacks
Version
1.0.0
Capabilities
tools
Server instructions

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_skills

Search WorkflowStacks for open-source AI skills, MCP servers, and agent tools that match a task or topic.

Inferred read-only
install_skill

Save 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-only
uninstall_skill

Remove a previously saved skill (by slug or id) from the user's personal library.

Potential side effects
list_my_skills

List the skills the user has saved to their WorkflowStacks library (from this connector or the website).

Inferred read-only
get_skill

Fetch the compiled SKILL.md for one WorkflowStacks skill (by slug or id) and return its full instructions.

Inferred read-only
subscribe_weekly_digest

Subscribe 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 effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.