mcp-tools-guide

freebeiro/mcp-tools-guide
★ 2 stars Unknown language 💻 Code/Dev Tools Updated 1y ago
Guide for setting up and configuring Model Context Protocol (MCP) tools
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-guide": {
      "command": "npx",
      "args": [
        "-y",
        "freebeiro/mcp-tools-guide"
      ]
    }
  }
}