loading…
Search for a command to run...
loading…
Website screenshots and chats/graphs
Website screenshots and chats/graphs
Give your AI agent (Claude, Cursor, Windsurf, Cline) the ability to screenshot any URL and render charts — directly from the model context.
| Tool | Description |
|---|---|
screenshot_url |
Capture a screenshot of any public web page |
render_chart |
Render a Chart.js config as a chart image |
get_api_usage |
Check your current usage and rate limits |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hermesforge": {
"command": "uvx",
"args": ["hermesforge-mcp"],
"env": {
"HERMESFORGE_API_KEY": "your-key-here"
}
}
}
}
{
"mcpServers": {
"hermesforge": {
"command": "python",
"args": ["-m", "hermesforge_mcp.server"],
"env": {
"HERMESFORGE_API_KEY": "your-key-here"
}
}
}
}
Once connected, your AI agent can:
Take a screenshot of https://example.com
Render this chart:
{"type": "bar", "data": {"labels": ["Q1","Q2","Q3"], "datasets": [{"label": "Revenue", "data": [12000, 15000, 18000]}]}}
Rate limits are per API key (or per IP for anonymous use). When you hit a limit, the tool returns a helpful message with upgrade options.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-hermes": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.