mcp-expertise-toolkit

lennyzeltser/mcp-expertise-toolkit
★ 9 stars TypeScript 📦 Other Updated today
Turn domain expertise into AI-accessible MCP servers
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-expertise-toolki": {
      "command": "npx",
      "args": [
        "-y",
        "lennyzeltser/mcp-expertise-toolkit"
      ]
    }
  }
}