Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Trackings MCP Servershow the consolidated keyword results for the latest run"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Trackings MCP Server
MCP server for Claude Desktop integration with trackings.ai.
Installation
uvx --from git+https://github.com/peterw/trackings-mcp trackings-mcpConfiguration
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"trackings": {
"command": "uvx",
"args": ["--from", "git+https://github.com/peterw/trackings-mcp", "trackings-mcp"],
"env": {
"TRACKINGS_API_KEY": "your-api-key",
"TRACKINGS_API_URL": "https://your-convex-deployment.convex.site"
}
}
}
}Available Tools
list_projects- List all projectslist_scans- List scans for a projectlist_scan_runs- List scan runs for a project or scanget_scan_run- Get details for a scan runget_scan_results- Get consolidated keyword results for a runget_credits- Get current credit balancecreate_scan- Create a scan configurationtrigger_scan_run- Trigger a scan run
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.