mcp-tools

gabbywelson/mcp-tools
★ 1 stars TypeScript 📦 Other Updated 5mo ago
Various MCP tools meant to integrate with Poke and similar services. Still very much a WIP
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-tools": {
      "command": "npx",
      "args": [
        "-y",
        "gabbywelson/mcp-tools"
      ]
    }
  }
}