agentView for Claude Desktop
de.agentview/agentview-mcp
Display delivery platform for AI agents. Push HTML, dashboards and live data to screens.
client:Claude Desktop
transport:streamable-http
tools:57
Install agentView in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentview-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentview.de/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- assign_display_categories
- list_data_slots
- set_display_grant
- authenticate
- create_api_key
- get_data_slot
- get_storage_usage
- broadcast_content
- manage_licenses
- get_public_status
- get_display
- create_auth_session
- list_store_categories
- send_store_template_to_display
- create_display
- delete_data_slot
- get_license_info
- get_organization
- remove_display_from_org
- set_data_slot
- submit_feedback
- upload_asset
- configure_display
- search_public_apis