augments-mcp-server
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
This comprehensive MCP server allows users to retrieve types, prose, and examples for any npm package, enhancing the development experience. With the latest version, users benefit from documentation-first search capabilities, a variety of tools, and improved reliability. The server integrates multiple sources and offers context-aware formatting, making it a valuable resource for developers seeking detailed information on libraries and frameworks.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"augments-mcp-server": {
"args": [
"augments-mcp-server"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions