mcp
MCP server from theclarityproject/mcp-server
claude mcp add --transport stdio theclarityproject-mcp-server npx -y @lekt9/clarity-mcp
How to use
Clarity MCP Bootleg Market turns browser traffic captured in HAR files into actionable MCP tools that an AI agent can call. The server ingests HAR-derived endpoints, builds a catalog of tools, and exposes them to MCP clients (like Claude). Clients connect via the standard MCP protocol, request the list of available tools, and then issue tool calls that the server forwards to the Clarity backend, which executes the underlying web API requests and returns structured results ready for the AI to consume.
To use it, install and run the MCP server, then connect your MCP client and use ListTools to inspect what tools are available. When you call a tool, the server transforms the call, forwards it to the backend, and returns the API response in MCP-friendly format. Tools correspond to individual endpoints captured from HAR files and are designed to abstract away raw HTTP details while providing useful, real-time data to your AI agent.
How to install
Prerequisites:
- Node.js and npm installed on your machine
- Access to the internet to fetch the MCP package
- Optional: a Clarity API key if you plan to forward requests to the Clarity backend
Step-by-step:
-
Install the MCP package globally (or use npx): npm install -g @lekt9/clarity-mcp
-
Set environment variables (example): export CLARITY_API_KEY=your_api_key export CLARITY_MCP_ID=your_mcp_id # optional if you have multiple MCPs export NEXTJS_APP_URL=https://clarity.org/ # optional default
-
Run the server (the CLI provided by the package): clarity-mcp
-
Verify the server is running by requesting the tool list through your MCP client or by checking logs.
Note: The server relies on a valid Clarity backend API key and accessible endpoints to fetch and execute tools.
Additional notes
Environment variables:
- CLARITY_API_KEY: Required for authenticated requests to the Clarity backend
- CLARITY_MCP_ID: Optional if you manage multiple MCPs
- NEXTJS_APP_URL: URL of the Clarity backend (defaults to https://clarity.org/)
Common issues:
- If tools fail to load, ensure the API key is valid and that the backend URL is reachable.
- Tool execution depends on Clarity backend availability; the MCP server does not cache tool definitions or results.
- When sharing HAR-derived tools, handle HAR contents securely as they may contain sensitive data.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.