Vee3 MCP server for Cursor — website screenshot capture
Project description
vee3-mcp
MCP server for Vee3 — capture website screenshots from Cursor Agent.
Cursor setup
- Install uv
- Create an API key at app.vee3.io/dashboard/keys
- Set
VEE3_API_KEYin your environment - Use the Add to Cursor button on the dashboard, or add to
~/.cursor/mcp.json:
{
"mcpServers": {
"vee3": {
"command": "uvx",
"args": ["vee3-mcp"],
"env": {
"VEE3_API_URL": "https://api.vee3.io",
"VEE3_API_KEY": "${env:VEE3_API_KEY}"
}
}
}
}
Environment variables
| Variable | Required | Default |
|---|---|---|
VEE3_API_KEY |
Yes | — |
VEE3_API_URL |
No | https://api.vee3.io |
Publish to PyPI
From the repo root, after setting PYPI_API_TOKEN:
cd mcp
uv build
uv publish --token $env:PYPI_API_TOKEN
Then set NEXT_PUBLIC_MCP_USE_PYPI=true on Vercel so the dashboard install link uses uvx vee3-mcp instead of the Git source.
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
vee3_mcp-0.1.0.tar.gz
(3.2 kB
view details)
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 vee3_mcp-0.1.0.tar.gz.
File metadata
- Download URL: vee3_mcp-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63c4cd8377d10031d52700eeb663f998255d8fca4d724d5167206ba075fe5094
|
|
| MD5 |
41c48b4c0c3af929c2fac7f71d8f6c38
|
|
| BLAKE2b-256 |
c6129c4246c56c9e8fda0f19d20f570edf3cc6c96acfead5f66af14ab926ed6d
|
File details
Details for the file vee3_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vee3_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddc50127552accf8a967a3bbcc8e242e74519cbf9035cae11e15f1c15a5c3eae
|
|
| MD5 |
c35b946bbfd96bebb1fe6237a2e6dfe0
|
|
| BLAKE2b-256 |
1055cbd4913c0bc59d3725aa318a49fb331afb0c039f813a4c7d308c19d50183
|