Skip to content
Claude Desktop

aishelf mcp server for Claude Desktop

io.github.vedant2254/aishelf-mcp-server

MCP server for AIShelf - allows AI model to choose workflows, rules, skills, and prompts for a task

client:Claude Desktop transport:stdio runtime:npm

Install aishelf mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aishelf-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@aishelf/mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

aishelf mcp server in other clients