Discover how to build agents that can perform actions on websites by combining Amazon Nova Act with Model Context Protocol (MCP).
{
"mcpServers": {
"sample-agents-with-nova-act-and-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Discover how to build agents that can perform actions on websites by combining Amazon Nova Act with Model Context Protocol (MCP).
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT-0. View license →
Is it maintained?
Last commit 162 days ago. 80 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Manage Supabase projects — databases, auth, storage, and edge functions
Query and manage PostgreSQL databases directly from AI assistants
An official Qdrant Model Context Protocol (MCP) server implementation
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Security Weekly
Get CVE alerts and security updates for Sample Agents With Nova Act And Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This repository demonstrates how to build intelligent web automation agents using Amazon Nova Act integrated with MCP (Model Context Protocol). MCP provides a standardized way to connect AI models to different data sources and tools - think of it like a "USB-C port for AI applications."

This project showcases the integration between:
The project follows MCP's client-server architecture:
The repository contains two main example directories:
streamlit_examples/)video_game_research_st.py: A comprehensive tool that:
mcp_examples/)nova_act_mcp_server.py: MCP-compliant server implementation exposing Nova Act capabilitiesnova_act_mcp_client.py: Example MCP client implementationnova_act_examples/)get_coffee_maker.py: Simple example demonstrating how to:
multi_monitor.py: Advanced example showing:
Clone this repository
Install dependencies:
pip install -r requirements.txt
Set your Nova Act API key:
export NOVA_ACT_API_KEY="your_api_key"
Make sure your environment has AWS configured correctly - https://docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html
cd streamlit_examples
streamlit run video_game_research_st.py
cd mcp_examples
python nova_act_mcp_client.py nova_act_mcp_server.py
The command above will: