Manage deep links, attribution, analytics, and campaigns on Grovs — open-source Branch alternative.
{
"mcpServers": {
"io-grovs-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Manage deep links, attribution, analytics, and campaigns on Grovs — open-source Branch alternative.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago.
Will it work with my client?
Transport: . Compatibility not confirmed.
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.
/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.
Open Settings > MCP and 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"
}
}
}
Add to your .vscode/mcp.json:
{
"servers": {
"grovs": {
"type": "http",
"url": "https://mcp.grovs.io/mcp"
}
}
}
Open Settings > MCP Servers > Add Server and enter:
https://mcp.grovs.io/mcp
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
Or with Docker:
docker build -t grovs-mcp .
docker run -p 8080:8080 grovs-mcp
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 li |
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
DataForSEO API modelcontextprotocol server
Bounding box(bbox) GIS tool: coords conversion, EPSG, WKT, GeoJSON, H3, Overpass, POI, map viz
Revenue intelligence MCP: RFM analysis, 14.5-point ICP scoring, pipeline health. HubSpot.
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
MCP Security Weekly
Get CVE alerts and security updates for io.grovs/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.