Grovs
About
MCP server for managing deep links, analytics, and app configuration on Grovs.io. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client.
Details
- Author
- grovs-io
- Categories
- Developer Tools, Other, AI
Jump to
Setup
Install Grovs in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/grovs-io/mcp
Follow the installation instructions in the repository README, then restart your MCP client.
MCP server for managing deep links, analytics, and app configuration onGrovs.
Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client.
- Deep Linking— one link that routes users to the right content across iOS, Android, and web. Deferred deep links survive the install flow so users land on the right screen on first open.
- Attribution— deterministic, first-party install and event attribution. No fingerprinting, no data sharing with ad networks.
- Revenue Analytics— in-app purchases, subscriptions, and custom revenue events matched back to the campaign that drove the install.
- Campaigns— group links, track performance, and compare results across channels.
EU-hosted, open-source SDKs, 20M+ daily active users in production. See thebackend repofor self-hosting.
/plugin marketplace add grovs-io/mcp /plugin install grovs@grovs
Installs the MCP server and skills that teach Claude how to use Grovs. On first use, a browser window opens for OAuth — no API keys needed.
OpenSettings > MCPand add a new server:
{ "mcpServers": { "grovs": { "url": "https://mcp.grovs.io/mcp" } } }
Add to~/.codeium/windsurf/mcp_config.json:
{ "mcpServers": { "grovs": { "serverUrl": "https://mcp.grovs.io/mcp" } } }
{ "servers": { "grovs": { "type": "http", "url": "https://mcp.grovs.io/mcp" } } }
OpenSettings > MCP Servers > Add Serverand enter:
If you're running your own Grovs backend, run the MCP server locally and point your client to it:
git clone https://github.com/grovs-io/mcp.git cd mcp npm install && npm run build npm start
docker build -t grovs-mcp . docker run -p 8080:8080 grovs-mcp
Then usehttp://localhost:8080/mcpas the server URL in any of the client configs above.
All clients will trigger an OAuth flow on first use — a browser window opens to authenticate with your Grovs account.
Copy.env.exampleto.envfor local development.
MCP Client (Claude Code, Cursor, etc.) │ │ MCP protocol over HTTP ▼ Express app (src/app.ts) │ ├── OAuth flow (/authorize, /callback, /register) │ └── MCP endpoint (/mcp) │ ├── Tool registration (src/server.ts) │ Zod schema validation + runWithAuth error boundary │ ├── Handlers (src/tools/handlers.ts) │ Business logic, plain functions, throw on error │ ├── Formatters (src/tools/formatters.ts) │ Convert API JSON to human-readable text │ └── API client (src/api-client.ts) HTTP calls to Grovs backend
npm run dev # start with auto-reload npm run build # compile TypeScript npm test # run tests (186 tests) npm run test:watch # run tests in watch mode npm run lint # ESLint npm run format # Prettier
SeeCONTRIBUTING.mdfor project structure and PR guidelines.
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.
next-devtools-mcp is a MCP server that provides Next.js development tools and utilities for AI coding assistants like Claude and Cursor.
A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.
MCP server that lets Claude Code agents delegate tasks to agents in other project directories, with parallel dispatch, sessions, and async jobs.
Anchor Browser (https://anchorbrowser.io) is secure infrastructure for computer-use agents — stealth cloud browsers, authentication, captcha bypass, and a hosted MCP server for Cursor, Claude, and Windsurf.
Open-source Claude Code plugin replacing Read/Grep/Edit/Bash with token-efficient versions. Independently benchmarked at 57% token reduction on real codebases. 40 MCP tools.
Connects Blender to Claude AI via the Model Context Protocol (MCP), enabling direct interaction and control for prompt-assisted 3D modeling, scene creation, and manipulation.
Context-optimized security plugin for Claude Code that builds architecture maps and redacts secrets.
Charon gives AI clients scoped, auditable access to Lethe memory. connect to Chatgpt or Claude to store memories locally.
Score CLAUDE.md/AGENTS.md, validate clarx-manifest.json, generate CI workflows, and pull repo scan findings into Cursor, Claude, or Grok.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





