Best Analytics MCP Servers for Claude Code CLI
Connect analytics tools to Claude Code CLI using MCP servers. These servers let Claude Code CLI interact with analytics resources, enabling powerful AI-assisted workflows for developers.
8 Analytics Servers for Claude Code CLI
Memory Server
Knowledge graph-based persistent memory system
5,410 starsnpm
Brave Search
Privacy-focused web search capabilities
5,410 starsnpm
YouTube Transcript
Extract transcripts from YouTube videos
5,410 starsnpm
Exa Search
AI-powered search engine integration for research and web discovery
520 starsnpm
Elasticsearch
Full-text search and analytics engine
420 starspip
Grafana
Observability and monitoring dashboards
380 starsmanual
Datadog
Cloud monitoring and security platform
350 starspip
HubSpot
CRM and marketing automation platform
380 starsnpm
Claude Code CLI Configuration
Add analytics MCP servers to your Claude Code CLI configuration at .claude/settings.json or --mcp flag:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/you/projects/myapp"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
}
},
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
},
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "your_brave_api_key_here"
}
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}Analytics Servers for Other Clients
Other Categories for Claude Code CLI
File Systems MCP Servers for Claude Code CLIDatabases MCP Servers for Claude Code CLIAPIs MCP Servers for Claude Code CLICloud Services MCP Servers for Claude Code CLIDeveloper Tools MCP Servers for Claude Code CLICommunication MCP Servers for Claude Code CLIBusiness Applications MCP Servers for Claude Code CLI