An MCP server providing tools to control web browsers using the Amazon Nova Act SDK
Project description
nova-act-mcp
nova‑act‑mcp‑server is a zero‑install Model Context Protocol (MCP) server that exposes Amazon Nova Act browser‑automation tools.
What's New in v0.2.5
- Added compatibility with NovaAct SDK 0.9+ by normalizing log directory handling
- Improved test organization with clear markers for unit, mock, smoke and e2e tests
- Moved mock HTML creation logic from production code to test helpers
- Fixed several syntax errors and incomplete code blocks
- Added SCREENSHOT_QUALITY constant for consistent compression settings
Quick start (uvx)
Add it to your MCP client configuration:
{
"mcpServers": {
"nova-act-mcp-server": {
"command": "uvx",
"args": ["nova-act-mcp-server@latest"],
"env": { "NOVA_ACT_API_KEY": "<your_api_key>" }
}
}
}
That's all you need to start controlling browsers from any MCP‑compatible client such as Claude Desktop or VS Code.
Local development (optional)
git clone https://github.com/madtank/nova-act-mcp.git
cd nova-act-mcp
uv sync
uv run nova_mcp.py
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nova_act_mcp_server-0.2.5.tar.gz.
File metadata
- Download URL: nova_act_mcp_server-0.2.5.tar.gz
- Upload date:
- Size: 40.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c5add7536ac0839bbbff834082b42a4e346799a4a2d93315e480143b1501d08
|
|
| MD5 |
bdb2b7551903d0bdbc2c86898fdc46ef
|
|
| BLAKE2b-256 |
6e889b2ab805504b46f4385233e5ffc0726eef5f40bffafa6c3760a61698ac38
|
File details
Details for the file nova_act_mcp_server-0.2.5-py3-none-any.whl.
File metadata
- Download URL: nova_act_mcp_server-0.2.5-py3-none-any.whl
- Upload date:
- Size: 26.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09ea12fb360ca11ab99f8e2988e9cf802d5aff35e1290c46614be4d6487bab87
|
|
| MD5 |
ebe81b858c012881078a501cfaca9836
|
|
| BLAKE2b-256 |
65c8d255e6642477c676edca0d037441dd7237055b9a787c26dc599d1c83349c
|