Meertrack MCP Server
Rank #12,108com.meertrack/mcp-server
Competitive intelligence - track what competitors ship each week. 8 tools, 3 prompt workflows.
Meertrack MCP Server is a Model Context Protocol (MCP) server published by meertrack. It ranks #12,108 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Meertrack MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Apr 23, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 119,938 of 132,046 servers on MCP Toplist.
Use Meertrack MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http meertrack https://mcp.meertrack.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add meertrack -e "MEERTRACK_API_KEY=<your MEERTRACK_API_KEY>" -e "MEERTRACK_API_BASE_URL=<your MEERTRACK_API_BASE_URL>" -- npx -y @meertrack/mcpReplace each placeholder with your own value before saving.
[mcp_servers.meertrack]
url = "https://mcp.meertrack.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.meertrack]
command = "npx"
args = ["-y", "@meertrack/mcp"]
[mcp_servers.meertrack.env]
MEERTRACK_API_KEY = "<your MEERTRACK_API_KEY>"
MEERTRACK_API_BASE_URL = "<your MEERTRACK_API_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.meertrack.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"meertrack": {
"command": "npx",
"args": [
"-y",
"@meertrack/mcp"
],
"env": {
"MEERTRACK_API_KEY": "<your MEERTRACK_API_KEY>",
"MEERTRACK_API_BASE_URL": "<your MEERTRACK_API_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meertrack": {
"url": "https://mcp.meertrack.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"meertrack": {
"command": "npx",
"args": [
"-y",
"@meertrack/mcp"
],
"env": {
"MEERTRACK_API_KEY": "<your MEERTRACK_API_KEY>",
"MEERTRACK_API_BASE_URL": "<your MEERTRACK_API_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"meertrack": {
"type": "http",
"url": "https://mcp.meertrack.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"meertrack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@meertrack/mcp"
],
"env": {
"MEERTRACK_API_KEY": "<your MEERTRACK_API_KEY>",
"MEERTRACK_API_BASE_URL": "<your MEERTRACK_API_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meertrack": {
"serverUrl": "https://mcp.meertrack.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"meertrack": {
"command": "npx",
"args": [
"-y",
"@meertrack/mcp"
],
"env": {
"MEERTRACK_API_KEY": "<your MEERTRACK_API_KEY>",
"MEERTRACK_API_BASE_URL": "<your MEERTRACK_API_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meertrack": {
"url": "https://mcp.meertrack.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"meertrack": {
"command": "npx",
"args": [
"-y",
"@meertrack/mcp"
],
"env": {
"MEERTRACK_API_KEY": "<your MEERTRACK_API_KEY>",
"MEERTRACK_API_BASE_URL": "<your MEERTRACK_API_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.meertrack%2Fmcp-server)<a href="https://mcptoplist.com/server/com.meertrack%2Fmcp-server"><img src="https://mcptoplist.com/badge/com.meertrack%2Fmcp-server.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
meertrack
Available versions (6)
| Version | Published |
|---|---|
| 2.2.0 | Aug 3, 2026 |
| 2.1.0 | Jun 29, 2026 |
| 2.0.0 | Jun 25, 2026 |
| 1.1.1 | May 28, 2026 |
| 1.1.0 | Apr 24, 2026 |
| 1.0.2 | Apr 23, 2026 |
Frequently asked questions
- Who maintains Meertrack MCP Server?
- Meertrack MCP Server is maintained by meertrack, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Meertrack MCP Server listed on the Official MCP Registry?
- Yes — Meertrack MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Meertrack MCP Server have?
- MCP Toplist tracks 6 versions of Meertrack MCP Server, most recently published on Aug 3, 2026.
- Where can I find the source code for Meertrack MCP Server?
- The source code for Meertrack MCP Server is hosted at github.com/meertrack/meertrack-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.