J

June

Query June product analytics.

·No reviews yet
Repo
Share:

About

Auto-generated

June is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about June.

What is the June MCP, and what are its primary functions?
The June MCP allows you to query June product analytics. It provides a standardized interface for interacting with your June analytics data, making it accessible through MCP-compatible clients.
How do I install and configure the June MCP in an MCP client?
Installation typically involves adding the June MCP to your client's list of available MCP servers. Configuration will require providing your June API key to establish a secure connection with the analytics platform.
Does the June MCP require an API key for authentication?
Yes, the June MCP uses API key authentication. You will need to provide a valid June API key to access and query your analytics data through this MCP.
What are the common use cases for the June MCP?
Typical use cases include querying user engagement metrics, tracking product feature adoption, and generating reports from your June product analytics data directly within your MCP client.
What are the licensing costs associated with using the June MCP?
The June MCP itself is community-provided and likely open-source, implying no direct cost for the MCP. However, costs for the underlying June product analytics service depend on your June subscription plan.
Are there any known limitations or prerequisites for using the June MCP?
A key prerequisite for the June MCP is an active June product analytics account with sufficient permissions to generate an API key. Performance may be limited by June's API rate limits or data volume.

Install June

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "june": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-june"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "june": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-june"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "june": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-june"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.