Back to MCP Servers
🔌

augmnt/augments-mcp-server

MITAPI key required

📇 ☁️ 🏠 - Transform Claude Code with intelligent, real-time access to 90+ framework documentation sources. Get accurate, up-to-date code generation that follows current best practices for React, Next

TypeScriptAI & LLMs

Install

npx -y -y @augmnt-sh/augments-mcp-server

Required environment variables

GITHUB_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "augmnt-augments-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@augmnt-sh/augments-mcp-server"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.