Skip to main content

An AWS Labs Model Context Protocol (MCP) server for frontend

Project description

AWS Labs Frontend MCP Server

smithery badge

A Model Context Protocol (MCP) server that provides specialized tools for modern web application development.

Features

Modern React Application Documentation

This MCP Server provides comprehensive documentation on modern React application development through its GetReactDocsByTopic tool, which offers guidance on:

  • Essential Knowledge: Fundamental concepts for building React applications
  • Basic UI Setup: Setting up a React project with Tailwind CSS and shadcn/ui
  • Authentication: AWS Amplify authentication integration
  • Routing: Implementing routing with React Router
  • Customizing: Theming with AWS Amplify components
  • Creating Components: Building React components with AWS integrations
  • Troubleshooting: Common issues and solutions for React development

Prerequisites

  1. Install uv from Astral or the GitHub README
  2. Install Python using uv python install 3.10

Installation

Kiro Cursor VS Code
Add to Kiro Install MCP Server Install on VS Code

Configure the MCP server in your MCP client configuration (e.g., for Kiro, edit ~/.kiro/settings/mcp.json):

{
  "mcpServers": {
    "awslabs.frontend-mcp-server": {
      "command": "uvx",
      "args": ["awslabs.frontend-mcp-server@latest"],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Windows Installation

For Windows users, the MCP server configuration format is slightly different:

{
  "mcpServers": {
    "awslabs.frontend-mcp-server": {
      "disabled": false,
      "timeout": 60,
      "type": "stdio",
      "command": "uv",
      "args": [
        "tool",
        "run",
        "--from",
        "awslabs.frontend-mcp-server@latest",
        "awslabs.frontend-mcp-server.exe"
      ],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR",
        "AWS_PROFILE": "your-aws-profile",
        "AWS_REGION": "us-east-1"
      }
    }
  }
}

Usage

The Frontend MCP Server provides the GetReactDocsByTopic tool for accessing specialized documentation on modern web application development with AWS technologies. This server will instruct the caller to clone a base web application repo and use that as the starting point for customization.

GetReactDocsByTopic

This tool retrieves comprehensive documentation on specific React and AWS integration topics. To use it, specify which topic you need information on:

result = await get_react_docs_by_topic('essential-knowledge')

Available topics:

  1. essential-knowledge: Foundational concepts for building React applications with AWS services
  2. troubleshooting: Common issues and solutions for React development with AWS integrations

Each topic returns comprehensive markdown documentation with explanations, code examples, and implementation guidance.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awslabs_frontend_mcp_server-1.0.11.tar.gz (89.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

awslabs_frontend_mcp_server-1.0.11-py3-none-any.whl (17.2 kB view details)

Uploaded Python 3

File details

Details for the file awslabs_frontend_mcp_server-1.0.11.tar.gz.

File metadata

File hashes

Hashes for awslabs_frontend_mcp_server-1.0.11.tar.gz
Algorithm Hash digest
SHA256 55b751a5bf86ad3955941111f32874b3e55445658a73f0cdff1f27fee86e6711
MD5 42dea80969421a98513502885d915282
BLAKE2b-256 a71ccfb9c7576282659efc374b90d969f63aa5d5cc8dcd1e8fe07c0294f4fb67

See more details on using hashes here.

Provenance

The following attestation bundles were made for awslabs_frontend_mcp_server-1.0.11.tar.gz:

Publisher: release.yml on awslabs/mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file awslabs_frontend_mcp_server-1.0.11-py3-none-any.whl.

File metadata

File hashes

Hashes for awslabs_frontend_mcp_server-1.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 58eedeb9cacb61b2b9139e48e150cde9c4a2cd99d7c44f7f7b5d69e8a4291954
MD5 d43474c23fc3d8708589ab04644783f4
BLAKE2b-256 58b01d87b6c914d0756ceefec4e5fe9ad054a37412a7ddda6ad38f1f345a69cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for awslabs_frontend_mcp_server-1.0.11-py3-none-any.whl:

Publisher: release.yml on awslabs/mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page