S
Simple Analytics
Query Simple Analytics site stats.
·No reviews yet
Share:
About
Auto-generated
Simple Analytics 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 Simple Analytics.
- What is the Simple Analytics MCP?
- The Simple Analytics MCP allows you to query site statistics from Simple Analytics. It is designed for integrating privacy-focused web analytics into various client applications.
- How can I integrate Simple Analytics MCP with an MCP client like Cline?
- To integrate with Cline (or similar clients), you typically provide your Simple Analytics API key during the configuration process. Specific steps depend on the client's interface for adding new Model Context Protocols.
- Does the Simple Analytics MCP require an API key?
- Yes, authentication for the Simple Analytics MCP uses an API key. You will need to obtain a valid API key from Simple Analytics to use this MCP.
- What data can I retrieve using the Simple Analytics MCP?
- This MCP allows querying of site statistics. The specific data points available depend on the Simple Analytics API and the capabilities exposed through the MCP's tools.
- Is there a cost associated with using the Simple Analytics MCP?
- The Simple Analytics MCP itself is open-source and provided by the community. However, using the Simple Analytics service may have associated costs depending on your subscription plan with Simple Analytics.
- What are the limitations of the Simple Analytics MCP?
- This MCP is currently limited to using standard input/output for transport, which may impact performance or real-time data streaming compared to other transport methods. Detailed documentation on exposed tools is not provided.
Install Simple Analytics
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"simple-analytics": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-simple-analytics"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"simple-analytics": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-simple-analytics"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"simple-analytics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-simple-analytics"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.