The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Grovs IO MCP listing page.
MCP server for managing deep links, analytics, and app configuration on Grovs.
Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client.
Website · Documentation · Issues
Grovs is an open-source, privacy-first growth platform for mobile apps — a self-hostable alternative to Branch.io and AppsFlyer. It provides:
EU-hosted, open-source SDKs, 20M+ daily active users in production. See the backend repo for self-hosting.
This is an MCP (Model Context Protocol) server that lets AI assistants manage your Grovs platform through natural language. Create deep links, check analytics, configure redirects, run campaigns — without leaving your editor.
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.
Open Settings > MCP and add a new server:
Add to ~/.codeium/windsurf/mcp_config.json:
Add to your .vscode/mcp.json:
Open Settings > MCP Servers > Add Server and enter:
If you're running your own Grovs backend, run the MCP server locally and point your client to it:
Or with Docker:
Then use http://localhost:8080/mcp as 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.
| Variable | Default | Description |
|---|---|---|
PORT | 8080 | Server port |
GROVS_API_URL | https://mcp.grovs.io | Grovs backend URL (override for self-hosted) |
PUBLIC_URL | http://localhost:8080 | Public URL of this MCP server (used for OAuth callbacks) |
Copy .env.example to .env for local development.
| Tool | Description |
|---|---|
get_status | Account info, instances, projects, and domains |
get_usage | Usage metrics and subscription status for an instance |
create_project | Create a new instance with production and test projects |
create_link | Create a deep link with metadata, tags, and custom data |
get_link | Get full details of a link by path |
update_link | Update a link's metadata, tags, or redirects |
archive_link | Deactivate a link (irreversible) |
search_links | Search and list links with pagination and filters |
get_analytics_overview | Project-level metrics: views, installs, opens, revenue |
get_link_analytics | Per-link daily metrics |
get_top_links | Top performing links ranked by views |
create_campaign | Create a campaign to group related links |
list_campaigns | List campaigns with aggregated metrics |
archive_campaign | Archive a campaign and deactivate its links |
configure_redirects | Set per-platform redirect behavior (App Store, Play Store, web) |
configure_sdk | Configure iOS/Android SDK settings (bundle ID, team ID, etc.) |
See CONTRIBUTING.md for project structure and PR guidelines.
| Platform | Repository |
|---|---|
| iOS | grovs-io/grovs-ios |
| Android | grovs-io/grovs-android |
| React Native | grovs-io/grovs-react-native |
| Flutter | grovs-io/grovs-flutter |