IAM Policy Autopilot
OfficialAnalyzes application code locally to automatically generate baseline AWS IAM identity-based policies...
Create or confirm AWS credentials you will use
- If you already have an IAM user with programmatic access, skip to step 2.
- To create new programmatic credentials in the AWS Console:
- Sign in to the AWS Management Console and open the IAM console.
- Go to "Users" → "Add user".
- Enter a username, check "Programmatic access", attach appropriate policies (or add to a group with the required permissions), and finish creation.
- Copy the Access key ID and Secret access key (you will need these once).
(Recommended) Create an AWS CLI profile (so you can use AWS_PROFILE)
- Install and configure the AWS CLI if needed: run
aws configure --profile my-profile-nameand enter:- AWS Access Key ID
- AWS Secret Access Key
- Default region name (e.g., us-east-1)
- Default output format (optional)
- Confirm the profile exists in
~/.aws/credentials(orC:\Users\<you>\.aws\credentialson Windows).
- Install and configure the AWS CLI if needed: run
Decide which environment variables you will provide to the MCP server
- Preferred method shown in the README: set
- AWS_PROFILE — the name of the AWS CLI profile you created (e.g., my-profile-name)
- AWS_REGION — the AWS region to use (e.g., us-east-1)
- Alternative (if you cannot use an AWS profile): set these directly instead of AWS_PROFILE:
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- (If using temporary credentials) AWS_SESSION_TOKEN
- Preferred method shown in the README: set
Determine the exact values to enter
- AWS_PROFILE: the profile name you used with
aws configure(or an existing profile name from~/.aws/credentials). - AWS_REGION: the AWS region you want the tool to assume (e.g., us-east-1, us-west-2). Use the region that matches your resources or
us-east-1if unsure. - AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY / AWS_SESSION_TOKEN: copy these exactly from IAM console when you created the access keys (secret is shown only once).
- AWS_PROFILE: the profile name you used with
Open the FastMCP connection interface and click the "Install Now" button
- In the Install Now dialog (or the form that appears), add the environment keys and paste their values exactly as determined above.
What to put in each FastMCP ENV field (examples)
- AWS_PROFILE: my-profile-name
- AWS_REGION: us-east-1
- OR (if not using profile)
- AWS_ACCESS_KEY_ID: AKIA...
- AWS_SECRET_ACCESS_KEY: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
- AWS_SESSION_TOKEN:
(only for temporary creds)
Save/apply the FastMCP settings and start the MCP server
- After you click the Install/Save button, confirm the MCP server logs show it picked up the environment values (or that the connection succeeded).
Verify the integration
- Run a simple IAM Policy Autopilot command via the MCP or local CLI (for example
iam-policy-autopilot mcp-server --transport http) or ask your AI coding assistant to generate a policy to ensure the server can access AWS as expected. - If you used AWS_PROFILE, ensure the machine running the MCP can read
~/.aws/credentialsfor that profile; if not, use direct access key environment variables instead.
- Run a simple IAM Policy Autopilot command via the MCP or local CLI (for example
Security reminder
- Do not share AWS secret keys. Use IAM least-privilege policies and prefer named CLI profiles or temporary credentials where possible.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Security
View All →React Native Development Guide
Provides React Native development guidance and codebase analysis tools including component analysis, performance optimization suggestions, architecture advice, debugging guidance, automated package management with security audits, test generation, and migration assistance between React Native versions.
Hostinger API
Integrates with Hostinger's hosting platform to enable domain registration and DNS management, VPS creation and configuration, firewall setup, backup operations, and billing subscription handling through over 100 specialized tools organized by service category.
ChuckNorris (L1B3RT4S Prompt Enhancer)
Enhances language models by fetching specialized prompts from the L1B3RT4S repository, supporting multiple LLMs including ChatGPT, Claude, and Gemini with fallback mechanisms for educational and research purposes.
More for Developer Tools
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree snapshots for reliable element targeting, automatic page event handling, and integrated performance tracing with actionable insights.
FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.