Autoconsent MCP
About
A server for browser automation to create and test Autoconsent rules for web page consent management.
Details
- Author
- noisysocks
- Categories
- Developer Tools
Jump to
Setup
Install Autoconsent MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/noisysocks/autoconsent-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
A Model Context Protocol server that provides browser automation capabilities specifically designed for creating and testing Autoconsent rules. This server enables LLMs to interact with web pages, inspect consent management platforms (CMPs), and test Autoconsent rules in a real browser environment.
[!CAUTION] This server can access local files and local/internal IP addresses since it runs a browser on your machine. Exercise caution when using this MCP server to ensure this does not expose any sensitive data.
- Navigate to any URL in the browser
- Inputs:
- url(string, required): URL to navigate to
- Capture screenshots of the entire page or specific elements
- Inputs:
- name(string, required): Name for the screenshot
- width(number, optional, default: 1280): Screenshot width
- height(number, optional, default: 720): Screenshot height
- encoded(boolean, optional): If true, capture the screenshot as a base64-encoded data URI (as text) instead of binary image content. Default false.
- Click elements on the page
- Input:selector(string): CSS selector for element to click
- Select an element with SELECT tag
- Inputs:
- selector(string): CSS selector for element to select
- value(string): Value to select
- Execute JavaScript in the browser console
- Input:script(string): JavaScript code to execute
- Outputs the HTML of elements that deeply contain the given search query. Elements that don't contain the given query are omitted using a [...] placeholder.
- Input:query(string): Search query
- Outputs the full HTML of the given element
- Input:selector(string): CSS selector
- Tests the given Autoconsent rule on the given URL
- Inputs:
- url(string, required): URL to navigate to
- rule(object, required): Autoconsent rule (AutoConsentCMPRule)
The server provides access to two types of resources:
- Browser console output in text format
- Includes all console messages from the browser
- PNG images of captured screenshots
- Accessible via the screenshot name specified during capture
This starts a local HTTP server on port 8080 serving thetest-sitedirectory.
npm run test:unit npm run test:integration
Note that the integration tests require the test site to be running (see above).
Add the following to your Claude Desktop configuration:
{ "mcpServers": { "autoconsent-mcp": { "command": "node", "args": ["path/to/autoconsent-mcp/dist/index.js"] } } }
This project is based on the Puppeteer MCP server fromhttps://github.com/modelcontextprotocol/servers-archived/tree/main/src/puppeteer.
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





