← workflowstacks.com

INDIVIDUAL MCP TOOL

get_skill

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

workflowstacks.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://workflowstacks.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_skill and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

workflowstacks.com

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.

Related tools

  • search_skills — Search WorkflowStacks for open-source AI skills, MCP servers, and agent tools that match a task or topic.
  • 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.
  • uninstall_skill — Remove a previously saved skill (by slug or id) from the user's personal library.
  • list_my_skills — List the skills the user has saved to their WorkflowStacks library (from this connector or the website).
  • 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.